/*=================================
||          Index 
==================================*/

/*================================= 1. font import  ===========================================*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*@import url(http://fonts.googleapis.com/css?family=Slabo+27px);*/

/*==================================  2. Global  ========================================*/
html {
    scroll-behavior: smooth;
  }
body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    position: relative;
    font: normal 13px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 26px;
}
img{
    width: 100%;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.breadcrumb {
    background-color: transparent;
    font-size: 15px;
    float: left;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #3462af;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #3462af;
    font-family: "Ionicons";
    content: "\f125";
}

blockquote footer {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.1 Button   =-=-=-=-==-=-==-====-==-=- */

.btn {
    background-color: #3462af;
    border: 1px solid #989494;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.btn-black-border:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-red-border {
    border: 1px solid #3462af;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.btn-red-border:hover {
    background-color: #fff;
    color: #3462af;
}

.btn-white-border {
    border: 1px solid #feffff;
    color: #feffff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
    background-color: #ffffff;
    color: #d8231d;
}
#portfolio .btn-default{
    padding: 7px 20px;
}
#portfolio .btn-default.active{
    background-color: #ffa700;
}
#portfolio .btn-default:hover {
    background-color: #3462af;
    border: 1px solid #3462af;
    color: #fff;
}

#portfolio .btn-default:focus {
    outline: none;
    background-color: #ffa700;
    border: 1px solid #edeeea;
    color: #fff;
}

#portfolio .btn-default:active {
    outline: none;
    background-color: #ffa700;
    border: 1px solid #edeeea;
    color: #fff;
}
.call-to-action .btn {
    margin-top: 15px;
}

.section-heading-btn {
    position: absolute;
    right: 15px;
    top: 19px;
}

.blog-btn {
    width: 100%;
    border: 1px solid #000000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.blog-btn:hover {
    border: 1px solid #3462af;
    color: #3462af;
}

.submit-btn {
    background-color: #3462af;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.2 Navbar   =-=-=-=-==-=-==-====-==-=- */

#mainNavigation {
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 1px 10px #969595;
    border-bottom: 3px solid #3462af;
}
#mainNavigation .container-fluid{
    padding-right: 60px; 
    padding-left: 60px;
}
.navbar-nav li a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #555;
    /*margin: 17px 5px;*/
    /*padding: 12px 6px;*/
}
@media (min-width: 768px){
    .navbar-right {
        margin-top: 30px;
        /*padding-left: 50px;*/
    }
    .navbar-right .dropdown-menu {
        width: 100%;
    }
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color:#3462af;
}

.nav>li.active>a {
    background-color: transparent;
    color: #3462af;
}

/*.navbar-nav li.active a{
    border-bottom: 1px solid #ffffff;
}*/

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}

.logo {
    width: auto;
    height: 88px;
}

.navbar-brand {
    height: 88px;
}

.navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.dhanam-quote p{
    font-size: 20px; 
    color: #3462af; 
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}
.dhanam-quote div{
    font-size: 13px; 
    color: #000;
    margin-top: 4px;
}
.navbar-toggle {
    border-color: #CECECE;
}

.navbar-toggle {
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #B9B9B9;
}

.nav-tabs {
    margin-right: 2px;
}

.nav-tabs>li>a {
    border-radius: 0px;
    color: #969595;
    margin: 0px;
    padding: 10px 22px;
}

.tab-content {
    padding: 20px;
}
.dropdown-menu{
    top: 100%;
    min-width: fit-content;
    padding: 0px 0;
}
.dropdown-menu{
    padding: 6px 0;
    border-top: 4px solid #3462af;
}
.dropdown-menu li a{
    padding: 10px 16px;
}
.dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #3462af;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>a>.caret {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    margin-top: -2px;
    right: 8px;
    top: 50%;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0 4px 4px;
} 
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.cont-detail {
    float: right;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: inherit;
    letter-spacing: 0.8px;
}
.cont-detail li{
    display: inline-block;
    font-size: 14px;
}
.cont-detail li a {
    color: #000 !important;
    text-decoration: none;
}
.cont-detail li a i{
    color: #3462af !important;
}
/* =-=--=-=-=-=-=-==-=-=-=-  2.4 Form   =-=-=-=-==-=-==-====-==-=- */

.form-group {
    margin-bottom: 15px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    padding: 6px 16px;
}

.form-control:focus {
    border-color: #DADADA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
        -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
         -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
}

::-webkit-input-placeholder {
   color: #969595;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595;  
}

:-ms-input-placeholder {  
   color: #969595;  
}

textarea {
    margin-bottom: 20px;
}

.input-group-addon {
    border-radius: 0;
    border: 1px solid #3462af;
    background-color: #3462af;
    color: #fff;
}

/*=-=-=-=-=-==-=-=-=-=-=-=-=  common properties  =-=-=-==-=-=-==-=-=-=-=-=-=-=*/
.bg-white{
    background-color: #fff;
}

.dark-bg {
    background-color: #f3f3f3;
    color: #444;
}

.dark-bg h2{
    color: #333;
}
.dark-bg h3 {
    color:#fff;
}

.dark-bg h2 span {
    color: #d4d4d4;
}

.light-gray-bg {
    background-color: #feffff;
}

.dark-gray-bg {
    background-color: #f1f0f0;
}

.light-skyblue-bg {
    background-color: #eef9fd;
}

.dark-skyblue-bg {
    background-color: #8fdaf5;
}
/* =-=-=-=--=-=-==-=-=-=-=-  Typography   =-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/

a:hover {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.9 Section-spacing   =-=-=-=-==-=-==-====-==-=- */

section {
    padding: 75px 0px;
}
.heading-gap{
    margin-top: 30px;
}
.section-title h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #e22028;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3462af;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-title h2 span {
    font-size: 20px;
}
.banner-heading h2{
    font-size: 30px;
}
.eng-partner{
    /*width: -webkit-fill-available;*/
    font-weight: 600;
    font-size: 18px !important;
    text-decoration: underline;
    text-decoration-color: #3462af;
    text-underline-position: under;
}
.partner-info ul li{
    list-style-type: square !important;
    margin-bottom: 15px;
}
.partner-info ul li::marker{
    color: #3462af !important;
    font-weight: bold !important;
}
/*================================================================
                            Home
==================================================================*/

/*------------------------------  header -----------------------------*/
.carousel.slide img{
   width:100%;
   height: Auto;
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 30px;
    top: 15%;
}

#home-page .header-wrapper .carousel-inner{
    box-shadow: 0px 1px 10px #969595;
}

#home-page .header-wrapper .header-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.24);
    /*display: table-cell;*/
    text-align: center;
    vertical-align: middle; 
}
#home-page .header-wrapper .header-wrapper-inner .banner {
    margin-top: 6em;
    padding: 100px 0px;
    background-image: url(../img/Tools-&-Eqip-Banner.png);
    height: 250px; 
}
#home-page .header-wrapper .header-wrapper-inner .banner h1 {
    background-color: #3462af8a;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .banner1 {
    margin-top: 6em;
    padding: 100px 0px;
    background-image: url(../img/chemicals-banner.png);
    height: 250px;
}
#home-page .header-wrapper .header-wrapper-inner .banner1 h1 {
    background-color: #3462af8a;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .banner2 {
    margin-top: 5em;
    padding: 100px 0px;
    background-image: url(../img/videofy-bg.png);
    height: 270px;
}
#home-page .header-wrapper .header-wrapper-inner .banner2 h1 {
    background-color: #3462af;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .banner3 {
    margin-top: 5em;
    padding: 100px 0px;
    background-image: url(../img/consult-bg.png);
    height: 270px;
}
#home-page .header-wrapper .header-wrapper-inner .banner3 h1 {
    background-color: #3462af;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .intro {
    margin-top: 6em;
    padding: 40px 0px;
}

#home-page .header-wrapper .header-wrapper-inner .intro h1 {
    background-color: #3462af;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 60%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .intro h3 {
    background-color: #3462af;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 3.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 30%; 
}
#home-page .header-wrapper .header-wrapper-inner .intro span {
   font-size: 14px;
   line-height: 19px; 
   font-style: italic; 
}
/*-------------------------------  About -----------------------------*/
.about-bg{
    background-image: url(../../image/about/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10%;
}
.about-info {
    margin-bottom: 25px;
    text-align: justify;
}
.about-info .motto{
    background: #fff2f2;
    padding: 6px;
    border-radius: 4px;
    font-size: 21px;
    margin: 20px 0;
    font-style: italic;
}
.about-info .intro-img{
    width: 38%;
    display: inline-block;
    margin-left: 20px;
}
.about-info .bx-chevrons-right{
    color: #3462af;
    font-size: 20px;
    margin-right: 6px;
    top: 2px;
    position: relative;
}
.about-info h4{
    font-size: 20px;
    margin: 0 0 16px 0;
    color: #3462af;
    font-style: italic;
    font-weight: 600;
}
.about-info ul li{
    font-size: 18px;
    color: #001c4a;
    margin-bottom: 6px;
}

.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    position: absolute;
    font-size: 65px;
    opacity: 1;
    margin: 0px;
    color: #3462af;
    top: 40%;
    line-height: 40px;
}

.owl-prev {
    left: 0;
    font-family: "Ionicons";
}

.owl-prev:before {
    content: "\f3cf";
}

.owl-next {
    right: 0;
    font-family: "Ionicons";
}

.owl-next:before {
    content: "\f3d1";
}


/*=================================  contact  =====================================*/
#contact p {
    line-height: 25px;
}

#contact p strong {
    letter-spacing: 1px;
    font-weight: 600;
}

#contact h3 {
    margin-bottom: 30px;
}
.copyright p{
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
}
.alert {
    padding: 6px;
    margin-top: -10px;
    margin-bottom: 17px;
}
.btn:focus {
    outline:none !important;
}
#map-canvas {
    width: 100%;
    height: 310px;
}
.contact_detail .content {
    margin-bottom:8px;
    line-height: 23px;
}
.social-icons {
    padding: 0;
}

.social-icons li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 11px;
    margin: 3px 5px 0px 5px;
    border-radius: 50%;
}
.social-icons li:nth-child(1) {
    /* background-color: #afafaf; */
    padding-left: 10px;
}
.social-icons li:nth-child(1):hover {
    background-color: #4571c3;
    padding-left: 10px;
}
.social-icons li:nth-child(2):hover {
    background-color: #00bfd5;
}
.social-icons li:nth-child(3):hover {
    background-color: #1565c0;
}
.social-icons li:nth-child(4):hover {
    background-color: #db2e2e;
}
.social-icons li:nth-child(5):hover {
    background-color: #ff8f00;
}
.social-icons li:nth-child(6):hover {
    background-color: #c62828;
}

.social-icons li a i {
    font-size: 20px;
    color: #fff;
}

/*======================================  footer  =================================*/

footer {
    background-color: #fcf8f8;
    color: #444444;
    font-size: 15px;
}
.footer-top{
    padding-bottom: 20px;
    background-color: #fcf8f8;
}
.footer-links h4{
    padding-bottom: 5px;
    border-bottom: 1px solid red;
}
footer p {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer p.credit {
    text-align: right;
}
.footer-area-bottom {
    background: #1d468a none repeat scroll 0 0;
    padding: 10px 0;
}
.footer-newsletter{
    margin-top: 44px;
    /*height: 450px;*/
    box-shadow: 0px 0px 5px 6px #ccc;
    padding-top: 5px;
    background-color: #ece5e5;
}
.footer-links .personal-info{
    
   /* padding: 16px;
    border-radius: 6px;*/
}


/*========================================  media query  =============================*/

@media(max-width: 991px) {
#mainNavigation .container-fluid{
    padding-right: 50px; 
    padding-left: 50px;
}

.about-info {
    text-align: justify;
}

.blog-content {
    margin-top: 50px;
    text-align: center;
}
.logo {
    width: auto;
    height: 80px;
}
.dhanam-quote p{
    font-size: 18px; 
    color: #3462af; 
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: center;
}
.dhanam-quote div{
    font-size: 13px; 
    color: #000;
}
}

@media(max-width: 767px) {

    .section-title h2 span {
        display: block;
        margin-top: 12px;
    }

    #client-speech .item {
        padding: 0px 45px;
    }

    .price-box {
        height: auto;
        text-align: center;
    }

    .price-box .btn {
        position: relative;
        bottom: 0px;
        margin-top: 35px;
    }

    footer p.credit {
        text-align: center;
    }
}

@media (min-width: 500px) and (max-width: 767px) {

#mainNavigation .container-fluid{
    padding-right: 40px; 
    padding-left: 40px;
}
.header-wrapper .header-wrapper-inner .intro h1 {
    width: 65%;
}

.header-wrapper .header-wrapper-inner .intro h3 {
    width: 50%;
}
.logo {
    width: auto;
    height: 75px;
    margin-top: 5px;
}
.dhanam-quote p{
    font-size: 16px; 
    color: #3462af; 
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: center;
}
.dhanam-quote div{
    font-size: 13px; 
    color: #000;
}
}

@media (max-width: 500px) {

#home-page .header-wrapper .header-wrapper-inner .banner h1 {
    width: 80%;
}
#home-page .header-wrapper .header-wrapper-inner .banner1 h1 {
    width: 80%;
}
#home-page .header-wrapper .header-wrapper-inner .banner2 h1 {
    width: 80%;
}
#home-page .header-wrapper .header-wrapper-inner .banner3 h1 {
    width: 80%;
}
#mainNavigation .container-fluid{
    padding-right: 20px; 
    padding-left: 20px;
}
    .header-wrapper .header-wrapper-inner .intro h1 {
        width: 95%;
    }

    .header-wrapper .header-wrapper-inner .intro h3 {
        width: 65%;
    }

    .section-title h2 span {
        font-size: 15px;
    }

    .section-heading-btn {
        left: 15px;
        top: 72px;
        width: 117px;
    }
.logo {
    width: auto;
    height: 75px;
    margin-top: 8px;
}
.dhanam-quote p{
    font-size: 16px; 
    color: #3462af; 
    margin-top: 28px;
    margin-bottom: 0px;
    text-align: center;
}
.dhanam-quote div{
    font-size: 13px; 
    color: #000;
}
}

/*------- mystyle --------*/

@media (min-width: 1200px){
.container {
    width: 1240px;
}
.right.carousel-control img{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    margin-right: -15px;
    font-size: 16px;
}
.left.carousel-control img{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    margin-right: -15px;
    font-size: 16px;
}
.container.compact {
    max-width: 970px;
}
}
.column {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 6px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
  .navbar .navbar-brand{
    padding: 0 4px;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #eef9fd;
}

.team-container {
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
}
.team-container h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}
.team-container p {
    font-size: 12px;
    line-height: 18px;
}
.team-container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
.team {
    position: relative;
    max-width: 340px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}
.team:hover {
    box-shadow: 0px 1px 11px 2px rgb(12, 114, 155);
    border-color: rgba(223,225,229,0);
}
.team:hover .st-info {
    left: 0;
}
.team .st-info {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding-top: 45%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team .st-info ul.team-social {
    position: relative;
    padding: 5px;
    list-style-type: none;
    margin: 10px auto;
    background-color:#3462af;
    color: #fff;
    height: inherit;
}
.team .st-info ul.team-social li {
    position: relative;
    display: inline-block;
}
.team .st-info ul.team-social li a {
    font-size: 16px;
    background-color: #3462af;
    color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    margin: 1px;
} 

#team img {
    padding: 12px 20px;
    border-radius: 50%;
    width: 80%;
    height: 80%;
}
/* ------------- */
.blue-bg{
    background-color: #0ebbe7;
}
.counters .counter {
    position: relative;
    display: block;
    width: 132px;
    height: 132px;
    margin: 30px auto 28px auto;
    background: url(../img/counter.png);
}
.counters .counter .left, .counters .counter .right {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 66px;
    height: 132px;
    overflow: hidden;
}
.counters .counter .right {
    left: 66px;
}
.counters .counter .value {
    position: absolute;
    display: block;
    width: 132px;
    height: 132px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 36px;
    line-height: 132px;
    text-align: center;
    color: #fff;
}
.counters .title {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
cite .by {
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
}

/****** Side Socail-media Icon CSS Start *****/

.side-fixed-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}
.side-fixed-icons li {
    border-bottom: 1px solid #fff;
}
.side-fixed-icons a {
    display: block;
    padding: 5px;
    background: #3462af;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.side-fixed-icons i {
    font-size: 16px;
    padding: 6px;
}
.side-fixed-icons span {
    display: block;
    font-size: 12px;
}


/**** Shahbaz New Updated CSS Start Here   ****/
.text-white{
    color: #fff;
}
.success-wrap {
    transform: translateY(-30%);
    padding: 30px 60px;
    background-image: url(../../image/explore-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9999;
}
.success-item .success-content {
    padding-top: 16px;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.our-success .success-item{
    display: flex;
    justify-content: center;
    border-right: 1px solid;
}
.our-success .success-item .success-icon{
    display: inline-flex;
    justify-content: end;
}
.success-item .success-icon img{
    width: 40%;
}
.success-item .success-content p{
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
}


.company_category{
    background-color: #fff7f7;
}
.company_category .case-contain {
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-height: 570px;
}
.company_category .case-contain:hover figure img {
    transform: scale(1.1);
    transition: 1s;
}
.company_category .case-contain figure {
    position: relative;
    overflow: hidden;
}
.company_category .partner_logo img{
    width: 50%;
}
.company_category .cat-details{
    padding: 20px 20px;
}
.cat-details .partner_logo{
    height: 70px;
}
.company_category .tab-content{
    padding: 20px 0 0;
}
.company_category .cat_tab .nav>li.active>a {
    color: #e22028;
    border-top: 3px solid #e22028;
}
.company_category .cat_tab .nav li a {
    border: 1px solid #ddd;
    color: #000;
    font-size: 20px;
    padding: 16px 30px;
}
.company_category .nav-pills>li+li {
    margin-left: 12px;
}
.company_category .cat_tab .nav li a i{
    margin-right: 10px;
}
.company_category .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent;
}
.mb-5{
    margin-bottom: 40px;
}

.achievment{
    background-image: url(../../image/achievement/achievement_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.achievment img{
    max-height: 300px;
    max-width: 100%;
}
.founders{
    background-color: #f8f9fa;
}
.profile-gap{
    margin: 50px 0;
}
.profile-content h3{
    margin: 0 0 20px 0;
}
.profile-content h4{
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #3462af;
}
.profile-content h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 86px;
    height: 2px;
    background: #e22028;
    bottom: 1px;
    left: calc(8% - 63px);
}

/* .founders .profile, .director .profile{
    background: transparent;
    border: 2px solid #fff;
    border-radius: 9px;
    padding: 25px 22px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
} */
.founders .profile img, .director .profile img{
    border-radius: 6px; 
}

/****** Desma CSS Start *****/
.desma-bg{
    background-image: url(../../image/desma/desma_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10%;
}
.direct-soling{
    background: #fff8f8;
}
ul li .bx-chevrons-right{
    color: #3462af;
    font-size: 18px;
    margin-right: 6px;
    top: 4px;
    position: relative;
}

/****** Fortuna CSS Start *****/
.fortuna-bg{
    background-image: url(../../image/fortuna/fortuna_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10%;
}
.fortuna-product{
    background: #fff;
    padding: 20px 16px;
    border-radius: 8px;
}
.fortuna-product figure{
    position: relative;
    overflow: hidden;
}
.fortuna-product:hover img{
    transform: scale(1.08);
    transition: 1s;
}
.fortuna-product h5{
    font-size: 20px;
    color: #3462af;
    margin-top: 20px;
    text-align: center;
}

/****** Fagus-grecon CSS Start *****/
.fagus-bg{
    background-image: url(../../image/fagus/fagus_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10%;
}

/****** PMF CSS Start *****/
.pmf-bg{
    background-image: url(../../image/pmf/pmf_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10%;
}
.pmf-product{
    border: 1px solid #3462af;
    border-radius: 8px;
    padding: 10px;
}
.pmf-product img{
    border-radius: 8px;
}
.pmf-product h4{
    text-align: center;
    color: #3462af;
    margin-top: 20px;
}
/****** ilsemann CSS Start *****/
.ilsemann-bg{
    background-image: url(../../image/ilsemann/ilsemann_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10%;
}
.consumer-bg{
    background-image: url(../../image/ilsemann/consumer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

/****** PMF CSS Start *****/
.gallery-bg{
    background-image: url(../../image/gallery/gallery_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10%;
}
.gallery .cat_tab .case-contain{
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #ffcccc;
}
.gallery .cat_tab .case-contain figure{
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.gallery .gallery-section{
    border: 1px solid #ffa6a6;
    margin-top: 30px;
}
.gallery-section h2{
    margin-top: 20px;
}
.gallery-caption{
    background: #0c4685;
    padding: 10px 12px;
    display: inline-flex;
    font-size: 15px;
    width: auto;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.pl-lg-0{
    padding-left: 0;
}
.gal-head{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #3462af;
    padding-left: 16px;
}

/****** MOBILE AND WEB BANNER CSS Start *****/
@media (min-width: 767px){
    .mob-banner {
        display: none !important;
    }
    .idoss-mobile-info{
      display: none !important;
    }
    }
    @media (max-width: 768px){
    .web-banner {
        display: none !important;
    }
    .idoss-web-info{
      display: none !important;
    }
}

/****** MOBILE VIEW CSS *****/
@media (max-width:768px){
    .carousel.slide.mob-banner img{
        margin-top: 12%;
    }
    .section-title h2 {
        font-size: 18px;
    }
    .success-wrap {
        transform: translateY(-8%);
    }
    .our-success .success-item {
        display: block;
        border-right: 1px solid;
        padding-right: 10px;
    }
    .our-success .success-item .success-icon {
        display: block;
    }
    .success-item .success-content {
        padding-top: 8px;
        display: block;
        align-items: center;
        margin-left: 0px;
    }
    .success-item .success-content p {
        font-weight: 600;
        font-size: 17px;
        margin-top: 10px;
    }
    .about-info .intro-img {
        margin-top: 20px;
    }
    .company_category .cat_tab .nav li a {
        font-size: 16px;
        padding: 8px 10px;
    }
    .cat_tab .nav .nav-item.active{
        padding-left: 14px;
    }
    .footer-top .map-icon{
        width: 20px;
    }
    .pl-sm-0{
        padding-left: 0;
    }
    .pl-sm-3{
        padding-left: 16px;
    }
    .achievment img {
        max-height: 220px;
        max-width: 80%;
    }
    .about-bg, .desma-bg, .fortuna-bg, .fagus-bg, .pmf-bg, .ilsemann-bg{
        padding-top: 40%;
    }
    .mb-sm-5{
        margin-bottom: 30px;
    }
    .cont-detail {
        display: none;
    }
    .navbar-collapse .navbar-nav{
        border-top: 1px solid #3462af;
    }
    .heading-gap{
        margin-top: 20px;
    }
}






