/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  #0.1  Theme Reset Style
  #0.2  Global Elements
  #0.3  header
  #0.4  hero-slider
  #0.5  footer
  #0.6  featured
  #0.7  services
  #0.8  fun-fact
  #0.9  about-us-section
  #0.10  latest-projects
  #0.11  testimonials
  #0.12  blog-section 
  #0.13  contact-section


  **--------------------------------------------------------------
  # home style 2
  --------------------------------------------------------------**
  #1.1  services-style2
  #1.2  about-us-section-style2
  #1.3  company-timeline
  #1.4  faq
  #1.5  testimonials-style2


  **--------------------------------------------------------------
  # home style 3
  --------------------------------------------------------------**
  #2.1  featured
  #2.2  about-us-section-style3
  #2.3  team
  #2.4  pricing
  #2.5  cta
  #2.6  partner


  **--------------------------------------------------------------
  # about page
  --------------------------------------------------------------**
  #3.1  page title
  #3.2  about-company-s2


  **--------------------------------------------------------------
  # service page
  --------------------------------------------------------------**
  #4.1  featured


  **--------------------------------------------------------------
  # service page
  --------------------------------------------------------------**
  #4.1  featured


  **--------------------------------------------------------------
  # services st2 page
  --------------------------------------------------------------**
  #5.1  service-st2-content 


  **--------------------------------------------------------------
  # service single page
  --------------------------------------------------------------**
  #6.1  service-single-content


  **--------------------------------------------------------------
  # case studies page
  --------------------------------------------------------------**
  #7.1  page-title
  #7.2  case-studies


  **--------------------------------------------------------------
  # case studies style 2 page
  --------------------------------------------------------------**
  #8.1  page-title
  #8.2  case-studies-s2-content-wrapper


  **--------------------------------------------------------------
  # case study single page
  --------------------------------------------------------------**
  #9.1  page-title
  #9.2  case-study-single-content


  **--------------------------------------------------------------
  # careers page
  --------------------------------------------------------------**
  #10.1  page-title
  #10.2  careers-content


  **--------------------------------------------------------------
  # careers vacancy page
  --------------------------------------------------------------**
  #11.1  page-title
  #11.2  careers-vacancy-content


  **--------------------------------------------------------------
  # team page
  --------------------------------------------------------------**
  #12.1  page-title
  #12.2  team-content


  **--------------------------------------------------------------
  # team style 2 page
  --------------------------------------------------------------**
  #13.1  page-title
  #13.2  team-s2-content


  **--------------------------------------------------------------
  # team single page
  --------------------------------------------------------------**
  #14.1  team-single-content


  **--------------------------------------------------------------
  # partners page
  --------------------------------------------------------------**
  #15.1  page-title
  #15.2  partners-content-wrapper


  **--------------------------------------------------------------
  # faq page
  --------------------------------------------------------------**
  #16.1  faq-content


  **--------------------------------------------------------------
  # testimonials page
  --------------------------------------------------------------**
  #17.1  page-title
  #17.2  testimonials-content


  **--------------------------------------------------------------
  # blog page
  --------------------------------------------------------------**
  #18.1  blog-section


  **--------------------------------------------------------------
  # blog width sidebar page
  --------------------------------------------------------------**
  #19.1  blog-with-sidebar-section


  **--------------------------------------------------------------
  # blog single page
  --------------------------------------------------------------**
  #20.1  blog-single-content  



  ----------------------------------------------------------------*/
/*---------------------------
      Fonts
  ----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap'); /*--------------------------------------------------------------
  #0.1    Theme Reset Style
  --------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #535455;
    line-height: 1.9em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #06223e;
    /* font-weight: bold; */
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

.logo img {
    width: 102px;
    margin-top: 5px;
    padding-bottom: 5px;
}

/*--------------------------------------------------------------
  #0.2    Global Elements
  --------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 10px 0 7px;
}
.light-grey-bg {
    background: #fafafa;
    padding-bottom: 40px;
}
.grey-bg {
    background: #f5f5f5;
    padding-bottom: 40px;
}

.about-company-s2 p strong {
    color: #525252;
}

.about-company-s2 ul {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

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

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

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.fancybox-wrap {
    z-index: 99999;
}

/*** contact form error handling ***/
#contact-form .error-handling-messages {
    margin-top: 15px;
    padding: 0;
}

#contact-form label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
}

#contact-form #loader {
    display: none;
}

#contact-form #success, #contact-form #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    #contact-form #success, #contact-form #error {
        font-size: 15px;
    }
}

#contact-form #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

#contact-form #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.box-layout .page-wrapper {
    background: #fff;
}

.career {
    background: #ef8110;
    padding: 55px;
    border-radius: 12px;
    margin-bottom: 50px;
    color: white;
    line-height: 27px;
}

.career1 {
    background: #b14b02;
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 50px;
    color: aliceblue;
}

.career1 p {
    color: aliceblue;
}

.career p {
    color: aliceblue;
}

.career ul li {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    list-style: disc !important;
    color: #ffffff !important;
    font-weight: 600;
    margin-left: 50px;
}

.career1 ul li {
    font-size: 16px !important;
    margin-bottom: 7px !important;
    list-style: disc !important;
    color: #ffffff !important;
    font-weight: 600;
    margin-left: 34px;
}

@media screen and (min-width: 1200px) {
    .box-layout .page-wrapper {
        width: 1200px !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 1200px) {
    .box-layout {
        background: url("../images/body-bg.jpg") center center/cover no-repeat fixed;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.coursedesign {
    background: #ffffff;
    padding: 25px 5px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px hsl(0deg 0% 0% / 8%);
}

.row.content.coursedesign .grid {
    background: #f7f7f7 !important;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.row.content.coursedesign .grid .details {
    height: 125px;
}
.img_1 img {
    border-radius: 50%;
    width: 300px !important;
    margin-bottom: 48px;

    margin-top: 20px;
}
.row.content.coursedesign h2 {
    text-align: left;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    font-size: 23px;
    margin-left: 10px;
    background: #f8f8f8;
    padding: 10px 13px;
}

@media (max-width: 991px) {
    .section-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 20px;
    }
}

.section-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    color: #212121;
    margin: 0 0 0.45em;
    text-align: center;
    padding-bottom: 0.0em;
    position: relative;
    text-transform: capitalize;
}

.section-title h2 span {
    color: #212121;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 1.5rem;
    }

.about-us-section-style2 .box h3 {
    text-align: center;
    display: block;
}

.about-us-section-style2 .box p .btn {}

.about-us-section-style2 .box p {
    text-align: center;
}
}

.section-title h2:after {
    content: "";
    background: #06223e;
    background: -webkit-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -moz-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -o-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -ms-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    width: 105px;
    display: none;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .section-title h2:after {
        width: 80px;
        height: 2px;
    }
}

.section-title p {
    margin: 0;
}

.theme-btn {
    background-color: #193775;
    font-size: 1.0625rem;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
    background-color: #152d60;
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn {
        font-size: 1rem;
        padding: 8px 25px;
    }
}

@media (max-width: 767px) {
    .theme-btn {
        font-size: 0.9375rem;
        padding: 8px 22px;
    }
}

.form input, .form textarea, .form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
}

.form input:focus, .form textarea:focus, .form select:focus {
    border-color: #193775;
    -webkit-box-shadow: 0 0 5px 0 #224b9f;
    -moz-box-shadow: 0 0 5px 0 #224b9f;
    -o-box-shadow: 0 0 5px 0 #224b9f;
    -ms-box-shadow: 0 0 5px 0 #224b9f;
    box-shadow: 0 0 5px 0 #224b9f;
}

.form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

nav.sticky, .site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
    background-color: #ffffff !important;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-animation: navigationFlipIn 0.5s;
    animation: navigationFlipIn 0.5s;
    box-shadow: 0px 0px 15px rgb(131 131 131 / 12%);
}

@media screen and (min-width: 992px) {
    nav.sticky #navbar, .site-header-style2 nav.sticky2 #navbar, .site-header-style3 nav.sticky2 #navbar, .site-header-style3 nav.sticky3 #navbar {
        background: transparent;
    }
}

.site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
    .site-header-style3 nav.sticky3 #navbar > ul > li > a {
        color: #06223e;
    }

    .site-header-style3 nav.sticky3 #navbar > ul > li > a:hover {
        color: #f39c12;
    }
}

@-webkit-keyframes navigationFlipIn {
    from {
        top: -100px;
    }

    to {
        to: 0;
    }
}

@keyframes navigationFlipIn {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }
}

.box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
    .box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
        width: 1200px !important;
    }
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: white;
    border-radius: 50px;
}

.social-links li a {
    background-color: #fe9800;
    width: 35px;
    height: 35px;
    line-height: 35px;
    /* border-radius: 40px; */
    display: block;
    color: #000000 !important;
    text-align: center;
}

.social-links li a:hover {
    background-color: #022179;
}

.page-title {
    background: url("../images/page-title/img-1.jpg") center center/cover no-repeat local;
    text-align: center;
    position: relative;
    background-position: bottom;
    background-size: cover !important;
}

.page-title:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 58%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .page-title {
        /* margin-top: -70px; */
    }
}

.page-title > .container {
    position: relative;
    height: 350px;
    z-index: 100;
}

@media (max-width: 991px) {
    .page-title > .container {
        height: 320px;
    }
}

.page-title .title-box {
    width: 100%;
    position: relative;
    text-align: left;
    left: 0;
}

.page-title .title-box h1 {
    font-size: 2.5rem;
    color: #fff;
    margin: 116px 0 0.50em;
    text-transform: capitalize;
    text-align: left;
}

.page-title .title-box h1 span {
    color: #fff;
}

@media (max-width: 991px) {
    .page-title .title-box h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .page-title .title-box h1 {
        font-size: 1.875rem;
    }
}

.page-title .title-box ol {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-title .title-box ol li {
    color: #f39c12;
    font-size: 1.125rem;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title .title-box ol li {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .page-title .title-box ol li {
        font-size: 0.9375rem;
    }
}

.page-title .title-box ol a {
    color: #fff;
}

.page-title .title-box .breadcrumb > li + li:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #fff;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

.preloader > div {
    width: 58px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader > div > span {
    background-color: #193775;
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
    animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
}

.preloader div > span:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader div > span:nth-child(2) {
    left: 12px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader div > span:nth-child(3) {
    left: 24px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader div > span:nth-child(4) {
    left: 36px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader div > span:nth-child(5) {
    left: 48px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes perloaderAnimation {
    from {
        height: 5px;
    }

    to {
        height: 40px;
    }
}

@keyframes perloaderAnimation {
    from {
        height: 5px;
    }

    to {
        height: 40px;
    }
}

.featured .grid {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 5px;
    background: white;
    padding: 5px;
}

.featured .griddiffrent {
    position: relative;
    /* box-shadow: 0px 0px 33px 0 rgb(0 0 0 / 15%); */
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 4px;
    border: 0px solid #b3b3b3 !important;
    padding: 0;
}

.featured .grid:hover {
    background: rgb(255 255 255 / 71%);
    box-shadow: 0px 0px 33px 0 rgb(0 0 0 / 15%);
}

.featured .grid:hover > .img-holder {
}

.featured .grid:hover > .img-holder {
    border-radius: 10px;
    transform: scale(1.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.featured .grid .img-holder {
    min-height: 250px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 0;
}

.featured .grid .img-holder img {
    /* display: none; */
}

.featured .grid:hover .details {
    font-weight: 400;
}

.featured .griddiffrent:hover .details {
    bottom: -0%;
    background: -webkit-linear-gradient(left, #ec1f246e, #21212161);
    background: -moz-linear-gradient(left, #ec1f24, #212121);
    background: -o-linear-gradient(left, #ec1f24, #212121);
    background: -ms-linear-gradient(left, #ec1f24, #212121);
    background: linear-gradient(left, #ec1f24, #212121);
}

.featured .grid .details {
    width: 100%;
    height: 155px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
}

.featured .imggrid img {
    border-radius: 5px;
}

.featured .griddiffrent .details {
    background: rgb(0 21 80 / 35%);
    width: 100%;
    height: 100%;
    padding: 10px 22px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.featured .griddiffrent .details span {
    position: absolute;
    top: 0;
    background: rgb(255 255 255 / 82%);
    padding: 7px;
    /* display: block; */
    font-weight: 700;
    color: #161f3b;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0px 0px 10px 10px;
}

@media (max-width: 1199px) {
    .featured .grid .details {
    }

.details {}
}

@media (max-width: 991px) {
    .featured .grid .details {
    }

.home-top-cour-rat {
    /* display: none; */
}

.featured .imggrid img {
    width: 100%;
}
}

.featured .grid .details h3 {
    font-size: 13px;
    color: #1f4057;
    margin-bottom: 0;
    font-weight: 800;
    position: relative;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
}

.featured .griddiffrent .details h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0px 0 0.0em;
    font-weight: 700;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .featured .grid .details h3 {
        font-size: 1rem;
        text-align: center;
        margin-top: 10px;
    }

.readmorebtn {
    display: block !important;
    text-align: center;
    width: 100%;
}

.featured .grid .details p {
    text-align: center;
    margin-left: 0 !important;
}
}

.featured .grid .details h3 .fi {
    position: absolute;
    right: 0;
}

.featured .grid .details p {
    color: #7e7e7e;
    margin: 0;
    margin-top: 5px;
    font-weight: 600;
    font-size: 12px;
}

.home-top-cour-rat {
     background: #021f73;
     padding: 0px 5px;
     font-weight: 600;
     color: #fff;
     right: -10px;
     top: 0px;
     font-size: 14px;
     border-radius: 2px;
}
.home-top-cour-rat:nth-child(2){
    background: #ff9900;
}
.readmorebtn {
    display: block;
    float: left;
    color: #000000;
    margin-top: 10px;
    font-weight: 800;
    border-bottom: 2px solid black;
    margin-bottom: 9px;
}

.readmorebtn:hover {
    color: #ff5722;
    border-bottom: 2px solid #ff5722;
}

.services-grids .grid {
    position: relative;
    background: #fa9f1e;
    padding: 20px 9px 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.services-grids .grid:hover {
    background: #e38500;
    cursor: pointer;
}

@media (max-width: 991px) {
    .services-grids .grid {
        padding-left: 65px;
    }
}

.services-grids .icon {
    background: #ffffff;
    width: 70px;
    height: 70px;
    padding: 2px;
    box-shadow: 3px 3px 0px #e38500;
    margin-right: 13px;
    border-radius: 7px;
    line-height: 70;
    margin-top: -11px;
    text-align: center;
    float: left;
    left: 0;
}

.services-grids .icon img {
    /* margin-top: -16px; */
}

@media (max-width: 991px) {
    .services-grids .icon {
        width: 50px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .services-grids .icon {
        width: 40px;
        height: 35px;
        line-height: 35px;
    }
}

.services-grids .icon:before {
    content: "";
    /* background-color: #fff; */
    /* width: 56px; */
    /* height: 46px; */
    /* position: absolute; */
    left: 2px;
    top: 2px;
}

@media (max-width: 991px) {
    .services-grids .icon:before {
        width: 46px;
        height: 36px;
        left: 2px;
        top: 2px;
    }
}

@media (max-width: 767px) {
    .services-grids .icon:before {
        width: 38px;
        height: 33px;
        left: 1px;
        top: 1px;
    }
}

.services-grids .icon .fi {
    position: relative;
    z-index: 10;
}

.services-grids .icon .fi:before {
    font-size: 1.75rem;
    color: #f39c12;
}

@media (max-width: 991px) {
    .services-grids .icon .fi:before {
        font-size: 1.375rem;
    }
}

.services-grids h3 {
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #3c2300;
    margin: 7px 0px 0.5em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .services-grids h3 {
        font-size: 1.125rem;
    }
}

.services-grids p {
    margin: 0;
}

.latest-projects .grids-container {
    margin: 0 -15px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .latest-projects .grids-container {
        margin: 0 -7.5px;
    }
}

.latest-projects .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px;
}

@media (max-width: 991px) {
    .latest-projects .grid {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .latest-projects .grid {
        padding: 0 7.5px 15px;
    }
}

@media (max-width: 550px) {
    .latest-projects .grid {
        width: 100%;
        float: none;
    }
}

.latest-projects .grid-inner:hover:before {
    opacity: 1;
}

.latest-projects .grid-inner:hover i {
    top: 50%;
    opacity: 1;
}

.latest-projects .grid-inner:hover h3 {
    bottom: 0;
    opacity: 1;
}

.latest-projects .grid-inner {
    position: relative;
    overflow: hidden;
}

.latest-projects .grid-inner {
    height: 225px;
}

.latest-projects .grid-inner:before {
    content: "";
    background-color: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.latest-projects .grid-inner i {
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.375rem;
    color: #f39c12;
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .latest-projects .grid-inner i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.125rem;
    }
}

.latest-projects .grid-inner h3 {
    background-color: #f39c12;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px 5px;
    text-transform: capitalize;
    position: absolute;
    bottom: -10%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .latest-projects .grid-inner h3 {
        font-size: 1rem;
        padding: 8px 5px;
    }
}

.blog-section-grids .entry-media {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-section-grids .entry-media {
        margin-bottom: 20px;
    }
}

.blog-section-grids .entry-meta ul {
    overflow: hidden;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .blog-section-grids .entry-meta ul {
        margin-bottom: 10px;
    }
}

.blog-section-grids .entry-meta ul li {
    float: left;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .blog-section-grids .entry-meta ul li {
        font-size: 0.875rem;
    }
}

.blog-section-grids .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-section-grids .entry-meta ul a {
    color: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-section-grids .entry-meta ul i {
    color: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-section-grids .entry-title h3 {
    font-size: 1.375rem;
    line-height: 1.3em;
    margin: 0 0 0.45em;
}

@media (max-width: 991px) {
    .blog-section-grids .entry-title h3 {
        font-size: 1.125rem;
    }
}

.blog-section-grids .entry-title h3 a {
    color: #06223e;
}

.blog-section-grids .entry-title h3 a:hover {
    color: #f39c12;
}

.blog-section-grids .read-more {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: #f39c12;
    margin-top: 8px;
    text-transform: capitalize;
}

.services-style2-grids {
    text-align: center;
}

.services-style2-grids .grid {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    padding: 35px 45px;
    position: relative;
}

@media (max-width: 1199px) {
    .services-style2-grids .grid {
        background: #fff;
        border: 1px solid #00abc9;
        padding: 25px 35px;
    }
}

@media (max-width: 767px) {
    .services-style2-grids .grid {
        padding: 25px 15px;
    }
}

.services-style2-grids .grid:before {
    content: "";
    background-color: #fff;
    width: 99%;
    height: 99%;
    position: absolute;
    left: 2px;
    top: 2px;
}

@media (max-width: 1199px) {
    .services-style2-grids .grid:before {
        display: none;
    }
}

.services-style2-grids .grid > div {
    position: relative;
}

.services-style2-grids .grid .icon .fi:before {
    font-size: 65px;
    color: #f39c12;
}

@media (max-width: 1199px) {
    .services-style2-grids .grid .icon .fi:before {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .services-style2-grids .grid .icon .fi:before {
        font-size: 40px;
    }
}

.services-style2-grids .grid h3 {
    font-size: 1.75rem;
    font-weight: normal;
    margin: 0.27em 0 0.7em;
}

@media (max-width: 1199px) {
    .services-style2-grids .grid h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .services-style2-grids .grid h3 {
        font-size: 1.125rem;
    }
}

/*** team grid ***/
.team-grids .grid {
    position: relative;
}

.team-grids .grid:hover .details {
    top: 0;
    opacity: 1;
}

.team-grids .grid .details {
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-grids .grid .details ul {
    display: inline-block;
}

.team-grids .grid h3 {
    font-size: 1.5625rem;
    color: #fff;
    margin: 0 0 0.4em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .team-grids .grid h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .team-grids .grid h3 {
        font-size: 1.0625rem;
    }
}

.team-grids .grid ul {
    display: inline-block;
    overflow: hidden;
}

.team-grids .grid ul li {
    float: left;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .team-grids .grid ul li {
        margin-right: 10px;
    }
}

.team-grids .grid ul li:last-child {
    margin-right: 0;
}

.team-grids .grid ul a {
    font-size: 1.125rem;
    color: #fff;
}

@media (max-width: 991px) {
    .team-grids .grid ul a {
        font-size: 1rem;
    }
}

.team-grids .grid ul a:hover {
    color: #f39c12;
}

.team-grids .grid .member-info {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-grids .grid .member-post {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.team-grids .grid .member-post span {
    color: #fff;
    font-style: italic;
}

/*** pricing grids ***/
.pricing-grids {
    text-align: center;
}

.pricing-grids .grid:hover:before {
    opacity: 1;
}

.pricing-grids .grid:hover h3, .pricing-grids .grid:hover li {
    color: #fff;
}

.pricing-grids .grid:hover .btn, .pricing-grids .grid:hover .btn:before {
    background: #f39c12;
    color: #fff;
}

.pricing-grids .grid {
    background: #f2f6f8;
    padding: 65px 60px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .pricing-grids .grid {
        padding: 65px 40px;
    }
}

@media (max-width: 767px) {
    .pricing-grids .grid {
        padding: 60px 30px;
    }
}

.pricing-grids .grid:before {
    content: "";
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-grids .grid > div {
    position: relative;
}

.pricing-grids .grid .icon {
    display: block;
}

.pricing-grids .grid .fi:before {
    font-size: 60px;
    color: #f39c12;
}

@media (max-width: 1199px) {
    .pricing-grids .grid .fi:before {
        font-size: 45px;
    }
}

.pricing-grids .grid h3 {
    display: inline-block;
    font-size: 3rem;
    font-weight: normal;
    margin: 0.31em 0 0;
    position: relative;
}

@media (max-width: 1199px) {
    .pricing-grids .grid h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .pricing-grids .grid h3 {
        font-size: 2.1875rem;
    }
}

.pricing-grids .grid h3 span {
    font-size: 1.25rem;
    position: absolute;
    top: 4px;
    left: -12px;
}

.pricing-grids .grid .pricing-header > span {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 1.375rem;
    color: #999999;
}

@media (max-width: 1199px) {
    .pricing-grids .grid .pricing-header > span {
        font-size: 1.125rem;
    }
}

.pricing-grids .grid .pricing-details {
    margin-top: 30px;
}

.pricing-grids .grid .pricing-details ul {
    margin-bottom: 50px;
}

.pricing-grids .grid ul li {
    font-size: 1.125rem;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
    .pricing-grids .grid ul li {
        font-size: 1rem;
    }
}

.pricing-grids .grid ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.pricing-grids .grid .btn span {
    position: relative;
}

.pricing-grids .grid .btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #193775;
    padding: 0;
    border: 0;
    position: relative;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

@media (max-width: 1199px) {
    .pricing-grids .grid .btn {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
    }
}

.pricing-grids .grid .btn:before {
    content: "";
    background: #fff;
    width: 156px;
    height: 41px;
    left: 2px;
    top: 2px;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

@media (max-width: 1199px) {
    .pricing-grids .grid .btn:before {
        width: 126px;
        height: 36px;
    }
}

/**** case studies grid ***/
.case-studies-grids .grid:hover .img-holder a:before {
    opacity: 1;
}

.case-studies-grids .img-holder {
    position: relative;
}

.case-studies-grids .img-holder a:before {
    content: "";
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.case-studies-grids .grid .details h3 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2em;
    margin: 1em 0 0.42em;
}

@media (max-width: 991px) {
    .case-studies-grids .grid .details h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .case-studies-grids .grid .details h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 550px) {
    .case-studies-grids .grid .details h3 {
        font-size: 1.125rem;
    }
}

.case-studies-grids .grid .details h3 a {
    color: #06223e;
}

.case-studies-grids .grid .details > span {
    display: block;
    color: #667380;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .case-studies-grids .grid .details > span {
        margin-bottom: 25px;
    }
}

.case-studies-grids .grid .details .view-case-studes {
    font-size: clac-rem-value(18);
    font-weight: bold;
    color: #f39c12;
}

/*** pagination ***/
.page-pagination {
    text-align: center;
}

.page-pagination ul {
    display: inline-block;
    overflow: hidden;
}

.page-pagination ul li {
    float: left;
    width: 33px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #00abc9;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .page-pagination ul li {
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-right: 5px;
    }
}

.page-pagination ul li:last-child {
    margin-right: 0;
}

.page-pagination ul li a {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #667380;
}

@media (max-width: 767px) {
    .page-pagination ul li a {
        font-size: 0.875rem;
    }
}

.page-pagination ul li a:hover, .page-pagination ul .current a {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #f39c12;
}

/*** sidebar ***/
.sidebar h3 {
    /*** link widget ***/
    /*** download widget ***/
    /*** newsletter widget ***/
    background: #63b0bc;
    padding: 10px;
    color: #162d42;
}

.sidebar h3 a {
    color: #162d42;
}

.sidebar .widget {
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .sidebar .widget {
        margin-bottom: 50px;
    }
}

.sidebar .widget h3 {
    font-size: 1.25rem;
    margin: 0 0 1.25em;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .sidebar .widget h3 {
        font-size: 1.125rem;
    }
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .link-widget ul li {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}

.sidebar .link-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .link-widget ul li a {
    display: block;
    font-size: 16px;
    padding: 8px 18px;
    color: #06223e;
}

@media (max-width: 991px) {
    .sidebar .link-widget ul li a {
        font-size: 0.9375rem;
        padding: 10px 15px;
    }
}

.sidebar .link-widget ul li a:hover, .sidebar .link-widget ul .active a {
    color: #f39c12;
}

.sidebar .download-widget ul li {
    margin-bottom: 5px;
}

.sidebar .download-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .download-widget ul li a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    display: block;
    font-size: 1.125rem;
    color: #fff;
    padding: 12px 25px;
}

@media (max-width: 991px) {
    .sidebar .download-widget ul li a {
        font-size: 0.9375rem;
        padding: 10px 15px;
    }
}

.sidebar .download-widget ul li a i {
    display: inline-block;
    padding-right: 15px;
    color: #f39c12;
}

@media (max-width: 991px) {
    .sidebar .download-widget ul li a i {
        padding-right: 7px;
    }
}

.sidebar .news-letter-widget {
    padding: 35px 25px;
    border: 1px solid #cccccc;
    position: relative;
}

.sidebar .news-letter-widget:before {
    content: "";
    background: url("../images/newsletter-env.png") center center/100% no-repeat local;
    width: 113px;
    height: 106px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .sidebar .news-letter-widget:before {
        width: 80px;
        height: 75px;
    }
}

.sidebar .news-letter-widget form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
}

.sidebar .news-letter-widget form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
}

.sidebar .news-letter-widget form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
}

.sidebar .news-letter-widget form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
}

.sidebar .news-letter-widget h4 {
    font-size: 17px;
    line-height: 1.2em;
    margin: 0 0 0.7em;
}

@media (max-width: 767px) {
    .sidebar .news-letter-widget h4 {
        font-size: 1rem;
        margin: 0 0 2em;
    }
}

.sidebar .news-letter-widget input {
    background-color: #f2f6f8;
    height: 45px;
    font-size: 1rem;
    border: 0;
    padding: 0 15px;
    box-shadow: none;
}

@media (max-width: 767px) {
    .sidebar .news-letter-widget input {
        height: 40px;
    }
}

.sidebar .news-letter-widget button {
    background-color: #f39c12;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
    color: #fff;
    border: 0;
    padding: 0;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .sidebar .news-letter-widget button {
        height: 40px;
        line-height: 40px;
    }
}

.sidebar .news-letter-widget button:hover {
    background-color: #152d60;
}

/*** blog-sidebar ***/
.blog-sidebar .widget {
    margin-bottom: 75px;
}

@media (max-width: 991px) {
    .blog-sidebar .widget {
        margin-bottom: 60px;
    }
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar h3 {
    font-size: 20px;
    color: #0d0d0d;
    margin: 0 0 1.25em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .blog-sidebar h3 {
        font-size: 17px;
    }
}

.blog-sidebar .category-widget ul li, .blog-sidebar .archive-widget ul li {
    border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a, .blog-sidebar .archive-widget ul li > a {
    padding: 13px 0;
}

.blog-sidebar ul li {
    font-size: 15px;
    font-weight: bold;
}

.blog-sidebar ul li > a {
    display: block;
    color: #404040;
    position: relative;
}

.blog-sidebar ul li:first-child a {
    padding-top: 0;
}

.blog-sidebar ul li:last-child a {
    padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
    border: 0;
}

.blog-sidebar ul li > a:hover {
    color: #f39c12;
}

.blog-sidebar ul li > a .badge {
    background-color: transparent;
    font-size: 15px;
    color: #404040;
    position: absolute;
    right: 5px;
}

.blog-sidebar ul li > a .badge:before, .blog-sidebar ul li > a .badge:after {
    font-size: 14px;
    position: absolute;
    top: 3px;
}

.blog-sidebar ul li > a .badge:before {
    content: "(";
    left: 0;
}

.blog-sidebar ul li > a .badge:after {
    content: ")";
    right: 0;
}

.blog-sidebar .search-widget input {
    background-color: transparent;
    padding: 8px 12px;
    height: auto;
}

.blog-sidebar .search-widget input:focus {
    box-shadow: none;
    border-color: #193775;
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget ul {
        margin-left: -15px;
    }
}

.blog-sidebar .recent-post-widget ul li {
    border: 0;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget ul li {
        padding: 0 0 40px 100px;
        overflow: visible;
    }
}

.blog-sidebar .recent-post-widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
    width: 30%;
    float: left;
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post-pic {
        width: 70px;
        float: none;
        position: absolute;
        left: 15px;
    }
}

.blog-sidebar .recent-post-widget .details {
    width: 68%;
    float: right;
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .details {
        width: 100%;
        float: none;
    }
}

.blog-sidebar .recent-post-widget .details > span {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
    font-size: 16px;
    margin: 0.5em 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .details h4 {
        font-size: 14px;
        padding-top: 10px;
    }
}

.blog-sidebar .recent-post-widget .details h4 a {
    color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
    color: #f39c12;
}

.blog-sidebar .tag-widget .all-tags {
    margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
    font-size: 15px;
    font-weight: bold;
    color: gray;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .tag-widget .all-tags a:hover {
    color: #f39c12;
}

.blog-sidebar .instagram-widget ul {
    overflow: hidden;
    margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
    width: 33.33%;
    float: left;
    padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .blog-sidebar .instagram-widget ul li img {
        width: 100%;
    }
}

.style-switcher-box {
    background-color: #fff;
    width: 252px;
    padding: 50px 25px;
    position: fixed;
    left: -252px;
    top: 15%;
    z-index: 999;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.style-switcher-box button {
    background-color: #f39c12;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    right: -45px;
    top: 50px;
}

.style-switcher-box button i {
    color: #fff;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0 0 2em;
    text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
    margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
    margin-bottom: 0;
}

.style-switcher-box .list-title {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
    margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
    margin-bottom: 0;
}

.style-switcher-box .sublist span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
    overflow: hidden;
}

.style-switcher-box .sublist ul li {
    float: left;
    min-width: 36px;
    min-height: 36px;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
    margin-right: 0;
}

.style-switcher-box .layout ul li {
    background-color: #193775;
    min-height: 20px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.style-switcher-box p {
    font-size: 11px;
    margin: 15px 0 0;
}

.style-switcher-box p span {
    color: #ff6666;
}

.toggle-switcherbox {
    left: 0;
}

/*--------------------------------------------------------------
  #0.3  header
  --------------------------------------------------------------*/
.site-header, .site-header-style2, .site-header-style3 {
    /*** topbar ***/
    /*** lower-topbar ***/
    /*** main navigation ***/
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
    background-color: #022179;
    padding: 5px 0;
    /*** contact info ***/
    /*** login language ***/
    /*** language select style ***/
    /* display: none; */
}
.topbar{
    background: #673AB7;
    padding: 13px  0 4px;
    color: white;
    font-weight: 600;
}

@media (max-width: 991px) {
    .site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
        font-size: 14px;
        text-align: center;
    }
}

.site-header .upper-topbar p, .site-header-style2 .upper-topbar p, .site-header-style3 .upper-topbar p, .site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul, .site-header .upper-topbar li, .site-header-style2 .upper-topbar li, .site-header-style3 .upper-topbar li, .site-header .upper-topbar a, .site-header-style2 .upper-topbar a, .site-header-style3 .upper-topbar a, .site-header .upper-topbar span, .site-header-style2 .upper-topbar span, .site-header-style3 .upper-topbar span {
    color: #fff;
}

.site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
    overflow: hidden;
}

@media (max-width: 991px) {
    .site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
        display: inline-block;
    }
}

.site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
        float: none;
    }
}

.site-header .upper-topbar .fi, .site-header-style2 .upper-topbar .fi, .site-header-style3 .upper-topbar .fi {
    display: inline-block;
    padding-right: 8px;
}

.site-header .upper-topbar .fi:before, .site-header-style2 .upper-topbar .fi:before, .site-header-style3 .upper-topbar .fi:before {
    color: #ffffff;
    font-size: 14px;
}

.site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
    margin-right: 10px;
    padding-top: 5px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
        margin: 0 0 10px;
    }
}

.site-header .upper-topbar .contact-info ul li:last-child, .site-header-style2 .upper-topbar .contact-info ul li:last-child, .site-header-style3 .upper-topbar .contact-info ul li:last-child {
    margin-right: 4px;
}
.site-header .upper-topbar .contact-info ul li.pull-right:nth-child(1){background: #ff5722;padding: 5px 10px;border-radius: 3px;font-weight: 800;}
.site-header .upper-topbar .contact-info ul li.pull-right:nth-child(2){
    background: #ff9800;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 800;
    margin-right: 4px;
}
.site-header .upper-topbar .contact-info ul li.pull-right:nth-child(3){
    background: #009688;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 800;
}

.site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
    float: right;
}

@media (max-width: 991px) {
    .site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
        float: none;
    }
}

.site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form, .site-header .upper-topbar .login-language ul, .site-header-style2 .upper-topbar .login-language ul, .site-header-style3 .upper-topbar .login-language ul {
    float: right;
}

.site-header .upper-topbar .login-language > div, .site-header-style2 .upper-topbar .login-language > div, .site-header-style3 .upper-topbar .login-language > div {
    display: inline-block;
}

.site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form {
    width: 70px;
}

.site-header .upper-topbar .login-register, .site-header-style2 .upper-topbar .login-register, .site-header-style3 .upper-topbar .login-register {
    margin-right: 25px;
}

.site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
        float: left;
    }
}

.site-header .upper-topbar .login-register ul li:last-child, .site-header-style2 .upper-topbar .login-register ul li:last-child, .site-header-style3 .upper-topbar .login-register ul li:last-child {
    margin: 0;
    padding: 0;
}

.site-header .upper-topbar .login-register ul li:after, .site-header-style2 .upper-topbar .login-register ul li:after, .site-header-style3 .upper-topbar .login-register ul li:after {
    content: "/";
    color: #fff;
    position: absolute;
    right: -3px;
    top: 0;
}

.site-header .upper-topbar .login-register ul li:last-child:after, .site-header-style2 .upper-topbar .login-register ul li:last-child:after, .site-header-style3 .upper-topbar .login-register ul li:last-child:after {
    display: none;
}

.site-header .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style2 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style3 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

@media (max-width: 991px) {
    .site-header .upper-topbar .bootstrap-select, .site-header-style2 .upper-topbar .bootstrap-select, .site-header-style3 .upper-topbar .bootstrap-select {
        font-size: 14px;
    }
}

.site-header .upper-topbar .bootstrap-select .btn, .site-header-style2 .upper-topbar .bootstrap-select .btn, .site-header-style3 .upper-topbar .bootstrap-select .btn {
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.site-header .upper-topbar .bootstrap-select .caret, .site-header-style2 .upper-topbar .bootstrap-select .caret, .site-header-style3 .upper-topbar .bootstrap-select .caret {
    color: #f39c12;
}

.site-header .upper-topbar .bootstrap-select .filter-option, .site-header-style2 .upper-topbar .bootstrap-select .filter-option, .site-header-style3 .upper-topbar .bootstrap-select .filter-option {
    color: #f39c12;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu {
    background-color: #152029;
    margin: 0;
    padding: 0;
    border: 0;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li {
    width: 100%;
    border: 0;
    margin: 0;
}

.site-header .upper-topbar .bootstrap-select .selected a, .site-header-style2 .upper-topbar .bootstrap-select .selected a, .site-header-style3 .upper-topbar .bootstrap-select .selected a {
    background-color: #0e151c;
    outline: 0;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
    outline: 0;
}

@media (max-width: 991px) {
    .site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
        font-size: 12px;
    }
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a:hover {
    background-color: #0e151c;
}

.site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
    padding: 0px 0 0px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
        padding: 10px 0 15px;
    }

    .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
        max-width: 140px;
    }
}

@media (max-width: 767px) {
    .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
        text-align: center;
        padding: 0px 3px;
    }
.wed-hom-ser ul li a {
    width: 70px;
    height: 70px;
    font-size: 10px;
    line-height: 20px;
    padding: 11px 0px 10px 0px;
    text-align: center;
}
    .site-header .lower-topbar .logo, .site-header-style2 .lower-topbar .logo, .site-header-style3 .lower-topbar .logo {
        display: inline-block;
        margin-bottom: 0px;
    }

    .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
        max-width: 83px;
    }
}

.site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
    float: right;
}

.company-info {
    padding-top: 6px;
    background: #022179;
    padding: 10px 10px;
    display: block;
    margin-top: 34px;
    border-radius: 4px;
}

.company-info i {
}

.company-info i:before {
    font-size: 14px;
    padding: 5px 5px;
    background: white;
    border-radius: 30px;
    color: #022179;
}

.company-info:hover {
    background: #0a0706;
}

.company-info a {
    color: white;
}

@media (max-width: 767px) {
    .site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
        float: none;
        display: inline-block;
    }
}

.site-header .lower-topbar .company-info ul, .site-header-style2 .lower-topbar .company-info ul, .site-header-style3 .lower-topbar .company-info ul {
    overflow: hidden;
}

.site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
    float: left;
    padding: 5px 0px 5px 52px;
    position: relative;
}

@media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
        padding: 5px 0 5px 45px;
    }
}

@media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
        padding: 5px 0 5px 35px;
        text-align: left;
    }
}

.site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
    margin-right: 1px;
}

@media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
        margin-right: 35px;
    }
}

.site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
        top: -5px;
    }
}

@media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
        top: 0;
    }
}

.site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
    font-size: 2.13rem;
    color: #3acb3c;
}

@media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
        font-size: 2.19rem;
    }
}

@media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
        font-size: 1.5rem;
    }
}

.site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
    font-size: 1.1rem;
    color: #06223e;
    padding-bottom: 10px;
    margin: 10px 0 0.15em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
        font-size: 1.13rem;
    }
}

@media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
        font-size: 0.88rem;
    }
}

.site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
    font-weight: bold;
    color: #999999;
}

@media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
        font-size: 0.88rem;
    }
}

@media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
        font-size: 0.75rem;
    }
}

.site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
    background-color: #e8753400;
    margin-bottom: 0;
    border: 0;
    z-index: 999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

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

.site-header .navigation img {
    display: none;
}

.site-header .sticky img {
    display: block;
    float: left;
    padding-right: 100px;
    padding-top: 14px;
    width: 200px;
}

.sticky {
    margin-top: 0 !important;
}

.site-header .navigation > .container, .site-header-style2 .navigation > .container, .site-header-style3 .navigation > .container {
    position: relative;
}

.site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
        display: none;
    }
}

.site-header .navigation .social-links a, .site-header-style2 .navigation .social-links a, .site-header-style3 .navigation .social-links a {
    background-color: transparent;
    font-size: 1rem;
}

.site-header .navigation .social-links a:hover, .site-header-style2 .navigation .social-links a:hover, .site-header-style3 .navigation .social-links a:hover {
    color: #3075b9;
}

.site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** second level ***/
    /*** icon ***/
    /* background: rgb(231 116 49 / 69%); */
}

.site-header #navbar > ul, .site-header-style2 #navbar > ul, .site-header-style3 #navbar > ul {
    margin: 0;
    z-index: 9999;
}

.site-header #navbar > ul a, .site-header-style2 #navbar > ul a, .site-header-style3 #navbar > ul a {
    display: block;
}

.sticky #navbar ul li a {
    /* color: #066490 !important; */
}

.site-header #navbar > ul a:hover, .site-header-style2 #navbar > ul a:hover, .site-header-style3 #navbar > ul a:hover, .site-header #navbar > ul a:focus, .site-header-style2 #navbar > ul a:focus, .site-header-style3 #navbar > ul a:focus {
    text-decoration: none;
}

.site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li {
    position: relative;
}

.none13 {
    display: none !important;
}

.site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    color: #272727;
    padding: 15px 4px;
    font-weight: 600;
    margin: 0px 10px;
}

.sticky .navbar-default .navbar-nav>li>a {
}

.site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover, .site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
    outline: none;
}

@media screen and (min-width: 992px) {
    .site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover, .site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
        color: #022179;
        border-bottom: 3px solid #022179;
    }
}

.site-header #navbar > ul > li > a:focus, .site-header-style2 #navbar > ul > li > a:focus, .site-header-style3 #navbar > ul > li > a:focus {
    background-color: transparent;
}

@media screen and (min-width: 992px) {
    .site-header #navbar > ul > li:hover > ul, .site-header-style2 #navbar > ul > li:hover > ul, .site-header-style3 #navbar > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar > ul > li > ul > li:hover > ul, .site-header-style2 #navbar > ul > li > ul > li:hover > ul, .site-header-style3 #navbar > ul > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

.site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
    border-bottom: 1px solid #e81a1f;
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
        border-color: #cccccc;
    }
}

.site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
        border-color: #cccccc;
    }
}

.site-header #navbar > ul > li > ul li:last-child, .site-header-style2 #navbar > ul > li > ul li:last-child, .site-header-style3 #navbar > ul > li > ul li:last-child {
    border-bottom: 0;
}

.site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
    padding: 6px 15px 6px 45px;
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li > ul ul a, .site-header-style2 #navbar > ul > li > ul ul a, .site-header-style3 #navbar > ul > li > ul ul a {
        padding-left: 60px;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar > ul > li > ul, .site-header-style2 #navbar > ul > li > ul, .site-header-style3 #navbar > ul > li > ul {
        background-color: #ffffff;
        width: 270px;
        position: absolute;
        padding: 1px;
        left: 0;
        top: 120%;
        z-index: 10;
        border-bottom: 3px solid #022179;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
        border-bottom: 1px solid #e4e4e4;
    }

    .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
        border-top: 0;
    }

    .site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
        display: block;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        padding: 10px 15px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar > ul > li > ul a:hover, .site-header-style2 #navbar > ul > li > ul a:hover, .site-header-style3 #navbar > ul > li > ul a:hover {
        background-color: #e9e9e9;
        padding-left: 20px;
    }

    .site-header #navbar > ul > li > ul ul, .site-header-style2 #navbar > ul > li > ul ul, .site-header-style3 #navbar > ul > li > ul ul {
        background-color: #ffffff;
        width: 330px;
        position: absolute;
        left: 110%;
        border-bottom: 3px solid #022179;
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }
}

.site-header #navbar .sub-sub-menu > a, .site-header-style2 #navbar .sub-sub-menu > a, .site-header-style3 #navbar .sub-sub-menu > a {
    position: relative;
}

.site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
}

@media (max-width: 991px) {
    .site-header #navbar .sub-menu > a:before, .site-header-style2 #navbar .sub-menu > a:before, .site-header-style3 #navbar .sub-menu > a:before, .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
        font-family: "FontAwesome";
        content: "\f107";
        width: 40px;
        height: 100%;
        line-height: 41px;
        text-align: center;
        border-left: 1px solid #cccccc;
        position: absolute;
        right: 0;
        top: 0;
    }

    .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
        line-height: 33px;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar .sub-menu .current a, .site-header-style2 #navbar .sub-menu .current a, .site-header-style3 #navbar .sub-menu .current a, .site-header #navbar .sub-sub-menu .current a, .site-header-style2 #navbar .sub-sub-menu .current a, .site-header-style3 #navbar .sub-sub-menu .current a {
        background-color: #152d60;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn, .site-header-style2 .navbar-header .open-btn, .site-header-style3 .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header, .site-header-style2, .site-header-style3 {
        /* class for show hide navigation */
    }

    .site-header .container, .site-header-style2 .container, .site-header-style3 .container {
        width: 100%;
    }

    .site-header .navbar-header button, .site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
        background-color: #193775;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: -2px;
        z-index: 20;
    }

    .site-header .navbar-header button span, .site-header-style2 .navbar-header button span, .site-header-style3 .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 3px;
        margin-bottom: 6px;
    }

    .site-header .navbar-header button span:last-child, .site-header-style2 .navbar-header button span:last-child, .site-header-style3 .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 999999;
    }

    .site-header #navbar ul li a, .site-header-style2 #navbar ul li a, .site-header-style3 #navbar ul li a {
        color: #000;
        font-size: 0.8rem;
    }

    .site-header #navbar ul li a:hover, .site-header-style2 #navbar ul li a:hover, .site-header-style3 #navbar ul li a:hover, .site-header #navbar ul li.current a, .site-header-style2 #navbar ul li.current a, .site-header-style3 #navbar ul li.current a {
        color: #193775;
    }

    .site-header #navbar .navbar-nav, .site-header-style2 #navbar .navbar-nav, .site-header-style3 #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
        background-color: #193775;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }

    .site-header #navbar > ul > li, .site-header-style2 #navbar > ul > li, .site-header-style3 #navbar > ul > li {
        border-bottom: 1px solid #cccccc;
    }

    .site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }

    .site-header .slideInn, .site-header-style2 .slideInn, .site-header-style3 .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand, .site-header-style2 .navbar-header .navbar-brand, .site-header-style3 .navbar-header .navbar-brand {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse, .site-header-style2 .navbar-collapse.collapse, .site-header-style3 .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in, .site-header-style2 .navbar-collapse.collapse.in, .site-header-style3 .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse, .site-header-style2 .navbar-header .collapse, .site-header-style3 .navbar-header .collapse, .site-header .navbar-toggle, .site-header-style2 .navbar-toggle, .site-header-style3 .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header, .site-header-style2 .navbar-header, .site-header-style3 .navbar-header {
        float: none;
    }

    .site-header .navbar-right, .site-header-style2 .navbar-right, .site-header-style3 .navbar-right {
        float: none;
    }

    .site-header .navbar-nav, .site-header-style2 .navbar-nav, .site-header-style3 .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav > li, .site-header-style2 .navbar-nav > li, .site-header-style3 .navbar-nav > li {
        float: none;
    }
}

/*** site header style 2 ***/
.home-style2 .slider-section {
    margin-top: 0;
}

.site-header-style2, .site-header-style3 {
    /*** topbar ***/
}

@media (max-width: 1199px) {
    .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
        font-size: 15px;
    }
}

.site-header-style2 .social-links, .site-header-style3 .social-links {
    float: right;
}

@media (max-width: 991px) {
    .site-header-style2 .social-links, .site-header-style3 .social-links {
        float: none;
        margin: 15px 0;
    }
}

.site-header-style2 .social-links li, .site-header-style3 .social-links li, .site-header-style2 .social-links a, .site-header-style3 .social-links a {
    background-color: transparent;
    color: #fff;
    width: auto;
    height: auto;
    line-height: 10px;
}

.site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
    margin-right: 25px;
}

@media (max-width: 1199px) {
    .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
        float: left;
    }
}

.site-header-style2 .social-links li:last-child, .site-header-style3 .social-links li:last-child {
    margin-right: 0;
}

.site-header-style2 .social-links a, .site-header-style3 .social-links a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .site-header-style2 .social-links a, .site-header-style3 .social-links a {
        font-size: 16px;
    }
}

.site-header-style2 .social-links a:hover, .site-header-style3 .social-links a:hover {
    background-color: transparent;
    color: #f39c12;
}

.site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
    min-height: auto;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
        margin-top: 0;
    }

    .site-header-style2 .navbar-brand img, .site-header-style3 .navbar-brand img {
        max-width: 120px;
    }
}

@media screen and (min-width: 992px) {
    .site-header-style2 #navbar, .site-header-style3 #navbar {
        padding-right: 0;
        margin-right: -20px;
    }
}

.site-header-style2 .navigation, .site-header-style3 .navigation, .site-header-style2 #navbar, .site-header-style3 #navbar {
    background: #fff;
}

@media (max-width: 991px) {
    .site-header-style2 .navigation, .site-header-style3 .navigation {
        padding: 15px 0;
    }
}

.site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    color: #06223e;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
        padding: 40px 17px;
    }
}

.site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
    top: 12px;
}

/*** header style 3 ***/
@media screen and (min-width: 768px) {
    .site-header-style3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
}

@media screen and (min-width: 768px) {
    .site-header-style3 .upper-topbar {
        background-color: transparent;
        border-bottom: 1px solid #9c9c9c;
    }
}

.site-header-style3 .navigation, .site-header-style3 #navbar {
    background-color: transparent;
}

@media (max-width: 991px) {
    .site-header-style3 #navbar {
        background-color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .site-header-style3 #navbar > ul > li > a {
        padding: 40px 17px;
        color: #fff;
    }
}

.site-header-style3 .navbar-header button {
    top: 5px;
}

@media (max-width: 991px) {
    .home-style-1 .site-header .navigation, .home-style-1 .site-header-style2 .navigation, .home-style-1 .site-header-style3 .navigation {
        border-top: 0;
    }
}

@media (max-width: 991px) {
    /* .site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
        border-top: 1px solid #d9d9d9;
        padding-top: 1px;
    } */
}

@media (max-width: 991px) {
    .site-header-style3 .navigation {
        border-top: 0;
        padding-top: 15px;
    }

    .site-header-style3 .upper-topbar {
        padding-bottom: 7px;
    }
}

/*** box layout headery style ***/
@media screen and (min-width: 1200px) {
    .box-layout .site-header .navigation > .container, .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container {
        width: 1200px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container, .box-layout .site-header-style3 .navigation > .container {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
    right: 20px;
}

@media (max-width: 1199px) {
    .box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
        right: 35px;
    }
}

/*--------------------------------------------------------------
  #0.4  hero slider
  --------------------------------------------------------------*/
.slider-section {background: #224184;}

.slider-section .contact-form {
    background: #224184;
    padding: 30px;
    padding-top: 18px;
}

.slider-section .contact-form h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    border-bottom: 1px dashed #3f63b1;
    padding-bottom: 10px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .slider-section .main-heading, .slider-section .slider-text, .slider-section .link-button {
        /* display: none; */
        left: 0 !important;
        white-space: inherit;
    }
}

.slider-section .main-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.75rem;
    color: #06223e;
    font-weight: bold;
    line-height: 4.375rem;
}

.slider-section .slider-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    cursor: auto !important;
}

.slider-section .slider-btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
    color: #fff;
    padding: 0;
    text-align: center;
    border: 0;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -o-border-radius: 55px;
    -ms-border-radius: 55px;
    border-radius: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .slider-section .slider-btn {
        width: 120px;
        height: 42px;
        line-height: 42px;
        font-size: 0.9375rem;
    }
}

.slider-section .link-button .slider-btn:nth-child(2) {
    background: #f39c12;
    color: #fff;
}

.slider-section .link-button a:first-child {
    margin-right: 25px;
}

.home-style2 .slider-section .main-heading {
    color: #06223e;
}

/*--------------------------------------------------------------
  #0.5  footer
  --------------------------------------------------------------*/
.site-footer {
    /*** about widget ***/
    /*** news widget ***/
    /*** site map widget ***/
    /*** newsletter-widget ***/
    /*** social-media-widget ***/
    /* background: url(../upload_dynamic_content/travel.jpeg); */
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (max-width: 1199px) {
    .site-footer .upper-footer .container > .row > .col {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .container > .row > .col {
        margin-bottom: 10px;
    }
}

.site-footer .upper-footer {
    padding: 45px 0;
    background: #101010;
}

.site-footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgb(22 22 22); */
    /* background: -webkit-linear-gradient(left, rgb(255 255 255 / 93%), rgb(0 30 55 / 92%)); */
    background: -moz-linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
    background: -o-linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
    background: -ms-linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
    background: linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
}

@media (max-width: 1199px) {
    .site-footer .upper-footer {
        padding: 115px 0 35px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 80px 0 30px;
    }
}

.site-footer .upper-footer h3, .site-footer .upper-footer h4, .site-footer .upper-footer h5, .site-footer .upper-footer h6, .site-footer .upper-footer span, .site-footer .upper-footer p, .site-footer .upper-footer li, .site-footer .upper-footer a {
    color: #d0d0d0;
}

.site-footer .widget > h3 {
    font-size: 1.4rem;
    line-height: 0.5em;
    margin: 0 0 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 991px) {
    .site-footer .widget > h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .site-footer .widget > h3 {
        font-size: 1.125rem;
    }
}

.site-footer .about-widget .footer-logo {
    display: inline-block;
    margin-bottom: 11px;
    max-width: 63%;
}

@media (max-width: 767px) {
    .site-footer .about-widget .footer-logo img {
        max-width: 140px;
    }
}

.site-footer .about-widget .office-time {
    position: relative;
    padding-left: 65px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .site-footer .about-widget .office-time {
        padding-left: 50px;
        margin-top: 20px;
    }
}

.site-footer .about-widget .office-time .icon {
    position: absolute;
    left: 0;
    top: -10px;
}

@media (max-width: 767px) {
    .site-footer .about-widget .office-time .icon {
        top: 0;
    }
}

.site-footer .about-widget .office-time .fi:before {
    font-size: 45px;
    color: #f39c12;
}

@media (max-width: 767px) {
    .site-footer .about-widget .office-time .fi:before {
        font-size: 25px;
    }
}

.site-footer .about-widget .office-time h4 {
    font-size: 1.375rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 0.31em;
}

@media (max-width: 991px) {
    .site-footer .about-widget .office-time h4 {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .site-footer .about-widget .office-time h4 {
        font-size: 0.9375rem;
    }
}

.site-footer .about-widget .office-time .time {
    color: #999999;
}

.site-footer .news-widget li {
    /* min-height: 65px; */
    position: relative;
    /* padding-left: 70px; */
    /* margin-bottom: 40px; */
    line-height: 35px;
}

.site-footer .news-widget li .entry-media {
    min-height: 65px;
    position: absolute;
    left: 0;
}

.site-footer .news-widget li h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0 0 0.3em;
}

@media (max-width: 767px) {
    .site-footer .news-widget li h5 {
        font-size: 0.9375rem;
    }
}

.site-footer .news-widget li .date {
    font-size: 14px;
    color: #999999;
}

.site-footer .news-widget li a:hover {
    color: #f39c12;
}

.site-footer .news-widget ul li:last-child {
    margin-bottom: 0;
}

.site-footer .site-map-widget ul li {
    margin-bottom: 10px;
}

.site-footer .site-map-widget ul li:last-child {
    margin-bottom: 0;
}

.site-footer .site-map-widget a:hover {
    color: #f39c12;
}

.site-footer .newsletter-widget {
    margin-bottom: 55px;
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget {
        margin-bottom: 50px;
    }
}

.site-footer .newsletter-widget .form input {
    background-color: #0c131f;
    height: 45px;
    font-size: 1rem;
    border: 0;
    padding: 0 75px 0 20px;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget .form input {
        height: 40px;
        font-size: 0.875rem;
    }
}

.site-footer .newsletter-widget .form > div {
    position: relative;
}

.site-footer .newsletter-widget .form > div button {
    background-color: #fff;
    width: 60px;
    height: 100%;
    font-size: 1.25rem;
    color: #f39c12;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 20px 20px 0;
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget .form > div button {
        width: 50px;
        font-size: 1.125rem;
    }
}

.site-footer .newsletter-widget .form > div button:hover, .site-footer .newsletter-widget .form > div button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.site-footer .social-media-widget ul {
    overflow: hidden;
}

.site-footer .social-media-widget li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: left;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .site-footer .social-media-widget li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .site-footer .social-media-widget li {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 7px;
    }
}

.site-footer .social-media-widget ul > li:last-child {
    margin-right: 0;
}

.site-footer .social-media-widget a {
    background-color: #fff;
    display: block;
    font-size: 1.375rem;
    text-align: center;
    color: gray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .site-footer .social-media-widget a {
        font-size: 1.125rem;
    }
}

.site-footer .social-media-widget a:hover {
    color: #f39c12;
}

.site-footer .copyright {
    padding: 15px 0 10px;
    background: rgb(0 0 0);
    border-top: 0px dashed white;
}

@media (max-width: 991px) {
    .site-footer .copyright {
        text-align: center;
    }

    .site-footer .copyright p, .site-footer .copyright li {
        font-size: 0.875rem;
    }
}

.site-footer .copyright p {
    color: #7a7a7a;
    margin: 0;
    text-align: center;
}

.site-footer .copyright p a {
    color: #fe9800;
    /* background: -webkit-linear-gradient(left, #9b1d11, #d31906); */
    background: -moz-linear-gradient(left, #00abc9, #193775);
    background: -o-linear-gradient(left, #00abc9, #193775);
    background: -ms-linear-gradient(left, #00abc9, #193775);
    background: linear-gradient(left, #00abc9, #193775);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.site-footer .copyright ul {
    overflow: hidden;
    float: right;
}

@media (max-width: 991px) {
    .site-footer .copyright ul {
        float: none;
        display: inline-block;
        margin-top: 15px;
    }
}

.site-footer .copyright ul li {
    float: left;
    margin-right: 20px;
}

.site-footer .copyright ul a {
    color: #7a7a7a;
}

/*--------------------------------------------------------------
  #0.6  featured
  --------------------------------------------------------------*/
@media (max-width: 1199px) {
    .featured {
        padding-bottom: 85px;
    }
}

@media (max-width: 991px) {
    .featured {
        padding-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .featured {
        padding-bottom: 45px;
    }

.featured .grid {
    margin-bottom: 0;
}

.featured .griddiffrent {
    margin-bottom: 0;
}

.featured .grid .img-holder {
    height: 200px;
}
}

@media (max-width: 650px) {
    .featured .content > .col {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .featured .content > .col {
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
  #0.7  services
  --------------------------------------------------------------*/
.services {
    padding: 45px 0 30px;
    background: #fbf6f0;
    margin-top: 30px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .services {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .services {
        padding-bottom: 50px;
    }
}

.services .content > .col {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .services .content > .col {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
  #0.8  fun-fact
  --------------------------------------------------------------*/
.fun-fact {
    background: url("../images/fun-fact-bg.jpg") center center/cover no-repeat local;
    padding: 25px 0 20px;
    position: relative;
    text-align: center;
    /* margin-bottom: 40px; */
    margin-top: 35px;
}

@media (max-width: 767px) {
    .fun-fact {
        padding: 60px 0 20px;
    }
}

.bravo-featured-item.style4 {
    background-color: #d9e1e3;
    border-bottom: none;
    margin-top: 0;
    padding: 30px 0 10px;
}

.tp-bgimg:before {
    content: '';
    position: absolute;
    /* background: rgb(66 19 19 / 52%); */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bravo-featured-item .featured-item {
    margin-bottom: 20px;
    background: white;
    float: left;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    border-radius: 4px;
}

.bravo-featured-item .featured-item .image {
    float: left;
}

.bravo-featured-item .featured-item .content {
    margin-left: 61px;
    margin-top: 18px;
    align-items: center;
    display: flex;
}

@media (max-width: 990px) {
    .bravo-featured-item .featured-item .content {
        margin-left:60px
    }
}

.bravo-featured-item .featured-item .content .title {
    font-size: 18px;
    margin-top: 7px;
}

.bravo-featured-item .featured-item .content .desc {
    font-size: 13px
}

.fun-fact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #193775;
    background: -webkit-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: -moz-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: -o-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: -ms-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    position: absolute;
    left: 0;
    top: 0;
}

.fun-fact p, .fun-fact h3 {
    color: #fff;
    margin: 0;
}

@media (max-width: 767px) {
    .fun-fact .content > .col {
        margin-bottom: 40px;
    }
}

.fun-fact h3 {
    font-size: 2.125rem;
    padding-bottom: 0.2em;
    position: relative;
}

@media (max-width: 991px) {
    .fun-fact h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .fun-fact h3 {
        font-size: 1.875rem;
    }
}

.fun-fact h3:after {
    content: "";
    background-color: #47a18a;
    width: 60px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .fun-fact h3:after {
        width: 50px;
        height: 2px;
    }
}

.fun-fact p {
    font-size: 1.5625rem;
}

@media (max-width: 991px) {
    .fun-fact p {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .fun-fact p {
        font-size: 0.875rem;
    }
}

/*--------------------------------------------------------------
  #0.9  about-us-section
  --------------------------------------------------------------*/
.home-style-1 .about-us-section {
    position: relative;
    margin-bottom: 0;
}

.home-style-1 .about-us-section .btn {
    display: block;
    width: 150px;
}

.home-style-1 .about-us-section:after {
    content: "";
    width: 1170px;
    height: 1px;
    /* border-bottom: 1px solid #e6e6e6; */
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .home-style-1 .about-us-section:after {
        width: 970px;
    }
}

@media (max-width: 991px) {
    .home-style-1 .about-us-section:after {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .home-style-1 .about-us-section:after {
        width: 100%;
    }
}

.about-us-section {
    /*** abou us slider ***/
}

@media (max-width: 991px) {
    .about-us-section .about-us-slider {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 767px) {
    .about-us-section .about-us-slider .signature img {
        max-width: 100px;
    }
}

.about-us-section .about-us-slider h3 {
    font-size: 1.5625rem;
    line-height: 1.3em;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .about-us-section .about-us-slider h3 {
        font-size: 1.25rem;
    }
}

.about-us-section .about-us-slider p {
    margin-bottom: 1em;
}

.about-us-section .about-us-slider img {
    width: auto;
}

.about-us-section .about-us-slider .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-us-section .about-us-slider .owl-controls .owl-nav .owl-prev, .about-us-section .about-us-slider .owl-controls .owl-nav .owl-next {
    color: #f39c12;
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
    margin: 0 5px 0 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
}

@media (max-width: 991px) {
    .about-us-section .about-us-slider .owl-controls .owl-nav > div {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div:hover {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
    content: "";
    width: 41px;
    height: 41px;
    position: absolute;
    left: 2px;
    top: 2px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
        width: 31px;
        height: 31px;
        left: 2px;
        top: 2px;
    }
}

.about-us-section .about-us-slider .owl-controls .owl-nav i {
    position: relative;
    z-index: 10;
}

.about-us-section .skills .skill {
    margin-bottom: 5px;
}

.about-us-section .skills .skill:last-child {
    margin-bottom: 0;
}

.about-us-section .skills .skill:last-child .progress {
    margin-bottom: 0;
}

.about-us-section .skills h6 {
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0 0 0.6em;
}

@media (max-width: 991px) {
    .about-us-section .skills h6 {
        font-size: 1rem;
    }
}

.about-us-section .skills .progress {
    background-color: #e6e6e6;
    height: 15px;
    box-shadow: none;
    overflow: visible;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .about-us-section .skills .progress {
        height: 12px;
    }
}

.about-us-section .skills .progress-bar {
    background: #193775;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
}

.about-us-section .skills .progress-bar span {
    background-color: #f39c12;
    font-size: 0.75rem;
    color: #fff;
    padding: 2px 6px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .about-us-section .skills .progress-bar span {
        padding: 0 6px;
    }
}

.about-us-section .skills .progress-bar span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #f39c12;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*--------------------------------------------------------------
  #0.10 latest-projects
  --------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .latest-projects .section-title {
        margin-bottom: 20px;
    }
}

.latest-projects .grids-filters {
    text-align: center;
}

.latest-projects .grids-filters ul {
    display: inline-block;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .latest-projects .grids-filters ul {
        margin-bottom: 15px;
    }
}

.latest-projects .grids-filters ul li {
    float: left;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .latest-projects .grids-filters ul li {
        margin-right: 12px;
    }
}

.latest-projects .grids-filters ul li:last-child {
    margin-right: 0;
}

.latest-projects .grids-filters ul a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #193775;
}

@media (max-width: 767px) {
    .latest-projects .grids-filters ul a {
        font-size: 0.9375rem;
    }
}

.latest-projects .grids-filters ul a:focus {
    text-decoration: none;
}

.more-projects {
    text-align: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.latest-projects .more-projects .btn {
    /* font-size: 1.125rem; */
    /* font-weight: bold; */
    /* color: #193775; */
    /* padding: 0; */
}

@media (max-width: 991px) {
    .latest-projects .more-projects .btn {
        font-size: 1rem;
    }
}

.latest-projects .more-projects .btn i {
    color: #f39c12;
    display: inline-block;
    padding-left: 5px;
}

/*--------------------------------------------------------------
  #0.11 testimonials
  --------------------------------------------------------------*/
.testimonials {
    background: url("../images/testimonials/bg.jpg") center center/cover no-repeat fixed;
    position: relative;
    padding-bottom: 0;
}

.testimonials:before {
    content: "";
    background: rgb(255 255 255);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (min-width: 992px) {
    .testimonials .left-col {
        padding-top: 45px;
    }
}

@media (max-width: 991px) {
    .testimonials .left-col {
        margin-bottom: 60px;
    }
}

.testimonials .left-col .section-title {
    text-align: left;
    margin-bottom: 40px;
}

.testimonials .left-col .section-title h2, .testimonials .left-col .section-title p {
    color: #fff;
}

.testimonials .left-col .section-title h2:after {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: -webkit-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: -moz-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: -o-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: -ms-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
}

.testimonials .left-col .section-title p {
    margin-top: 28px;
}

.testimonials .left-col .theme-btn {
    background-color: #f39c12;
}

.testimonials .left-col .theme-btn:hover {
    background-color: #e08e0b;
}

.testimonials .testimonials-slider img {
    width: 100%;
}

.testimonials .testimonials-slider .box {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    padding: 10px 15px 10px;
    height: auto;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .testimonials .testimonials-slider .box {
        padding: 70px 20px 50px;
    }
}

.testimonials .testimonials-slider .client-pic {
    position: absolute;
    left: 50%;
    top: -45px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimonials .testimonials-slider .client-pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimonials .testimonials-slider h4 {
    font-size: 1.375rem;
    margin: 0 0 0.27em;
}

@media (max-width: 767px) {
    .testimonials .testimonials-slider h4 {
        font-size: 1.125rem;
    }
}

.testimonials .testimonials-slider .rating {
    margin-bottom: 10px;
}

.testimonials .testimonials-slider .rating i {
    color: #f39c12;
}

.testimonials .testimonials-slider p {
    margin: 0;
}

.testimonials .testimonials-slider .owl-controls {
    margin-top: 25px;
    display: none;
}

@media (max-width: 767px) {
    .testimonials .testimonials-slider .owl-controls {
        margin-top: 20px;
    }
}

.testimonials .testimonials-slider .owl-controls .owl-nav > div {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .testimonials .testimonials-slider .owl-controls .owl-nav > div {
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 1rem;
    }
}

.testimonials .testimonials-slider .owl-controls .owl-nav > div:hover {
    background-color: #f39c12;
    border-color: #f39c12;
}

/*--------------------------------------------------------------
  #0.12 blog-section 
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .blog-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .blog-section {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .blog-section .blog-section-grids > .col {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .blog-section .blog-section-grids > .col {
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-section-grids > .col {
        width: 100%;
    }
}
 /*--------------------------------------------------------------
  #0.13 contact-section
  --------------------------------------------------------------*/
  .contact-section-wrapper {
    padding-bottom: 0px;
    padding-top: 45px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper {
      padding-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper {
      padding-bottom: 80px;
    }
  }

  .contact-section-wrapper .contact-switcher {
    text-align: center;
  }

  .contact-section-wrapper .contact-switcher ul {
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;

  }

  .contact-section-wrapper .contact-switcher ul li {
    float: left;
  }

  .contact-section-wrapper .contact-switcher ul button {
    background-color: #fff;
    width: 120px;
    height: 50px;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #f39c12;
    border: 0;
    outline: 0;
    box-shadow: none;
    border: 2px solid #193775;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-switcher ul button {
      width: 100px;
      height: 45px;
      font-size: 0.9375rem;
      border: 1px solid #193775;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-switcher ul button {
      height: 40px;
      font-size: 0.8125rem;
      border: 1px solid #193775;
    }
  }

  .contact-section-wrapper .contact-switcher ul li:first-child button {
    border-radius: 30px 0 0 30px;
    border-right: 0;
  }

  .contact-section-wrapper .contact-switcher ul li:last-child button {
    border-radius: 0 30px 30px 0;
    border-left: 0;
  }

  .contact-section-wrapper .contact-switcher ul button .fi {
    color: #193775;
    display: inline-block;
    padding-right: 3px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-switcher ul button .fi:before {
      font-size: 0.9375rem;
    }
  }

  .contact-section-wrapper .contact-switcher ul .active {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    border-right: 0;
    -ms-transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    transform: scale(1, 1.1);
  }

  .contact-section-wrapper .contact-switcher ul .active {
    color: #fff;
  }

  .contact-section-wrapper .contact-switcher ul .active .fi {
    color: #fff;
  }

  .contact-section-wrapper .hide-content {
    visibility: hidden;
    opacity: 0;
  }

  .contact-section-wrapper .contact-section {
    position: relative;
  }

  .contact-section-wrapper .contact-section .overlay {
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .contact-section-wrapper .contact-section .map-wrapper {
    border-radius: 2px;
    width: 100%;
    height: 209px;
    margin-bottom: 84px;
  }

  .contact-section-wrapper .contact-section .map {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

.contact-section-wrapper .contact-section .map iframe {
    border-radius: 5px;
    height: 267px;
}

  .contact-section-wrapper .contact-block {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block {
      padding: 40px 45px;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block {
      padding: 40px 15px;
      margin-bottom: 40px;
    }
  }

  .contact-section-wrapper .contact-block h2 {
    font-size: 2.125rem;
    font-weight: normal;
    margin: 0 0 0.7em;
    font-weight: 800;
    text-align: left;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block h2 {
      font-size: 1.5625rem;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block h2 {
      font-size: 1.25rem;
    }
  }

  .contact-section-wrapper .contact-block .contact-info,
  .contact-section-wrapper .contact-block .contact-form {
    width: 100%;
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block .contact-info,
    .contact-section-wrapper .contact-block .contact-form {
      width: 100%;
      float: none;
    }
  }

  .contact-section-wrapper .contact-block .contact-info {
    padding-right: 15px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-info {
      padding-right: 0;
    }
  }

  .contact-section-wrapper .contact-block .contact-info ul {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .contact-section-wrapper .contact-block .contact-info ul li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    color: #667380;
  }

  .contact-section-wrapper .contact-block .contact-info li .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left: 0;
    background: #022179;
    border-radius: 35px;
    margin-top: -7px;
  }

  .contact-section-wrapper .contact-block .contact-info li .icon:before {
    background-color: #022179;
    content: "";
    width: 31px;
    height: 31px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 35px;
  }

  .contact-section-wrapper .contact-block .contact-info li .fi {
    position: relative;
  }

  .contact-section-wrapper .contact-block .contact-info li .fi:before {
    font-size: 1rem;
    color: #ffffff;
  }

  .contact-section-wrapper .contact-block .contact-form {
    background: #022179;
    padding: 40px;
    border-radius: 7px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form {
      padding-left: 30px;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block .contact-form {
      padding-left: 0;
      margin-top: 50px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form input,
  .contact-section-wrapper .contact-block .contact-form select,
  .contact-section-wrapper .contact-block .contact-form textarea {
    background-color: #ffffff;
    height: 55px;
    border: 0;
    box-shadow: none;
    padding-left: 20px;
  }

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background-color: #3A78C9;
  color: #ffffff;
  cursor: pointer;
  background: hwb(160deg 50% 0% / 0%) !important;
  border: 2px solid white !important;
  padding: 12px 30px;
  font-weight: 400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
}

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form input,
    .contact-section-wrapper .contact-block .contact-form select,
    .contact-section-wrapper .contact-block .contact-form textarea {
      height: 40px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form textarea {
    height: 110px;
    padding-top: 15px;
    width: 100%;
    border-radius: 25px;
  }

  .contact-section-wrapper .contact-block .contact-form .form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }


  .contact-section-wrapper .contact-block .contact-form .form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .form > div {
    margin-bottom: 20px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .form > div {
      margin-bottom: 10px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form select {
    font-style: normal;
    background-position: 97% center;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 45px;
    line-height: 42px;
    position: relative;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper {
      width: 130px;
      height: 40px;
      line-height: 38px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn {
      font-size: 1rem;
    }
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn:hover,
  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn:focus {
    background-color: transparent;
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper:before {
    background-color: #fff;
    content: "";
    width: 146px;
    height: 41px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper:before {
      width: 126px;
      height: 36px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form .form .submit-btn {
    margin-bottom: 0;
  }

  .contact-section-wrapper .contact-block .contact-form .btn-wrapper:hover .btn {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
  }

/*--------------------------------------------------------------
  # home style 2
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #1.1  services-style2
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .services-style2 {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .services-style2 .services-style2-grids > .col {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .services-style2 .services-style2-grids > .col {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
  #1.2  about-us-section-style2
  --------------------------------------------------------------*/
.about-us-section-style2, .about-us-section-style3 {
    padding-bottom: 0;
    background: #f9f9f9;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .about-us-section-style2, .about-us-section-style3 {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .about-us-section-style2 .signature img, .about-us-section-style3 .signature img {
        max-width: 100px;
    }
}

.about-us-section-style2 h3, .about-us-section-style3 h3 {
    font-size: 1.5625rem;
    line-height: 1.3em;
    margin: 0 0 1em;
}

.about-us-section-style2 .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .about-us-section-style2 h3, .about-us-section-style3 h3 {
        font-size: 1.25rem;
    }
}

.about-us-section-style2 p, .about-us-section-style3 p {
    margin-bottom: .5em;
    margin-top: 0.5em;
}

.about-us-section-style2 img, .about-us-section-style3 img {
    width: 100%;
    border-radius: 18px;
}

/*--------------------------------------------------------------
  #1.3  company-timeline
  --------------------------------------------------------------*/
.company-timeline {
    padding: 100px 0 0;
}

@media (max-width: 767px) {
    .company-timeline {
        display: none;
    }
}

.company-timeline .company-timeline-boxes {
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-top: 5px;
}

.company-timeline .company-timeline-boxes:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    left: 0;
    top: 13px;
}

.company-timeline .company-timeline-boxes .list {
    width: 20%;
    float: left;
    position: relative;
}

.company-timeline .company-timeline-boxes .list:before {
    content: "";
    background-color: #f39c12;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 0;
    border: 5px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.company-timeline .company-timeline-boxes .list h6 {
    font-size: 18px;
    font-weight: normal;
    margin: 1.5em 0 0;
}

@media (max-width: 991px) {
    .company-timeline .company-timeline-boxes .list h6 {
        font-size: 15px;
    }
}

.company-timeline .company-timeline-boxes .list span {
    color: #06223e;
}

@media (max-width: 991px) {
    .company-timeline .company-timeline-boxes .list span {
        font-size: 12px;
    }
}

.company-timeline .company-timeline-boxes .list:hover:before {
    -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
    -moz-box-shadow: 0 0 10px 0 #b3b3b3;
    -o-box-shadow: 0 0 10px 0 #b3b3b3;
    -ms-box-shadow: 0 0 10px 0 #b3b3b3;
    box-shadow: 0 0 10px 0 #b3b3b3;
}

/*--------------------------------------------------------------
  #1.4  faq
  --------------------------------------------------------------*/
.faq {
    padding-bottom: 0;
}

.faq .section-title {
    margin-bottom: 55px;
    text-align: left;
}

@media (max-width: 767px) {
    .faq .section-title {
        margin-bottom: 40px;
    }
}

.faq .section-title h2 {
    line-height: 1.2em;
}

@media screen and (min-width: 992px) {
    .faq .section-title h2 {
        font-size: 2.5rem;
    }
}

.faq .section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.faq .left-col {
    background: url("../images/faq/faq-video-bg.jpg") center center/cover no-repeat local;
    position: relative;
}

@media (max-width: 1199px) {
    .faq .left-col {
        height: 350px !important;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .faq .left-col {
        height: 250px !important;
        margin-bottom: 70px;
    }
}

.faq .left-col:before {
    content: "";
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.faq .left-col a {
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq .right-col {
    padding-left: 35px;
}

@media screen and (min-width: 1200px) {
    .faq .right-col {
        width: 585px;
    }
}

@media (max-width: 1199px) {
    .faq .right-col {
        padding-left: 15px;
    }
}

.faq .panel {
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.faq .panel-heading {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.faq .panel-heading a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    display: block;
    font-size: 1rem;
    color: #fff;
    padding: 12px 25px;
    position: relative;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .faq .panel-heading a {
        font-size: 0.8125rem;
        padding: 10px 15px;
    }
}

.faq .panel-heading .collapsed {
    background: #fff;
    color: #06223e;
    border: 2px solid #193775;
}

.faq .panel-heading .collapsed i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 34%;
}

@media (max-width: 767px) {
    .faq .panel-heading .collapsed i {
        top: 30%;
    }
}

.faq .panel-heading a i {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center 5px;
    -ms-transform-origin: center 5px;
    transform-origin: center 5px;
}

@media (max-width: 600px) {
    .faq .panel-heading a i {
        display: none;
    }
}

.faq .panel-body {
    padding: 20px 20px 20px 210px;
    position: relative;
}

@media (max-width: 1199px) {
    .faq .panel-body {
        min-height: 165px;
    }
}

@media (max-width: 767px) {
    .faq .panel-body {
        padding: 15px 2px;
    }
}

.faq .panel-body .img-holder {
    width: 170px;
    height: 125px;
    position: absolute;
    left: 20px;
    top: 20px;
}

@media (max-width: 767px) {
    .faq .panel-body .img-holder {
        position: static;
        margin-bottom: 10px;
    }
}

.faq .panel-body p {
    line-height: 1.6em;
    margin: 0;
}

.faq .panel-group {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  #1.5  testimonials-style2
  --------------------------------------------------------------*/
.testimonials-style2 {
    text-align: center;
}

.testimonials-style2 .testimonials-slider-style2 img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimonials-style2 .details {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .testimonials-style2 .details {
        margin-top: 15px;
    }
}

.testimonials-style2 .details p {
    font-size: 1.5625rem;
    color: #fff;
    line-height: 1.6em;
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .testimonials-style2 .details p {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .testimonials-style2 .details p {
        font-size: 0.9375rem;
    }
}

.testimonials-style2 .details .rating {
    margin-bottom: 8px;
}

.testimonials-style2 .details .rating i {
    font-size: 1.125rem;
    color: #f39c12;
}

@media (max-width: 767px) {
    .testimonials-style2 .details .rating i {
        font-size: 0.9375rem;
    }
}

.testimonials-style2 .details h4 {
    font-size: 1.375rem;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .testimonials-style2 .details h4 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .testimonials-style2 .details h4 {
        font-size: 0.9375rem;
    }
}

.testimonials-style2 .testimonials-slider-style2 .owl-controls {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .testimonials-style2 .testimonials-slider-style2 .owl-controls {
        margin-top: 40px;
    }
}

.testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div {
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 1rem;
    }
}

.testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div:hover {
    background-color: #f39c12;
    border-color: #f39c12;
}

/*--------------------------------------------------------------
  # home style 3
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #2.1  featured
  --------------------------------------------------------------*/
.home-style3 .slider-section {
    margin-top: 0;
}

.home-style3 .faq {
    padding-top: 0;
}

.home-style3 .featured {
    padding: 0;
    position: relative;
    z-index: 50;
}

@media (max-width: 991px) {
    .home-style3 .featured {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .home-style3 .featured {
        padding-top: 80px;
    }
}

@media screen and (min-width: 992px) {
    .home-style3 .featured {
        margin-top: -65px;
    }
}

@media (max-width: 1199px) {
    .home-style3 .featured .content > .col:last-child {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
  #2.2  about-us-section-style3
  --------------------------------------------------------------*/
.about-us-section-style3 {
    padding-bottom: 120px;
    background-image: none;
}

@media (max-width: 991px) {
    .about-us-section-style3 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .about-us-section-style3 {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .about-us-section-style3 .about-company-slider-wrapper {
        margin-top: 60px;
    }
}

.about-us-section-style3 .about-company-slider {
    position: relative;
}

.about-us-section-style3 .about-company-slider img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .about-us-section-style3 .about-company-slider {
        max-width: 500px;
    }
}

.about-us-section-style3 .about-company-slider .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
    background: #f39c12;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev, .about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div:hover {
    background: #193775;
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
    right: 0;
}

/*--------------------------------------------------------------
  #2.3  team
  --------------------------------------------------------------*/
.team .team-slider .owl-controls {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .team .team-slider .owl-controls {
        margin-top: 40px;
    }
}

.team .team-slider .owl-controls .owl-dots > div span {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    position: relative;
}

@media (max-width: 767px) {
    .team .team-slider .owl-controls .owl-dots > div span {
        width: 15px;
        height: 15px;
        margin: 0 7px 0 0;
    }
}

.team .team-slider .owl-controls .owl-dots > div span:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .team .team-slider .owl-controls .owl-dots > div span:before {
        width: 11px;
        height: 11px;
        left: 2px;
        top: 2px;
    }
}

.team .team-slider .owl-controls .owl-dots > .active span:before {
    background: #f39c12;
    box-shadow: 0 0 0 2px #f39c12;
}

/*--------------------------------------------------------------
  #2.4  pricing
  --------------------------------------------------------------*/
.pricing {
    padding-top: 0;
}

.pricing .section-title {
    text-align: left;
}

.pricing .section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (max-width: 991px) {
    .pricing .pricing-grids > .col {
        margin-bottom: 80px;
    }

    .pricing .pricing-grids > .col:last-child {
        margin-bottom: 0;
        margin-left: 187px;
    }
}

@media (max-width: 767px) {
    .pricing .pricing-grids > .col {
        margin-bottom: 45px;
    }

    .pricing .pricing-grids > .col:last-child {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
  #2.5  cta
  --------------------------------------------------------------*/
.cta {
    padding: 15px 0;
    position: relative;
    margin-top: 50px;
}

.cta img {
    width: 80px;
    margin-right: 50px;
    float: left;
    filter: hue-rotate(2deg);
}

.cta:before {
    content: "";
    background: rgb(255 153 0);
    /* background: -webkit-linear-gradient(left, rgb(236 31 36 / 93%), rgb(0 46 84 / 88%)); */
    background: -moz-linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
    background: -o-linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
    background: -ms-linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
    background: linear-gradient(left, rgba(236 31 36 / 93%), rgba(0 46 84 / 88%));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cta h5 {
    font-size: 2.25rem;
    color: #fff;
    margin: 0;
    margin-top: 17px;
}

@media (max-width: 991px) {
    .cta h5 {
        font-size: 1.375rem;
        line-height: 1.3em;
    }
}

.cta .btn {
    font-size: 1.0625rem;
    border: 1px solid white;
    color: #ffffff;
    padding: 12px 35px;
    position: absolute;
    right: 15px;
    top: 25%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .cta .btn {
        font-size: 1rem;
        padding: 10px 25px;
    }
}

@media (max-width: 767px) {
    .cta .btn {
        font-size: 0.9375rem;
        position: static;
        margin-top: 25px;
        padding: 8px 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*--------------------------------------------------------------
  #2.6  partner
  --------------------------------------------------------------*/
.partner {
    text-align: center;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .partner {
        padding: 50px 0;
    }
}

.partner .grid img {
    display: inline-block;
    width: auto;
    max-width: 90%;
}

/*--------------------------------------------------------------
  # about page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #3.1  page title
  --------------------------------------------------------------*/
.about-page .page-title {
    background-image: url(../images/page-title/img-7.jpg);
    background-size: cover;
    background-position: tb;
}

/*--------------------------------------------------------------
  #3.2  about-company-s2  
  --------------------------------------------------------------*/
.about-company-s2 ul li, .about-company-s2 ol li {
    /*** about compay slider ***/
    /*** mission ***/
    font-size: 14px;
    margin-bottom: 5px;
    color: #585858;
    /* list-style: circle; */
    margin-bottom: 14px;
    line-height: 1.8;
}

.sidebar ul li a {
    list-style: none;
    color: #080808;
    padding: 7px;
}

.sidebar ul {
    margin-left: 0;
}

.sidebar ul li {
    list-style: none;
    background: #ebfcff;
    padding: 10px;
    padding-left: 0px;
}

.about-company-s2 .section-title {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .about-company-s2 .section-title {
        margin-bottom: 35px;
    }
}

.about-company-s2 .about-company-s2-slider .owl-controls {
    /* margin: 30px 0 35px; */
    display: none;
}

@media (max-width: 991px) {
    .about-company-s2 .about-company-s2-slider .owl-controls {
        margin: 20px 0 25px;
    }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div span, .about-company-s2 .about-company-s2-slider .owl-dots > .active span {
    width: 15px;
    height: 15px;
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    margin: 0 10px 0 0;
    position: relative;
}

@media (max-width: 767px) {
    .about-company-s2 .about-company-s2-slider .owl-dots > div span, .about-company-s2 .about-company-s2-slider .owl-dots > .active span {
        width: 13px;
        height: 13px;
        margin: 0 10px 0 0;
    }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
    content: "";
    background: #fff;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
        width: 11px;
        height: 11px;
        left: 1px;
        top: 1px;
    }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div:hover span, .about-company-s2 .about-company-s2-slider .owl-dots > div:hover span:before, .about-company-s2 .about-company-s2-slider .owl-dots > .active span, .about-company-s2 .about-company-s2-slider .owl-dots > .active span:before {
    background: #f39c12;
}

.about-company-s2 .about-company-s2-slider-wrapper {
    padding-bottom: 35px;
    position: relative;
}

.about-company-s2 .about-company-s2-slider-wrapper:after {
    content: "";
    width: 97%;
    height: 1px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-company-s2 .about-company-s2-slider-wrapper p {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .about-company-s2 .about-company-s2-slider-wrapper p {
        padding: 0 45px;
    }
}

.about-company-s2 .mission {
    margin-top: 4px;
}

.about-company-s2 .mission .section-title {
    text-align: left;
}

.about-company-s2 .mission .section-title h2 {
    line-height: 1.2em;
}

.about-company-s2 .mission .section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.about-company-s2 .mission .details {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .about-company-s2 .mission .details {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .about-company-s2 .mission .details {
        margin-bottom: 80px;
    }
}

.about-company-s2 .mission .details li {
    font-size: 1.0625rem;
    line-height: 1.7em;
    color: #667380;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .about-company-s2 .mission .details li {
        font-size: 0.9375rem;
        margin-bottom: 15px;
    }
}

.about-company-s2 .mission .details li i {
    display: inline-block;
    padding-right: 5px;
    color: #f39c12;
}

.about-company-s2 .mission .details ul li:last-child {
    margin-bottom: 0;
}

.about-company-s2 .mission .details .right-col {
    background: url("../images/about-page-video-bg.jpg") center center/cover no-repeat local;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .about-company-s2 .mission .details .right-col {
        margin: 45px 15px 0;
    }
}

@media (max-width: 767px) {
    .about-company-s2 .mission .details .right-col {
        height: 250px !important;
    }
}

.about-company-s2 .mission .details .right-col:before {
    content: "";
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-company-s2 .mission .details .right-col a {
    font-size: 2.1875rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*** others ***/
.about-page .team {
    background-color: #06223e;
}

.about-page .team .section-title h2 {
    color: #fff;
}

.about-page .team .section-title h2:after {
    background: #fff;
    background: -webkit-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: -moz-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: -o-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: -ms-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    width: 105px;
}

.about-page .team .section-title p {
    color: #cccccc;
}

.about-page .team .team-slider .owl-controls .owl-dots > div span:before {
    background: #06223e;
}

.about-page .team .team-slider .owl-controls .owl-dots > .active span:before {
    background: #f39c12;
}

/*--------------------------------------------------------------
  # services
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #4.1  featured
  --------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .service-page .featured {
        padding-bottom: 85px;
    }

    .service-page .featured .content > .col {
        margin-bottom: 35px;
    }
}

/*--------------------------------------------------------------
  # services st2 page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #5.1  service-st2-content 
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .service-st2 .featured {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .service-st2 .featured {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .service-st2-content {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .service-st2-content {
        margin-bottom: 80px;
    }
}

.service-st2-content .section-title {
    text-align: left;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .service-st2-content .section-title {
        margin-bottom: 40px;
    }
}

.service-st2-content .section-title h2 {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}

@media (max-width: 1199px) {
    .service-st2-content .section-title h2 {
        font-size: 2.1875rem;
    }
}

@media (max-width: 991px) {
    .service-st2-content .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .service-st2-content .section-title h2 {
        font-size: 1.5rem;
    }
}

.service-st2-content .section-title h2:after {
    display: none;
}

.service-st2-content .grids > .col {
    margin-bottom: 30px;
}

@media (max-width: 650px) {
    .service-st2-content .grids > .col {
        width: 100%;
    }
}

.service-st2-content .load-more {
    text-align: center;
    margin-top: 55px;
}

@media (max-width: 991px) {
    .service-st2-content .load-more {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .service-st2-content .load-more {
        margin-top: 20px;
    }
}

.service-st2-content .load-more > div {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 991px) {
    .service-st2-content .load-more > div {
        width: 130px;
        height: 42px;
        line-height: 42px;
    }
}

.service-st2-content .load-more > div:before {
    content: "";
    background: #fff;
    width: 146px;
    height: 41px;
    position: absolute;
    left: 2px;
    top: 2px;
}

@media (max-width: 991px) {
    .service-st2-content .load-more > div:before {
        width: 126px;
        height: 38px;
    }
}

.service-st2-content .load-more a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 1.125rem;
    color: #f39c12;
    padding: 0;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .service-st2-content .load-more a {
        width: 130px;
        height: 42px;
        line-height: 42px;
        font-size: 0.9375rem;
    }
}

.service-st2-content .load-more a i {
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

/*--------------------------------------------------------------
  # service single page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #6.1  service-single-content  
  --------------------------------------------------------------*/
.service-single-content {
    /*** service-details ***/
    /*** service single tab ***/
}

.service-single-content .service-details h2 {
    font-size: 2.30rem;
    line-height: 0.8em;
    font-weight: normal;
    margin: 0 0 0.6em;
    text-align: center;
}

@media (max-width: 991px) {
    .service-single-content .service-details h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .service-single-content .service-details h2 {
        font-size: 1.5rem;
    }
}

.service-single-content .service-details p {
    margin: 15px 0 15px;
}

.service-single-content .service-details ul li {
    color: #667380;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .service-single-content .service-details ul li {
        margin-bottom: 15px;
    }
}

.service-single-content .service-details ul li:last-child {
    margin-bottom: 0;
}

.service-single-content .service-details ul i {
    color: #f39c12;
    display: inline-block;
    padding-right: 5px;
}

.service-single-content .service-single-slider {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .service-single-content .service-single-slider {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .service-single-content .service-single-slider {
        margin-top: 40px;
    }
}

.service-single-content .service-single-slider .owl-controls {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .service-single-content .service-single-slider .owl-controls {
        margin-top: 30px;
    }
}

.service-single-content .service-single-slider .owl-dots > div span, .service-single-content .service-single-slider .owl-dots > .active span {
    width: 15px;
    height: 15px;
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    margin: 0 10px 0 0;
    position: relative;
}

@media (max-width: 767px) {
    .service-single-content .service-single-slider .owl-dots > div span, .service-single-content .service-single-slider .owl-dots > .active span {
        width: 13px;
        height: 13px;
        margin: 0 10px 0 0;
    }
}

.service-single-content .service-single-slider .owl-dots > div span:before {
    content: "";
    background: #fff;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .service-single-content .service-single-slider .owl-dots > div span:before {
        width: 11px;
        height: 11px;
        left: 1px;
        top: 1px;
    }
}

.service-single-content .service-single-slider .owl-dots > div:hover span, .service-single-content .service-single-slider .owl-dots > div:hover span:before, .service-single-content .service-single-slider .owl-dots > .active span, .service-single-content .service-single-slider .owl-dots > .active span:before {
    background: #f39c12;
}

.service-single-content .service-single-tab {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .service-single-content .service-single-tab {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .service-single-content .service-single-tab {
        margin-top: 40px;
    }
}

.service-single-content .service-single-tab .nav {
    overflow: hidden;
}

.service-single-content .service-single-tab .nav li {
    float: left;
}

.service-single-content .service-single-tab .nav a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 10px 45px;
}

@media (max-width: 767px) {
    .service-single-content .service-single-tab .nav a {
        font-size: 0.875rem;
        padding: 10px 17px;
    }
}

.service-single-content .service-single-tab .nav a:hover {
    background: none;
}

.service-single-content .service-single-tab .nav .active a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
}

.service-single-content .tab-content {
    padding-top: 35px;
}

@media (max-width: 767px) {
    .service-single-content .tab-content {
        padding-top: 25px;
    }
}

.service-single-content .tab-content .tab-pane p {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .service-single-content .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
}

.service-single-content .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  # case studies page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #7.1  page title
  --------------------------------------------------------------*/
.case-studies-page .page-title {
    background-image: url(../images/page-title/img-8.jpg);
}

/*--------------------------------------------------------------
  #7.2  case-studies
  --------------------------------------------------------------*/
.case-studies .case-studies-grids > .col {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .case-studies .case-studies-grids > .col {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .case-studies .case-studies-grids > .col {
        width: 100%;
    }
}

.case-studies .page-pagination {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .case-studies .page-pagination {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
  # case studies style 2 page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #8.1  page title
  --------------------------------------------------------------*/
.case-studies-page-style2 .page-title {
    background-image: url(../images/page-title/img-8.jpg);
}

/*--------------------------------------------------------------
  #8.2  case-studies-s2-content-wrapper
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .case-studies-s2-content {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .case-studies-s2-content {
        margin-bottom: 80px;
    }
}

.case-studies-s2-content > .row {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .case-studies-s2-content > .row {
        text-align: center;
        margin-bottom: 50px;
    }
}

.case-studies-s2-content > .row .img-holder img {
    display: inline-block;
}

.case-studies-s2-content > .row:last-child {
    margin-top: 100px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .case-studies-s2-content > .row:last-child {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .case-studies-s2-content > .row:last-child {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .case-studies-s2-content .details {
        margin-top: 20px;
    }
}

.case-studies-s2-content .details h3 {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 0.38em;
}

@media (max-width: 1199px) {
    .case-studies-s2-content .details h3 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .case-studies-s2-content .details h3 {
        font-size: 1.125rem;
    }
}

.case-studies-s2-content .details > span {
    display: block;
    color: #667380;
}

.case-studies-s2-content .details .read-more {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 135px;
    height: 42px;
    display: inline-block;
    margin-top: 58px;
    position: relative;
}

@media (max-width: 1199px) {
    .case-studies-s2-content .details .read-more {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .case-studies-s2-content .details .read-more {
        width: 126px;
        height: 36px;
        margin-top: 20px;
    }
}

.case-studies-s2-content .details .read-more a {
    background: #fff;
    display: block;
    width: 131px;
    height: 38px;
    line-height: 34px;
    font-size: 1rem;
    color: #f39c12;
    padding: 0;
    text-transform: capitalize;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .case-studies-s2-content .details .read-more a {
        width: 124px;
        height: 34px;
        line-height: 30px;
        font-size: 0.9375rem;
        left: 1px;
        top: 1px;
    }
}

.case-studies-s2-content .details .read-more:hover {
    background: #f39c12;
}

.case-studies-s2-content .details .read-more:hover a {
    background: #f39c12;
    color: #fff;
}

/*--------------------------------------------------------------
  # case study single page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #9.1  page title
  --------------------------------------------------------------*/
.case-study-single-page .page-title {
    background-image: url(../images/page-title/img-2.jpg);
}

/*--------------------------------------------------------------
  #9.2  case-study-single-content
  --------------------------------------------------------------*/
.case-study-single-content .case-details {
    /*** service single tab ***/
}

@media (max-width: 991px) {
    .case-study-single-content .case-details {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .case-study-single-content .case-details {
        margin-bottom: 80px;
    }
}

.case-study-single-content .case-details h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 0.31em;
}

@media (max-width: 991px) {
    .case-study-single-content .case-details h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .case-study-single-content .case-details h3 {
        font-size: 1.5rem;
    }
}

.case-study-single-content .case-details .case-title {
    margin: 50px 0 30px;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .case-title {
        margin: 35px 0 20px;
    }
}

.case-study-single-content .case-details .case-title > span {
    font-size: 1.125rem;
    display: block;
    color: #999999;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .case-title > span {
        font-size: 1rem;
    }
}

.case-study-single-content .case-details .chart {
    height: 400px;
    margin: 35px 0 45px;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .chart {
        height: 300px;
    }
}

.case-study-single-content .case-details .case-single-tab {
    margin-top: 45px;
}

.case-study-single-content .case-details .case-single-tab .nav {
    overflow: hidden;
}

.case-study-single-content .case-details .case-single-tab .nav li {
    float: left;
}

.case-study-single-content .case-details .case-single-tab .nav a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 10px 45px;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .case-single-tab .nav a {
        font-size: 0.875rem;
        padding: 10px 17px;
    }
}

.case-study-single-content .case-details .case-single-tab .nav a:hover {
    background: none;
}

.case-study-single-content .case-details .case-single-tab .nav .active a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
}

.case-study-single-content .case-details .tab-content {
    padding-top: 35px;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .tab-content {
        padding-top: 25px;
    }
}

.case-study-single-content .case-details .tab-content .tab-pane p {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
}

.case-study-single-content .case-details .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details {
    margin-top: 60px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details {
        margin-top: 30px;
    }
}

.case-study-single-content .case-details .tab-details .img-holder {
    width: 43%;
    float: left;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details .img-holder {
        width: 100%;
        float: none;
    }
}

.case-study-single-content .case-details .tab-details .info {
    width: 57%;
    float: right;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details .info {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 25px;
    }
}

.case-study-single-content .case-details .tab-details ul li {
    line-height: 1.6em;
    color: #667380;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details ul li {
        margin-bottom: 15px;
    }
}

.case-study-single-content .case-details .tab-details ul li:last-child {
    margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details ul li i {
    color: #f39c12;
    position: absolute;
    left: 0;
    top: 6px;
}

/*--------------------------------------------------------------
  # careers page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #10.1 page title
  --------------------------------------------------------------*/
.careers-page .page-title {
    background-image: url(../images/page-title/img-3.jpg);
}

/*--------------------------------------------------------------
  #10.2 careers-content
  --------------------------------------------------------------*/
.careers-content .section-title {
    text-align: left;
    margin: 0;
}

.careers-content .section-title h2:after {
    display: none;
}

@media (max-width: 1199px) {
    .careers-content .section-title h2 {
        font-size: 2.1875rem;
    }
}

@media (max-width: 991px) {
    .careers-content .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .careers-content .section-title h2 {
        font-size: 1.5rem;
    }
}

.careers-content .first-row {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .careers-content .first-row {
        margin-bottom: 30px;
    }
}

.careers-content .gallery-row {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .careers-content .gallery-row {
        margin-bottom: 50px;
    }
}

.careers-content .careers-gallery {
    overflow: hidden;
}

.careers-content .careers-gallery img {
    max-width: 100%;
}

.careers-content .careers-gallery .img-holder {
    width: 50%;
    float: left;
}

@media (max-width: 991px) {
    .careers-content .reason-joinus {
        margin-bottom: 70px;
    }
}

.careers-content .reason-joinus h2 {
    line-height: 1.3em;
}

.careers-content .reason-joinus .grid-wrapper {
    overflow: hidden;
}

.careers-content .reason-joinus .grid {
    width: 50%;
    float: left;
    padding: 0 30px 30px;
}

@media (max-width: 1199px) {
    .careers-content .reason-joinus .grid {
        padding: 0 30px 30px 0;
    }
}

@media (max-width: 500px) {
    .careers-content .reason-joinus .grid {
        width: 100%;
        float: none;
        padding: 0 0 20px;
    }
}

@media (max-width: 500px) {
    .careers-content .reason-joinus .grid-wrapper .grid:last-child {
        padding-bottom: 0;
    }
}

.careers-content .reason-joinus .grid .icon {
    font-size: 35px;
    color: #f39c12;
    display: block;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .careers-content .reason-joinus .grid .icon {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

.careers-content .reason-joinus .grid p {
    margin: 0;
}

/*--------------------------------------------------------------
  #0.0  recent-job
  --------------------------------------------------------------*/
.recent-job {
    position: relative;
    /*** job list ***/
}

.recent-job:before {
    content: "";
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.recent-job .recent-job-slider {
    position: relative;
}

.recent-job .recent-job-slider .owl-controls {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .recent-job .recent-job-slider .owl-controls {
        margin-top: 30px;
    }
}

.recent-job .recent-job-slider .owl-controls .owl-dots > div span {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .recent-job .recent-job-slider .owl-controls .owl-dots > div span {
        width: 12px;
        height: 12px;
    }
}

.recent-job .recent-job-slider .owl-controls .owl-dots .active span {
    background: #f39c12;
}

.recent-job .job-list {
    background-color: #f39c12;
    background: -webkit-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: -moz-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: -o-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: -ms-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: linear-gradient(left, #fff 30%, #f39c12 30.1%);
    padding: 75px 45px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .recent-job .job-list {
        background: -webkit-linear-gradient(left, #fff 35%, #f39c12 35.1%);
        background: -moz-linear-gradient(left, #fff 35%, #f39c12 35.1%);
        background: -o-linear-gradient(left, #fff 35%, #f39c12 35.1%);
        background: -ms-linear-gradient(left, #fff 35%, #f39c12 35.1%);
        background: linear-gradient(left, #fff 35%, #f39c12 35.1%);
    }
}

@media (max-width: 991px) {
    .recent-job .job-list {
        background: #f39c12;
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .recent-job .job-list {
        padding: 35px 25px;
    }
}

.recent-job .job-list:before {
    content: "";
    background-color: #fff;
    width: 200px;
    height: 100%;
    position: absolute;
    left: 200px;
    top: 0;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@media (max-width: 1199px) {
    .recent-job .job-list:before {
        display: none;
    }
}

.recent-job .job-list .job-title {
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

@media (max-width: 1199px) {
    .recent-job .job-list .job-title {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .recent-job .job-list .job-title {
        width: 100%;
        float: none;
    }
}

.recent-job .job-list .job-title h3 {
    font-size: 2rem;
    line-height: 1.3em;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0 0 0.40em;
}

@media (max-width: 1199px) {
    .recent-job .job-list .job-title h3 {
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .recent-job .job-list .job-title h3 {
        font-size: 1.25rem;
    }
}

.recent-job .job-list .job-title .job-post {
    display: block;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #999999;
}

@media (max-width: 991px) {
    .recent-job .job-list .job-title .job-post {
        font-size: 1rem;
        color: #fff;
    }
}

.recent-job .job-list .job-description {
    width: 60%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .recent-job .job-list .job-description {
        width: 65%;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .recent-job .job-list .job-description {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 35px;
    }
}

.recent-job .job-list .job-description .left-col {
    width: 60%;
    float: left;
}

@media (max-width: 767px) {
    .recent-job .job-list .job-description .left-col {
        width: 100%;
        float: none;
    }
}

.recent-job .job-list .job-description .left-col .details {
    font-size: 1.125rem;
    font-weight: bold;
}

@media (max-width: 991px) {
    .recent-job .job-list .job-description .left-col .details {
        font-size: 0.9375rem;
    }
}

.recent-job .job-list .job-description .right-col {
    width: 40%;
    float: left;
    text-align: center;
    margin-top: -12px;
}

@media (max-width: 767px) {
    .recent-job .job-list .job-description .right-col {
        width: 100%;
        float: none;
        margin: 15px 0 0;
    }
}

.recent-job .job-list .job-description p, .recent-job .job-list .job-description a {
    color: #fff;
}

.recent-job .job-list .job-description .icon, .recent-job .job-list .job-description .location {
    display: block;
    color: #fff;
}

.recent-job .job-list .job-description .icon {
    font-size: 50px;
    color: #fff;
}

@media (max-width: 991px) {
    .recent-job .job-list .job-description .icon {
        font-size: 35px;
    }
}

.recent-job .job-list .job-description .location {
    font-size: 1.125rem;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .recent-job .job-list .job-description .location {
        font-size: 0.9375rem;
    }
}

.recent-job .job-list .job-description .apply-btn {
    background-color: #fff;
    display: inline-block;
    color: #f39c12;
    padding: 10px 30px;
    margin-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .recent-job .job-list .job-description .apply-btn {
        font-size: 0.9375rem;
        padding: 7px 25px;
    }
}

.recent-job .job-list .job-description .apply-btn:hover {
    background-color: #00abc9;
    color: #fff;
}

/*--------------------------------------------------------------
  # careers vacancy page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #11.1 page title
  --------------------------------------------------------------*/
.careers-vacancy-page .page-title {
    background-image: url(../images/page-title/img-3.jpg);
}

/*--------------------------------------------------------------
  #11.2 careers-vacancy-content
  --------------------------------------------------------------*/
.careers-vacancy-content .vacancy-details {
    /*** service single tab ***/
}

.careers-vacancy-content .vacancy-details > h2 {
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0 0 0.37em;
}

@media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details > h2 {
        font-size: 2.125rem;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details > h2 {
        font-size: 1.875rem;
    }
}

.careers-vacancy-content .vacancy-details .job-tag {
    overflow: hidden;
    margin-bottom: 35px;
}

.careers-vacancy-content .vacancy-details .job-tag li {
    float: left;
    color: #667380;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.careers-vacancy-content .vacancy-details .job-tag li:after {
    content: "";
    background-color: #f39c12;
    width: 5px;
    height: 5px;
    position: absolute;
    right: -3px;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.careers-vacancy-content .vacancy-details .job-tag li:last-child {
    margin: 0;
    padding: 0;
}

.careers-vacancy-content .vacancy-details .job-tag li:last-child:after {
    display: none;
}

.careers-vacancy-content .vacancy-details .btns > div {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 165px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

@media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .btns > div {
        width: 145px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .btns > div {
        width: 120px;
        height: 38px;
        line-height: 38px;
    }
}

.careers-vacancy-content .vacancy-details .btns .btn {
    background: #fff;
    width: 161px;
    height: 41px;
    line-height: 41px;
    font-size: 1.0625rem;
    color: #f39c12;
    padding: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .btns .btn {
        width: 143px;
        height: 38px;
        line-height: 38px;
        font-size: 0.9375rem;
        left: 1px;
        top: 1px;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .btns .btn {
        width: 118px;
        height: 36px;
        line-height: 36px;
        font-size: 0.875rem;
        left: 1px;
        top: 1px;
    }
}

.careers-vacancy-content .vacancy-details .btns .btn:hover {
    background: transparent;
    color: #fff;
}

.careers-vacancy-content .vacancy-details .btns i {
    color: #f39c12;
    position: absolute;
    left: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .btns i {
        left: 25px;
    }
}

.careers-vacancy-content .vacancy-details .job-tab {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .job-tab {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab {
        margin-top: 40px;
    }
}

.careers-vacancy-content .vacancy-details .job-tab .nav-wrapper {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.careers-vacancy-content .vacancy-details .job-tab .nav {
    overflow: hidden;
    display: inline-block;
}

.careers-vacancy-content .vacancy-details .job-tab .nav li {
    float: left;
}

.careers-vacancy-content .vacancy-details .job-tab .nav a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 10px 45px;
}

@media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab .nav a {
        font-size: 0.875rem;
        padding: 10px 17px;
    }
}

.careers-vacancy-content .vacancy-details .job-tab .nav a:hover {
    background: none;
}

.careers-vacancy-content .vacancy-details .job-tab .nav .active a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content {
    padding-top: 35px;
}

@media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab .tab-content {
        padding-top: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane ul {
        padding-right: 220px;
    }
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane ul li {
    color: #667380;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #f39c12;
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

.careers-vacancy-content .apply-job {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .careers-vacancy-content .apply-job {
        margin: 50px 0 100px;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .apply-job {
        margin: 50px 0 80px;
    }
}

.careers-vacancy-content .apply-job h2 {
    font-size: 2.125rem;
    font-weight: normal;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .careers-vacancy-content .apply-job h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .apply-job h2 {
        font-size: 1.5625rem;
    }
}

.careers-vacancy-content .apply-job .form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
}

.careers-vacancy-content .apply-job .form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
}

.careers-vacancy-content .apply-job .form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
}

.careers-vacancy-content .apply-job .form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
}

.careers-vacancy-content .apply-job .form .inputfile + label:after {
    content: "\f0ee";
    font-family: "FontAwesome";
    color: #f39c12;
    font-size: 20px;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.careers-vacancy-content .apply-job .form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.careers-vacancy-content .apply-job .form .inputfile + label {
    background-color: #eef1f5;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 1rem;
    font-weight: normal;
    color: #999999;
    cursor: pointer;
}

@media (max-width: 991px) {
    .careers-vacancy-content .apply-job .form .inputfile + label {
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form .inputfile + label {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        font-size: 0.875rem;
    }
}

.careers-vacancy-content .apply-job .form .inputfile + label i {
    display: inline-block;
    padding-right: 8px;
}

.careers-vacancy-content .apply-job .form .inputfile + label * {
    pointer-events: none;
}

.careers-vacancy-content .apply-job .form > div {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form > div {
        margin-bottom: 15px;
    }
}

.careers-vacancy-content .apply-job .form input, .careers-vacancy-content .apply-job .form textarea {
    background-color: #eef1f5;
    height: 50px;
    font-size: 1rem;
    padding-left: 30px;
    border: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .careers-vacancy-content .apply-job .form input, .careers-vacancy-content .apply-job .form textarea {
        height: 45px;
    }
}

@media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form input, .careers-vacancy-content .apply-job .form textarea {
        height: 40px;
        font-size: 0.875rem;
        padding-left: 20px;
    }
}

.careers-vacancy-content .apply-job .form textarea {
    height: 190px;
    padding-top: 25px;
}

@media (max-width: 991px) {
    .careers-vacancy-content .apply-job .form textarea {
        height: 150px;
    }
}

.careers-vacancy-content .apply-job .form .submit-btn {
    margin-bottom: 0;
}

.careers-vacancy-content .apply-job .form .submit-btn .btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 1.0625rem;
    color: #f39c12;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form .submit-btn .btn {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 0.9375rem;
    }
}

.careers-vacancy-content .apply-job .form .submit-btn .btn:hover {
    color: #fff;
}

/*--------------------------------------------------------------
  # team page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #12.1 page title
  --------------------------------------------------------------*/
.team-page .page-title {
    background-image: url(../images/page-title/img-4.jpg);
}

/*--------------------------------------------------------------
  #12.2 team-content
  --------------------------------------------------------------*/
.team-page .team-content .team-grids-wrapper {
    overflow: hidden;
}

.team-page .team-content .team-grids .grid {
    overflow: hidden;
}

.team-page .team-content .team-grids > .col {
    margin-bottom: 30px;
}

@media (max-width: 415px) {
    .team-page .team-content .team-grids > .col {
        width: 100%;
    }
}

.team-page .team-content .team-grids img {
    max-width: 100%;
}

.team-page .team-content .page-pagination-row {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .team-page .team-content .page-pagination-row {
        margin: 20px 0 100px;
    }
}

@media (max-width: 767px) {
    .team-page .team-content .page-pagination-row {
        margin: 20px 0 80px;
    }
}

/*--------------------------------------------------------------
  # team style 2 page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #13.1 page title
  --------------------------------------------------------------*/
.team-s2-page .page-title {
    background-image: url(../images/page-title/img-4.jpg);
}

/*--------------------------------------------------------------
  #13.2 team-s2-content
  --------------------------------------------------------------*/
.team-s2-page .team-s2-grids > .col {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .team-s2-page .team-s2-grids > .col {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .team-s2-page .team-s2-grids > .col {
        width: 100%;
    }
}

.team-s2-page .team-s2-grids .member-details {
    padding-top: 20px;
}

.team-s2-page .team-s2-grids .member-details h3 {
    font-size: 1.375rem;
    font-weight: normal;
    margin: 0 0 0.28em;
}

@media (max-width: 767px) {
    .team-s2-page .team-s2-grids .member-details h3 {
        font-size: 1.125rem;
    }
}

.team-s2-page .team-s2-grids .member-details > span {
    color: #999999;
    display: block;
    margin-bottom: 15px;
}

.team-s2-page .team-s2-grids .member-details .view-profile {
    display: inline-block;
    color: #f39c12;
    font-weight: bold;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .team-s2-page .team-s2-grids .member-details .view-profile {
        margin-top: 10px;
    }
}

.team-s2-page .page-pagination-row {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .team-s2-page .page-pagination-row {
        margin: 10px 0 100px;
    }
}

@media (max-width: 767px) {
    .team-s2-page .page-pagination-row {
        margin: 10px 0 80px;
    }
}

/*--------------------------------------------------------------
  # team single page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #14.1 team-single-content
  --------------------------------------------------------------*/
.team-single-content {
    /*** member details ***/
    /*** experience ***/
}

@media (max-width: 767px) {
    .team-single-content .member-details {
        margin-top: 35px;
    }
}

.team-single-content .member-details h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 0.17em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .team-single-content .member-details h3 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    .team-single-content .member-details h3 {
        font-size: 1.375rem;
    }
}

.team-single-content .member-details > span {
    display: block;
    color: #a6a6a6;
    margin-bottom: 15px;
}

.team-single-content .member-info {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .team-single-content .member-info {
        margin-top: 20px;
    }
}

.team-single-content .member-info > li {
    position: relative;
    padding-left: 45px;
    color: #667380;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .team-single-content .member-info > li {
        padding-left: 35px;
    }
}

.team-single-content .member-info > li > i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 22px;
    color: #f39c12;
}

@media (max-width: 991px) {
    .team-single-content .member-info > li > i {
        font-size: 18px;
    }
}

.team-single-content .member-info > li > ul {
    overflow: hidden;
}

.team-single-content .member-info > li > ul li {
    float: left;
    margin: 0 15px 0 0;
}

@media (max-width: 991px) {
    .team-single-content .member-info > li > ul li {
        margin: 0 10px 0 0;
    }
}

.team-single-content .member-info > li > ul li:first-child a {
    background-color: #03638f;
}

.team-single-content .member-info > li > ul li:last-child a {
    background-color: #65b2e5;
}

.team-single-content .member-info > li > ul a {
    background-color: #00529c;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .team-single-content .member-info > li > ul a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }
}

.team-single-content .experience {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .team-single-content .experience {
        margin: 40px -15px 100px;
    }
}

@media (max-width: 767px) {
    .team-single-content .experience {
        margin: 40px -15px 80px;
    }
}

@media screen and (min-width: 1200px) {
    .team-single-content .experience > .col:last-child {
        padding-right: 90px;
    }
}

.team-single-content .experience > .col:last-child span {
    font-weight: bold;
}

@media (max-width: 767px) {
    .team-single-content .experience > .col:last-child {
        margin-top: 35px;
    }
}

.team-single-content .experience h4 {
    font-size: 1.625rem;
    font-weight: normal;
    margin: 0 0 0.78em;
}

@media (max-width: 991px) {
    .team-single-content .experience h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .team-single-content .experience h4 {
        font-size: 1.125rem;
    }
}

.team-single-content .experience ul li {
    margin-bottom: 10px;
    line-height: 1.7em;
}

.team-single-content .experience ul li i {
    color: #f39c12;
    display: include;
    padding-right: 3px;
}

.team-single-content .experience ul li:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  # partners page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #15.1 page title
  --------------------------------------------------------------*/
.partners-page .page-title {
    background-image: url(../images/page-title/img-5.jpg);
}

/*--------------------------------------------------------------
  #15.2 partners-content-wrapper
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .partners-content-wrapper .partners-content {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .partners-content-wrapper .partners-content {
        margin-bottom: 70px;
    }
}

.partners-content-wrapper .partners-content > .row {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .partners-content-wrapper .partners-content > .row {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .partners-content-wrapper .partners-content > .row {
        margin-bottom: 40px;
    }
}

.partners-content-wrapper .partners-content > .row:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .partners-content-wrapper .partners-content > .row > .col:last-child {
        padding-right: 65px;
    }
}

.partners-content-wrapper .partners-content h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 1.2em 0 0.56em;
}

@media (max-width: 1199px) {
    .partners-content-wrapper .partners-content h3 {
        font-size: 1.5625rem;
        margin: 1em 0 0.56em;
    }
}

@media (max-width: 991px) {
    .partners-content-wrapper .partners-content h3 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .partners-content-wrapper .partners-content h3 {
        font-size: 1.25rem;
    }
}

/*--------------------------------------------------------------
  # faq page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #16.1 faq-content
  --------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .faq-page .faq-content {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .faq-page .faq-content {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .faq-page .faq-content {
        margin-bottom: 80px;
    }
}

.faq-page .faq-content .panel {
    border: 0;
    margin-top: 10px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.faq-page .faq-content .panel-heading {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.faq-page .faq-content .panel-heading a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    display: block;
    font-size: 1.125rem;
    color: #fff;
    padding: 22px 25px;
    position: relative;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .faq-page .faq-content .panel-heading a {
        font-size: 1rem;
        padding: 15px 15px;
    }
}

@media (max-width: 767px) {
    .faq-page .faq-content .panel-heading a {
        font-size: 0.875rem;
        padding: 10px 15px;
    }
}

.faq-page .faq-content .panel-heading .collapsed {
    background: #fff;
    color: #06223e;
    border: 2px solid #193775;
}

.faq-page .faq-content .panel-heading .collapsed:after {
    font-family: "FontAwesome";
    content: "\f067";
}

.faq-page .faq-content .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f068";
    background-color: #f39c12;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .faq-page .faq-content .panel-heading a:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .faq-page .faq-content .panel-heading a:after {
        font-size: 10px;
    }
}

.faq-page .faq-content .panel > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.faq-page .faq-content .panel-body {
    padding: 40px 50px;
    position: relative;
}

@media (max-width: 991px) {
    .faq-page .faq-content .panel-body {
        padding: 30px 35px;
    }
}

@media (max-width: 767px) {
    .faq-page .faq-content .panel-body {
        padding: 15px 2px 5px 15px;
    }
}

.faq-page .faq-content .panel-body p {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .faq-page .faq-content .panel-body p {
        margin-bottom: 20px;
    }
}

.faq-page .faq-content .panel-group {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  # testimonials page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #17.1 page title
  --------------------------------------------------------------*/
.testimonials-page .page-title {
    background-image: url(../images/page-title/img-6.jpg);
}

/*--------------------------------------------------------------
  #17.2 testimonials-content
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .testimonials-content {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .testimonials-content {
        margin-bottom: 80px;
    }
}

.testimonials-content .testimonial-list {
    background-color: #ebeff3;
    text-align: center;
    padding: 35px 100px;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .testimonials-content .testimonial-list {
        padding: 35px 45px;
    }
}

@media (max-width: 767px) {
    .testimonials-content .testimonial-list {
        padding: 35px 25px;
    }
}

@media (max-width: 500px) {
    .testimonials-content .testimonial-list {
        padding: 35px 15px;
    }
}

.testimonials-content .testimonial-list .client-pic {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
}

.testimonials-content .testimonial-list .client-pic img {
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimonials-content .testimonial-list .rating {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .testimonials-content .testimonial-list .rating {
        margin-top: 20px;
    }
}

.testimonials-content .testimonial-list .rating i {
    color: #f39c12;
}

.testimonials-content .testimonial-list .client-info h5 {
    font-size: 1.125rem;
    margin: 0.33em 0 0;
}

@media (max-width: 767px) {
    .testimonials-content .testimonial-list .client-info h5 {
        font-size: 1rem;
    }
}

.testimonials-content .testimonial-list:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  # blog page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #18.1 blog-section
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .blog-page .blog-section {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .blog-page .blog-section {
        padding-bottom: 80px;
    }
}

.blog-page .blog-section-grids > .col {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .blog-page .blog-section-grids > .col {
        margin-bottom: 50px;
    }
}

.blog-page .page-pagination-wrapper {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .blog-page .page-pagination-wrapper {
        padding-top: 0;
    }
}

/*--------------------------------------------------------------
  # blog width sidebar page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #19.1 blog-with-sidebar-section
  --------------------------------------------------------------*/
.blog-with-sidebar-section .blog-section-grids > .col {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .blog-with-sidebar-section .blog-section-grids > .col {
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .blog-with-sidebar-section .blog-section-grids > .col {
        width: 100%;
    }
}

.blog-with-sidebar-section .page-pagination-wrapper {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .blog-with-sidebar-section .page-pagination-wrapper {
        margin: 0 0 100px;
    }
}

@media (max-width: 767px) {
    .blog-with-sidebar-section .page-pagination-wrapper {
        margin: 0 0 80px;
    }
}

/*--------------------------------------------------------------
  # blog single page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #20.1 blog-single-content 
  --------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .blog-single-page .blog-with-sidebar > .col:first-child {
        padding-left: 45px;
    }
}

.blog-single-page .post .post-title-meta {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.blog-single-page .post .post-title-meta h2 {
    font-size: 2.25rem;
    margin: 0 0 0.6em;
}

@media (max-width: 991px) {
    .blog-single-page .post .post-title-meta h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {
    .blog-single-page .post .post-title-meta h2 {
        font-size: 1.5625rem;
    }
}

.blog-single-page .post .meta-info {
    overflow: hidden;
}

.blog-single-page .post .meta-info li {
    float: left;
    margin-right: 50px;
}

.blog-single-page .post .meta-info li:last-child {
    margin-right: 0;
}

.blog-single-page .post .meta-info li a {
    color: #999999;
}

.blog-single-page .post .post-body h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 0.63em;
}

@media (max-width: 991px) {
    .blog-single-page .post .post-body h3 {
        font-size: 1.25rem;
    }
}

.blog-single-page .post .post-body p {
    font-size: 1.125rem;
    margin-bottom: 1.2em;
}

@media (max-width: 991px) {
    .blog-single-page .post .post-body p {
        font-size: 1rem;
    }
}

.blog-single-page .post .post-body p:first-child:first-letter {
    font-size: 2.1875rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

.blog-single-page .post .gallery-post {
    padding-top: 40px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .blog-single-page .post .gallery-post {
        padding-top: 20px;
    }
}

.blog-single-page .post .gallery-post .gallery {
    overflow: hidden;
}

.blog-single-page .post .gallery-post .gallery img {
    width: 100%;
}

.blog-single-page .post .gallery-post .gallery > div:first-child {
    width: 60%;
    float: left;
}

.blog-single-page .post .gallery-post .gallery > div:last-child {
    width: 39%;
    float: right;
}

/*** tags ***/
.blog-single-page .tag-share {
    overflow: hidden;
    padding: 20px 0 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
}

.blog-single-page .tag-share > div {
    display: inline-block;
}

@media (max-width: 1199px) {
    .blog-single-page .tag-share > div {
        display: block;
    }
}

.blog-single-page .tag-share > div > span {
    color: #000;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: -10px;
}

.blog-single-page .tag-share > div:first-child {
    float: left;
}

@media (max-width: 1199px) {
    .blog-single-page .tag-share > div:first-child {
        float: none;
    }
}

.blog-single-page .tag-share > div:last-child {
    float: right;
}

@media (max-width: 1199px) {
    .blog-single-page .tag-share > div:last-child {
        float: none;
    }
}

.blog-single-page .tag-share .tag, .blog-single-page .tag-share .share {
    overflow: hidden;
    display: inline-block;
}

.blog-single-page .tag-share .tag li, .blog-single-page .tag-share .share li {
    float: left;
}

.blog-single-page .tag-share .tag li:last-child, .blog-single-page .tag-share .share li:last-child {
    margin-right: 0;
}

.blog-single-page .tag-share .tag a {
    color: #f39c12;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.blog-single-page .tag-share .tag a:hover, .blog-single-page .tag-share .tag .active a {
    background: #f39c12;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
}

.blog-single-page .tag-share .share li {
    margin-right: 15px;
}

.blog-single-page .tag-share .share li a {
    font-size: 20px;
    color: #193775;
}

.blog-single-page .tag-share .share li a:hover {
    color: #f39c12;
}

/*** comments ***/
.blog-single-page .blog-with-sidebar .comments {
    padding: 55px 0 0;
    /*** .article ***/
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments {
        padding: 40px 25px 0;
    }
}

.blog-single-page .blog-with-sidebar .comments > ol {
    padding-left: 0;
}

.blog-single-page .blog-with-sidebar .comments ol {
    list-style: none;
}

.blog-single-page .blog-with-sidebar .comments ol > li {
    margin-bottom: 35px;
}

.blog-single-page .blog-with-sidebar .comments ol > li:last-child {
    margin-bottom: 0;
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol {
    margin-left: 28px;
    margin-top: 35px;
    padding: 0;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments ol > li > ol {
        margin: 30px 0 0 0;
    }
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
        padding: 20px;
    }
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol > li:last-child {
    margin-bottom: 0;
}

.blog-single-page .blog-with-sidebar .comments .article {
    overflow: hidden;
}

.blog-single-page .blog-with-sidebar .comments .article h4 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article h4 {
        font-size: 14px;
    }
}

.blog-single-page .blog-with-sidebar .comments .article p {
    font-size: 15px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article p {
        font-size: 14px;
    }
}

.blog-single-page .blog-with-sidebar .comments .article .replay {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 95px;
    height: 32px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.blog-single-page .blog-with-sidebar .comments .article .replay button {
    background: #fff;
    width: 93px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #f39c12;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article .replay button {
        font-size: 14px;
    }
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px;
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta > div {
    display: inline-block;
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta > div:last-child {
    font-size: 13px;
    color: gray;
    padding-left: 5px;
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic {
    width: 10%;
    float: left;
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article .author-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.blog-single-page .blog-with-sidebar .comments .article .details {
    width: 90%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article .details {
        width: 100%;
        float: none;
    }
}

.blog-single-page .blog-with-sidebar .comment-respond {
    margin-top: 75px;
}

.blog-single-page .blog-with-sidebar .comment-respond h3 {
    margin: 0 0 2em;
}

.blog-single-page .blog-with-sidebar .comment-respond form {
    margin: 0 -15px;
    position: relative;
}

.blog-single-page .blog-with-sidebar .comment-respond form input, .blog-single-page .blog-with-sidebar .comment-respond form textarea {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
}

.blog-single-page .blog-with-sidebar .comment-respond form textarea {
    height: 110px;
}

.blog-single-page .blog-with-sidebar .comment-respond form > div {
    margin-bottom: 50px;
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    font-size: 16px;
    text-transform: none;
    padding: 10px 45px;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
        font-size: 14px;
        padding: 10px 35px;
    }
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn:hover {
    background: -webkit-linear-gradient(left, #00abc9, #193775);
    background: -moz-linear-gradient(left, #00abc9, #193775);
    background: -o-linear-gradient(left, #00abc9, #193775);
    background: -ms-linear-gradient(left, #00abc9, #193775);
    background: linear-gradient(left, #00abc9, #193775);
}

.blog-single-page .blog-with-sidebar .comment-respond form .comment-respond-submit {
    margin: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .blog-single-page .blog-sidebar {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .blog-single-page .blog-sidebar {
        margin-top: 80px;
    }
}

/*--------------------------------------------------------------
  # contact page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  #0.0  contact-section-wrapper
  --------------------------------------------------------------*/
.contact-page .contact-section-wrapper .form input, .contact-page .contact-section-wrapper .form select, .contact-page .contact-section-wrapper .form textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.btnservice {
    color: white;
    position: relative;
    text-decoration: none;
}

.btnservice:hover {
    color: #3a1701;
    font-weight: bold;
    background: white;
}

/*# sourceMappingURL=style.css.map */
table td {
    padding: 5px;
}

table td p {
    margin-bottom: 0
}

table th {
    padding: 5px;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.5;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.clients p {
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, #3075b9, #d56c30);
    background: -moz-linear-gradient(left, #3075b9, #d56c30);
    background: -o-linear-gradient(left, #3075b9, #d56c30);
    background: -ms-linear-gradient(left, #3075b9, #d56c30);
    background: linear-gradient(left, #3075b9, #d56c30);
    padding: 20px 8px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: white;
    border-radius: 4px;
    text-transform: capitalize;
}

.marquee {
    position: relative;
    height: 80px;
    overflow: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.btn {
    font-size: 17px;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px 8px;
    font-weight: 600;
    border: none;
    background-color: #022179;
    /* display: table; */
    margin-top: 20px;
  }
.btn:hover{
  background-color: #030000;
  color: white;
}
/*-------------------------------------------------*/
/* =  9.HOME PAGE: QUICK LINK 
/*-------------------------------------------------*/
 .wed-hom-sertop{
    /* position: relative; */
    /* overflow: hidden; */
    width: 100%;
    background: #022179;
    padding-top: 14px;
    display: none !important;
    /* margin-top: 22px; */
    z-index: 9;
    display: block;
    justify-content: center;
}
 .wed-hom-ser ul{
     margin-bottom: 0px;
     margin: 0 auto;
     display: table;
    /* background: #002147;
     */
     position: relative;
    /* padding: 5px 5px 0px 5px;
     */
    /* border-radius: 5px;
     */
    /* box-shadow: 0 0 5px 0 #002147;
     */
}
 .wed-hom-ser ul li{
     float: left;
     display: flex;
     text-align: center;
     display: none;
     margin: auto 15px;
}
 .wed-hom-ser ul li a{
     background: #291715;
     width: 90px;
     height: 90px;
     display: block;
     padding: 18px 2px 10px 2px;
     text-align: center;
     color: #fff;
     border-radius: 70px;
     position: relative;
     text-transform: uppercase;
     overflow: hidden;
     line-height: 24px;
     font-size: 12px;
}
 .wed-hom-ser ul li a:hover{
     /* -webkit-transform: scale(1.1); */
     /* transform: scale(1.1); */
     background: #ef6331;
     color: #fff;
}
 .wed-hom-ser ul li a img{
     display: table;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 5px;
}
 .wed-hom-ser ul li a h4{
     font-size: 32px;
     color: #002147;
     font-weight: 600;
     margin-bottom: 5px;
}
 .wed-hom-ser ul li a span{
     color: #898d92;
     font-size: 12px;
     letter-spacing: 2px;
}
@media (max-width: 414px){
  .wed-hom-sertop {
    position: relative;
    margin-top: 0px;
    display: block;
    padding-bottom: 15px;
}

.wed-hom-ser ul li a {
    width: 70px;
    height: 70px;
    font-size: 10px;
    line-height: 20px;
    padding: 11px 0px 10px 0px;
    text-align: center;
}

.wed-hom-ser ul li a img {
    padding-bottom: 1px;
}
}