/*
Theme Name: sundaramsteels
Theme URI: 
Author: Vicky Verma
Author URI: http://www.websitedeveloperpune.com
Description: sundaramsteels is a cutom developed theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom Theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Basic Setup
2.0 Home Slider
3.0 Navigation
4.0 HomePage Sections
    4.1 About Us Section
    4.2 Main Features Section
    4.3 Counter Section
    4.4 Services Section
    4.5 Portfolio Section
    4.6 Our Skills Section
    4.7 Our Team Section
    4.8 Twitter Feed Section
    4.9 Pricing Section
    4.10 Testimonial Section
    4.11 Latest Posts Section
    4.12 Contact Section
5.0 Blog Page
    5.1 Post Pagination
    5.2 Widgets
6.0 Single Blog Page
    6.1 Comment
    6.2 404 Page
7.0 Alignments
8.0 Jetpack for WordPress
    8.1 Infinite scroll
9.0 Media
    12.1 Captions
    12.2 Galleries
10.0 Footer
--------------------------------------------------------------*/
.hp-wrap {
    display: none;
}

.title-no-padding {padding: 0px;}

.home-slider .carousel-inner>.item>a>img, .home-slider .carousel-inner>.item>img 
{height: 600px;width:100%;object-fit: cover;}

/*--------------------------------------------------------------
1.0 Basic Setup
--------------------------------------------------------------*/
body {
    background-color: #ffffff;
     font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    /* color: #333; */
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style:  none;
}

table  {
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: #fff;
}

table th  {
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #4e595f;
    border-bottom: 1px solid #4e595f;
    padding: 10px 5px;
}

table td  {
    vertical-align: middle;
}

figure {
    margin: 0;
}


iframe {
    border: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:before{
 content:'\f101';
 color: #fbb619;
 margin-right: 5px;
 font-size: 16px;
 font-family: fontawesome;
}
a {
    /* color: #202020; */
    text-decoration: none;
    /* -webkit-transition: all .2s linear; */
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    /* transition: all .2s linear; */
}
a:hover {
    color: #1da1f2;
    text-decoration: none;
    /* -webkit-transition: all .2s linear; */
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    /* transition: all .2s linear; */
}
a:focus {
    text-decoration: none;
    outline: 0;
}
.post-link {padding: 5px 15px !important;}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Open Sans', sans-serif;
   font-weight: 400;
}

/*Navbar*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 30px 22px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
}

.navbar-nav>li>a {
    line-height: 59px;
    padding: 5px 16px;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee0;
    color: #f38b0a;
    transition: all .8s;
}

.navbar-fixed-top {
    /* top: -15px; */
    border-width: 0 0 1px;
    border-bottom: transparent;
    /* height: 87px; */
    animation-duration: 0.3s !important;
}

.navbar-nav{/* float: left !important; */}

.navbar-nav-sticky>li>a {
    color: #fff !important;
}

.navbar-fixed-top-sticky {
    /* border-bottom: 0px solid transparent; */
    background: linear-gradient(#ffffff,white)!important;
    /* box-shadow: 0px 1px 6px #949494; */
    animation-duration: 0.3s !important;
    /* box-shadow: 0px 1px 6px #484848; */
    /* box-shadow: 0px 1px 6px #d3d0d0; */
    background: linear-gradient(rgb(255, 255, 255), rgba(255,255,255,1));
}

.navbar-nav>li>.dropdown-menu>li>a {padding:5px 10px;/* border-bottom:1px solid #ddd; */}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color:#333;}

.navbar-nav>li.dropdown:after, .navbar-nav>li.dropdown:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 30%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.navbar-nav>li.dropdown:before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
.navbar-nav>li.dropdown:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.navbar-nav>li.open.dropdown:before, .navbar-nav>li.open.dropdown:after {
    transition: opacity .25s;
    opacity: 1;
}
.navbar-nav>li>.dropdown-menu {padding: 0px;border: 0px solid #e0e0e0;/* box-shadow: 1px 1px 14px #949494; */background-color: transparent !important;/* margin-top: 10px; */width: 100%;left: 0px;min-width: fit-content !important;}
.navbar-nav>li>.dropdown-menu>li>a {padding: 12px 10px !important;border-bottom: 1px solid #fbfbfb;color: #656565 !important;background-color: white !important;font-size: 14px !important;text-transform: initial !important;font-weight: 500 !important;line-height: 18px !important;border-radius: 0px !important;width: 100%;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color: transparent;}
.navbar-nav>li.dropdown:after, .navbar-nav>li.dropdown:before {
    bottom: -9px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
}
.navbar-nav>li.dropdown:before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
.navbar-nav>li.dropdown:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.navbar-nav>li.open.dropdown:before, .navbar-nav>li.open.dropdown:after {
    transition: opacity .25s;
    opacity: 1;
}

.form-control {
    background-color: #fff;
    border-radius: 0px;
    padding: 5px 10px;
    /* border: 0 none; */
    color: #333;
    border: 1px solid #ddd;
    box-shadow: none !important;
    height: 38px !important;
}
.form-control:focus {
    box-shadow: 0 0 0;
}
.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
    color: #ddd;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ddd;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #ddd;  
}
.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  
}
.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}
.header-menu {margin-bottom:10px;}
.header-menu ul{margin:0px;padding:0px;float:right;}
.header-menu ul li{margin:0px;padding:0px;display:inline-block;border-right:1px solid #ddd;padding:2px 10px 2px 5px;font-size: 11px;}
.header-menu ul li i {color:#0957a4;margin-right: 10px;}
.header-menu ul li:last-child{border:none;}
.header-social-wrap .social-bar{float:right;margin-top: 5px !important;}
.header-search-wrap {}
#header-search-form {width: 100%;margin-top: 30px;position: relative;}
#header-search-form input {padding: 5px 15px;height: 36px;}
.btn-search:hover {background-color: #0957a4;color:#ffffff;/* border-radius: 15px; */}
.btn-search {/* background-color: #1da1f2; *//* padding: 7px 15px; *//* color:#ffffff; */}
#header-search-form .help-block {position:absolute;right: 100px;z-index: 99;color: #d83820;}

/*--------------------------------------------------------------
2.0 Home Slider
--------------------------------------------------------------*/
#header-slider {
    position: relative;
}

#slider .carousel-caption {
    padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, .2);
}
#slider .carousel-caption img{
 height: 400px;
 width:100%;
}

#slider  .carousel-caption a {
    font-size: 18px;
}

#slider  .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
}

#slider  .carousel-caption h2 {
    color: #fff;
     font-family: 'Open Sans', sans-serif;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#slider  .carousel-caption h3 {
    color: #fff;
     font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 59px;
}
.header-wrapper {position: absolute;width: 100%;}
header {width:100%;position:relative;background-color: transparent !important;z-index: 11;}

.entry-title a {
    color: #fff;
    font-size: 18px;
}
.post-excerpt header {z-index:1;}
/*--------------------------------------------------------------
3.0 Navigation
--------------------------------------------------------------*/
.navbar-inverse {
    background-color: #2D80E6;
    width: 100%;
    z-index: 99;
}
.navbar {
    margin-bottom: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    min-width: 91px;
    padding: 0px 0px;
    border: none;
    position: relative;
}
.navbar-brand {
    height: auto;
    padding: 0px;
    margin: 0px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.navbar-brand #logo img{height: auto;margin: 7px;width: 100%;}
.navbar-brand h1 {
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    margin: 00px 0px 0px 0px;
    padding: 7px 25px;
    border-radius: 0;
    -webkit-transition: background .5s ease-in-out 0s;
    -moz-transition: background .5s ease-in-out 0s;
    -o-transition: background .5s ease-in-out 0s;
    transition: background .5s ease-in-out 0s;
}
.navbar-inverse .navbar-nav > li.current > a {
    color: #fff;
    background-color: #333 !important;
    border-bottom: none;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #1da1f2;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #0957a4;
}
/*--------------------------------------------------------------
4.1 Sidebar Widgets
--------------------------------------------------------------*/
.home-banner-section {}
.home-slider {
    /* margin-top: -167px; */
}
.navbar-collapse {padding:0px !important;}
#full-width-page{background-color: #ffffff;}
.home-intro-section {padding:20px 0px;position: absolute;width: 100%;top: 50px;z-index: 9;}
.home-title-wrap {/* background-color: #ffffff; */}
.home-title{text-align:center;padding:0px;font-size: 44px;color: #fff;font-weight: 700;z-index: 3;margin: 20px 0px 20px 0px;position: relative;text-shadow: 0 1px 8px rgba(16, 6, 6, 0.56);}
.contact-page-section {/* background-color:#fcfcfc; */}
.contact-title{text-align:center;background-color:#ffffff;padding:10px 0px;margin: 0px 0px;border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;}
.color-light-blue{color: #0957A4;}
.home-intro {margin:20px 0px;}
.home-intro h2{font-size:22px;color: #006AB4;margin-bottom: 35px;}
.home-intro p{text-align: center;}
top {
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
/*--------------------------------------------------------------
4.11 Latest Posts Section
--------------------------------------------------------------*/
.excerpt h3 a {color:#333;}
.excerpt h3 a:hover, .excerpt h3 a:focus {color:#e31b25;}
.all-post {
    margin-top: 50px;
}
.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
    margin-bottom: 15px;
}
.success {
    background-color: #6cb670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
5.0 Blog Page
--------------------------------------------------------------*/
#Service-posts {background-color:#ffffff;border:1px solid #ddd;}
.bd-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #021a4796;
}
.mt-block {
    top: 35%;
    position: absolute;
    text-align: center;
    z-index: 1;
    margin: 0px auto;
    width: 100%;
}
.title {
    position: relative;
}
.mt-block img {
    height: 6% !important;
    width: 8%;
}
.mt-block h3 {
    font-size: 40px;
    font-weight: 600;
    /* background-color: #00000096; */
    padding: 15px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 30px 0px 30px 0px;
    text-align: center;
    /* border-right: 5px solid #0091dc; */
    /* border-left: 5px solid #0091dc; */
}
#blog-banner {position: relative;background-repeat: no-repeat;width: 100%;background-size: cover;background-position: top;height: 320px;}
#blog-banner h1 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    z-index: 3;
    /* margin: 0px 0px 0px 0px; */
    position: relative;
    color: #ff9f00;
    /* text-shadow: 1px 1px 7px #4a4a4a; */
}
.blog-icon {
    border: 1px solid #4585c7;
    border-radius: 50%;
    color: #4585c7;
    display: inline-block;
    padding: 16px 20px;
}
.blog-post-title {
    background-color:#ffffff;
    padding:10px;
    font-size:20px;
    border:1px solid #ddd;
    margin: 0px;
}
#blog-page {
    padding: 40px 0px;
    background-color: #fff;
    /* margin-top: -59px; */
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}
#service-page {
    padding: 30px 0 40px;
    background-color: #f1f1f1;
}
#blog-page h3.entry-title{
    background-color: #fff;
    padding: 10px;
    margin: 0px;
    border-bottom: 0px solid #e0e0e0;
}
#blog-page h3.entry-title a{color: #000;background: linear-gradient(27deg, #f1b92b 23%,#634f2c 24%, #f0b623 26%, #634f2c 27%,#f0b726 40%,#634f2c  78%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 800;font-size: 27px;}
#blog-page .post-item .entry {
    margin-bottom: 30px;
    background-color: #fff;
}
.post-item .entry {
    margin-bottom: 30px;
}
.post-title {padding:10px;margin: 0px;font-size: 18px;font-weight: 500;color: #fff;background-color: #e31b25;/* text-align: center; */border: 1px solid #ddd;display: block;padding-bottom: 10px;}

 #blog-page  .entry .entry-content {
    padding: 10px;
    padding-top: 0px;
}
#post-thumb .owl-buttons {
    color: #fff;
}
.post-meta {
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    font-size: 13px;
    color:#aaa;
    margin: 20px 0 0;
    padding: 0 20px 10px;
}
.post-meta > span {
    border-right: 1px solid #4e595f;
    display: inline-block;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding-right: 10px;
}
.post-meta > span a{
    color: #4e4e4e;
}
.post-meta > span:last-child {
    border-right: 0;
}
.post-meta > span > i {
    margin-right: 5px;
    color: #737373;
}
.post-meta a:hover {
    color: #0957a4;
}
.post-excerpt .more {
    margin-top: 20px;
}
.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}
.post-excerpt .more a:hover {
    background-color: #6CB670;
    color: #fff;
}
/*--------------------------------------------------------------
5.1 Post Pagination
--------------------------------------------------------------*/
.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 16px;
}
.post-pagination ul li {
    margin-right: 5px;
    float: left;
}
.post-pagination ul li:last-child {
    margin-right: 0;
}
.post-pagination ul li.disabled a {
    cursor: not-allowed;
}
.post-pagination ul li.disabled a:hover {
    background-color: #2E373C;
    color: #9aa8b3;
}
.post-pagination ul li a {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    color: #0957a4;
    display: block;
    padding: 8px 18px;
}
.post-pagination ul li a:hover, 
.post-pagination ul li.active a {
    /* background: linear-gradient(90deg,#3593df,#0fcd9b); */
    color: #fff;
    background-color: #4585c7;
}
/*--------------------------------------------------------------
6.0 Single Blog Page
--------------------------------------------------------------*/
.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}
article ul li  {
    list-style: disc;
    margin-bottom: 5px;
}
article ol li {
    list-style: decimal;
}
article ul, article ol {
    margin: -10px 0px 20px 37px;
}
blockquote {
    border-left: 5px solid #4BA7F4;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}
.navigation ul {
    margin-left: 0;
}
.next-prev {
    border: 1px solid #ccc;
    background-color: #ffffff;
    margin: 20px 0;
    padding: 15px 10px;
    color: black;
}
.next-prev a:hover {
    color: #757575;
}
.next-prev li {
    display: inline;
    font-size: 15px;
    line-height: 20px;
}
.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}
.author-about {background-color:#ffffff;padding:10px;border:1px solid #ddd;}
.post-author {
    margin-right: 20px;
}
.post-author > img {
    border: 1px solid #4e595f;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}
/*--------------------------------------------------------------
6.2 404 Page
--------------------------------------------------------------*/
.error404 .clearfix {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
8.1 Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.no-margin{margin:0px;}
.entry-content p{
      text-align: justify;
      line-height: 24px;
      margin: 0px;
      font-size: 16px;
 }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
img {
    max-width: 100%;
}

img {
    height: auto;
    width: 100%;
}
/*--------------------------------------------------------------
10.0 Footer
--------------------------------------------------------------*/
.social-icon {
    padding: 60px 0 35px;
    perspective: 900000px; /* Chrome, Safari, Opera */
    -webkit-perspective: 900000px;
}
.social-icon > ul {
    text-align: center;
}
.social-icon > ul > li {
    display: inline-block;
    margin-right: 20px;
}
.social-icon > ul > li > a {
    background-color: #02558d;
    color: #fff;
    display: block;
    height: 70px;
    width: 70px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.social-icon > ul > li > a > i {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.social-icon > ul > li:hover a {
    background-color: #6cb670;
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.social-icon > ul > li:hover a i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

#scrollUp {
    border: 1px solid #E21F27;
    border-radius: 50px;
    bottom: 15px;
    color: #E21F27;
    display: none;
    padding: 7px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}
#scrollUp:hover {
    background-color: #E21F27;
    border: 1px solid #E21F27;
    color:#fff;
}
#footer{background-color: #192a33;/* opacity: 0.99; */padding: 50px 0px;background-color: #1a75bc!important;z-index: 1;position: relative;border-top: 5px;display: block;}
.footer-info-wrap {margin: 0px 0px 0px 0px;}
.footer-info-wrap img{}
.footer-info-wrap p{
    text-align: justify;
    margin: 10px 0px;
    color: #ffffff;
    font-size: 11px;
}
#footer .social-bar{float:left;}
#footer .social-bar li:before{content:none;}
/*Copyright*/
.copyright-footer {
    padding: 12px 0 10px 0px;
    /* text-align: center; */
    position: relative;
    overflow: hidden;
    background:#010610;
}
.copyright p {
    color: #ddd;
    font-size: 9px !important;
    margin-bottom: 0;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.copyright p.copyright-space {
    margin-top: 12px;
}
.copyright a {
    margin: 0 5px;
    color: #ffffff;
}
.copyright a:hover {
    color:#5DB2FA;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100% !important;
}
.carousel-inner > .item {
    -webkit-transition: 5s ease-in-out left;
    -moz-transition: 5s ease-in-out left;
    -o-transition: 5s ease-in-out left;
    transition: 5s ease-in-out left !important;
    /* position: relative; */
}
.panel-default>.panel-heading:hover {
    background-color: #4585c7 !important;
}
.ufaq-faq-title {
    background-color: #208ed5;
    padding: 10px 10px;
}
div.ufaq-faq-title h4 {
    color: #fff;
    font-size: 15px;
}
.ewd-ufaq-post-margin-symbol {
    color: #fff;
    font-size: !important;
}
.ufaq-faq-body {
    /* border: 1px solid #cecece; */
    border-radius: 3px;
}
.ufaq-faq-div {
    -webkit-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -3px 3px 2px 0px rgba(185, 185, 185, 0.75);
    padding: 0px;
    margin-bottom: 19px;
}
.ewd-ufaq-post-margin-symbol span {
    font-size: 19px;
    margin-top: 3px;
}
div.ufaq-faq-post p {
    font-size: 15px;
    line-height: 27px;
    color: #6b6b6b;
}
button.close {
    position: absolute;
    top: 2% !important;
    left: -1% !important;
    font-size: 25px;
    padding: 1px 8px 4px 9px;
    color: #ffffff !important;
    border-radius: 0px 10px;
    opacity: 1 !important;
    width: 100%;
    text-align: right;
    z-index: 9;
    margin: 0px !important;
}
button.btnclose {
    position: absolute;
    right: 11px;
    background-color: transparent;
    border: 0px;
    border-radius: 5px;
    font-size: 24px;
    top: 7px;
    font-weight: 600;
    color: #fff;
}
.gutter {
    margin: 0px;
    padding: 0px;
}

.bg_image {
    background-image: url('http://mtstaging.com/dsp/wp-content/uploads/2019/08/image-1.jpg');
    position: relative;
    background-size: cover;
    height: 100%;
}
.bg_color {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #512161b8;
    transform: skewX(-56.5deg);
    height: 301px;
    left: -232px;
    z-index: 0;
}

.Service_wrap {
    padding: 40px;
    text-align: center;
    position: relative;
    background-color: #00000063;
    overflow: hidden;
}

.service_title>h2 {
    font-size: 30px;
    margin: 0px;
    border-bottom: 2px solid #f0b623;
    display: inline-flex;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.service_content>p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    margin: 0px;
}

.bg_image1 {
    background-image: url('http://mtstaging.com/dsp/wp-content/uploads/2019/08/image-2.jpg');
    position: relative;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.bg_color1 {
    position: absolute;
    top: 0px;
    background-color: #34a055ad;
    transform: skewX(56.5deg);
    height: 297px;
    right: -223px;
    z-index: 0;
    width: 448px;
    overflow: hidden;
}

.bg_image2 {
    background-image: url('http://mtstaging.com/dsp/wp-content/uploads/2019/08/image-3.jpg');
    position: relative;
    height: 100%;
    overflow: hidden;
}

.bg_color2 {
    position: absolute;
    top: 0px;
    background-color: #004b7f94;
    transform: skewX(-56.5deg);
    height: 297px;
    left: -223px;
    z-index: 0;
    width: 448px;
    overflow: hidden;
}
.is-sticky header {
    background-color: #fff !important;
    transition: all .5s ease-in-out;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 10px -2px (0, 0, 0, 0.05);
}
.main_title>h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0px;
    color: #fff;
    text-transform: uppercase;
}

section.consult_section {
    padding: 70px 0px;
    /* background-image: url('http://mtstaging.com/dsp/wp-content/uploads/2019/08/gold-bg.jpg'); */
    position: relative;
}

.main_title>h2>span {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-shadow: 2px 3px 5px #f3d985;
}

.main_title {
    margin-bottom: 40px;
    text-align: center;
}

.title_border {
    border-bottom: 4px solid #000;
    width: 15%;
    margin: 0px auto;
}

.about_content_home>p {
    font-size: 20px;
    line-height: 34px;
    color: #333;
    font-weight: 600;
    text-shadow: 2px 2px 4px #f9f7f2;
    margin-bottom: 20px;
    text-align: justify;
}


.about_image_home {
    margin-top: 20px;
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
}

.about_image_home>img {
    height: 335px;
    width: 100%;
    object-fit: cover;
}

.layer-1 {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(21deg, #00000052,#cfb161, #00000052); */
    background-color: #f1f1f1;
}
.about_content_home {
    text-align: center;
}

section.what_we_do_section {
    background-color: #000;
    padding: 50px 0px;
}

.title_border.white {
    border-bottom: 4px solid #ddd;
    border-image-source: linear-gradient(45deg,#000000,#ffd34b, #000);
    border-image-slice: 20;
}

.what_we_content>a>h3 {
    background: linear-gradient(27deg, #f1b92b 23%,#634f2c 24%, #f0b623 26%, #ffffff 27%,#f0b726 40%,#715100 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 15px;
}

.what_we_wrap {
    margin: 20px 0px;
}

.what_we_content>p {
    font-size: 17px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.what_we_image>img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.what_we_image {
    text-align: center;
}

.layer2 {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(30deg, #00000073, #f0b62380, #00000059);
    background: #f0b62394;
}
section.call_back_section {
    padding: 30px 0px 30px 0px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #ffebbc;
}

.call_back_content>h3 {
    font-size: 35px;
    margin: 10px 0px;
    font-weight: 800;
    text-transform: capitalize;
}

.btn-call_back {/* background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #a77f19 40%, transparent 80%),                  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #f3c652 62.5%, #f0b623 100%); */border: none;padding: 12px 30px;font-size: 17px;color: #fff;font-weight: 700;letter-spacing: 3px;text-transform: uppercase;background-image: url('http://mtstaging.com/dsp/wp-content/uploads/2019/08/gold-btn.png');background-repeat: no-repeat;background-size: cover;}

.call_back_butttn {
    text-align: right;
}

.call_back_content {
    text-align: left;
}
.btn-call_back:hover {
    color: #fff;
    transition: all 0.6s;
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}
.subscribe_wrap {
    text-align: center;
    padding: 30px 45px;
    background-color: #000;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.75);
    border-radius: 2px;
}
.subscribe_content>h3 {
    margin: 0px;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.subscribe_content>p {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}

.footer {
    padding: 50px 0px 0px;
    /* position: relative; */
}

.footer_title>h3 {
    font-size: 23px;
    margin: 0px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer_brdr {
    border: 2px solid #000;
    border-image-source: linear-gradient(30deg,#000000,#ffd34b, #372a09);
    border-image-slice: 10;
    width: 20%;
}

.footer_title {
    margin-bottom: 15px;
}

ul.footer_links>li>a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}
.footer_skew {
 height: 25px;
 width: 35px;
 position: absolute;
 transform: skew(-54deg, 35deg);
 background-color: #ffffff;
 top: -13px;
 left: 45%;
 /* height: 220px; */
 /* left: 0px; */
 /* width: 100%; */
 /* transform: skew(0deg, -3deg); */
 /* top: -36px; */
 /* background: linear-gradient(45deg,#3a20c9, #3a20b9,#3a1fb7,#3a1ea2,#3a1e8e, #3a1d8a); */
 /* background-color: #2E0927; */
 /* background: radial-gradient(circle farthest-side at center bottom,#0a60b0,#0767bc 125%); */
 /* background: linear-gradient(150deg,#0c59a5 
 15%,#0866ba 70%,#0769be 94%); */
 }

.btn-subscribe:hover {
    color: #fff;
}
ul.footer-contact-list > li>strong {
    font-weight: 700;
    font-size: 15px;
}
ul.social_link>li {
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
}

ul.social_link>li>a>i:hover {
    color: #fff!important;
    margin-left: 0px !important;
}

ul.social_link>li>a {
    font-size: 17px;
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}

ul.social_link>li>a>i {
    font-size: 15px;
    line-height: 38px;
    display: block;
    margin: 0px !important;
    color: #fff;
    background: #E21F27;
}

ul.social_link>li:hover {
    margin-left: 0px !important;
}
.footer-menu>ul>li>a:hover {
    color: #fbb619;
    margin-left: 5px;
    transition: all 0.6s;
}

ul.social_link>li>a:hover {
    background-color: #E61F27;
}
ul.social_link>li>a:hover i
{
    color: #fff;
}

ul.social_link {/* margin: 30px 0px 15px 0px; *//* text-align: left; *//* float: right; */}

ul.social_link>li>a:hover {
    margin-left: 0px !important;
    color: #000;
}
.logo {
    margin: -27px 0px;
}
.logo>img {
    margin-top: 10px;
    width: 85%;
    /* filter: brightness(0) invert(1); */
}
.is-sticky header .navbar .navbar-header a .logo img {
    margin-top: 20px;
    filter: none !important;
}

/*new css*/

.item-overlay {
    position: absolute;
    text-align: center;
    top: 16%;
    width: 100%;
}

.item-overlay>h3 {
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0px;
    color: rgb(26, 60, 76);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.item-overlay>p {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 2px #545454;
}
.slider-image>img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    margin-top: 20px;
}

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

.enquiry.quick {
      width: 50px !important;
      right: -4px !important;
      bottom: 100px!important;
      height: 50px;
      padding: 6px;
      border-radius: 4px;
      /* background: linear-gradient(302deg,#3a1c76,#3a21ce); */
      background-color: #fbb619;
}
.quick .enquiry-icon>i {
    font-size: 30px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(15%) translateY(96%) rotate(90deg);
}


.enquiry.quick:hover {
    right: 120px !important;
    transition: all 0.9s;
}

.quick .enquiry-cpntent {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-68%) translateY(167px) rotate(90deg);
    transform-origin: right top;
    background-color: #000;
    width: 155px;
    text-align: left;
    border-radius: 4px;
    padding-left: 27px !important;
    padding: 10px;
    padding-right: 0px;
}
.quick .enquiry-cpntent a {
    line-height: 18px;
    text-align: left !important;
    padding: 10px;
}

.enquiry.internet {
      width: 50px !important;
      right: -4px !important;
      bottom: 168px !important;
      height: 50px;
      padding: 6px;
      border-radius: 4px;
      /* background: linear-gradient(302deg,#fbb619,#ef8300); */
      background-color: #fbb619;
}
.internet .enquiry-icon>i {
    font-size: 30px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-5%) translateY(112%) rotate(90deg);
}

.enquiry.internet:hover {
    right: 120px !important;
    transition: all 0.9s;
}

.internet .enquiry-cpntent {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-68%) translateY(167px) rotate(90deg);
    transform-origin: right top;
    background-color: #000;
    width: 155px;
    text-align: left;
    border-radius: 4px;
    padding-left: 27px !important;
    padding: 10px 40px;
    padding-right: 0px;
    height: 60px;
}
.internet .enquiry-cpntent a {
    line-height: 18px;
    text-align: left;
    padding: 0px 6px;
}

.title-header .sc_item_subtitle {
    /* font-family: 'Montserrat', sans-serif; */
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #fbb619;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.title-header .sc_item_subtitle:before {
    font-family: 'Montserrat', sans-serif;
    /* position: absolute; */
    /* content: ''; */
    /* height: 2px; */
    /* top: 0.6em; */
    /* width: 8.1em; */
    background-color: #3b7bbf;
    /* left: 58px; */
}
h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    line-height: 1.17;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    color: #E61F27;
    margin-top: 0px;
}
.title-header {width: 100%;text-align: center;}

section.why-us-section {
    padding: 60px 0px 60px 0px;
}


.main-header>p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #706b6b;
    font-size: 15px;
}
/* first section */
.why_icon>img {
    height: 100px;
    width: 100px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.bg-color1 {
    background-color:#ffa435;
}
.bg-color2 {
    background-color: #ddd;
    /* background: linear-gradient(150deg,#4196da 
 15%,#3b83bf 70%,#4196da 94%); */
    /* background: linear-gradient(150deg,#632f94 15%,#632f94 70%,#673496 94%) !important; */
    background: linear-gradient(302deg,#3a1c76,#3a21ce) !important;
}

.why_wrap {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 15px;
}

.why_content>h3 {
    margin: 20px 0px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.why_content>p {
    font-size: 16px;
    text-align: center;
    padding: 0px 15px;
    line-height: 25px;
    color: #fff;
    min-height: 175px;
}


.main-header {
    margin-bottom: 40px;
    position: relative;
}
.box-brder {
    border-left: 1px solid #3885d6;
    border-right: 1px solid #3885d6;
}
.solution_icon>img {
    height: 55px !important;
    width: 55px !important;
    position: relative;
    margin: 7px 0px 15px;
/*     filter: grayscale(1); */
    margin: 0px auto;
    margin-bottom: 30px;
}
.title_wrap_box_border:hover .header_main_box_deisgn .solution_icon>img {
    filter: none;
}

.header_main_box_deisgn {
    background-color: #fff;
    /* margin: 10px; */
    box-shadow: 0 2px 10px 0 rgba(77, 77, 119, 0.1);
    border: 5px solid #f1f1f1;
    padding: 20px 30px;
    /* border-radius: 8px; */
    /* background: linear-gradient(90deg, #272520, #585858, #272520); */
    /* background-color: #2E0927; */
    /* background: linear-gradient(20deg, #1D4995, #1487ca, #1D4995) !important; */
}
.header_main_box_deisgn:before{
    content: '';
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    background: #5fd8e0;
    background: rgba(95, 216, 224, 0.53);
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header_main_box_deisgn:hover::before{
        height: 100%;
}
section.soultions-section {
    background-color: #fff;
    padding: 40px 0px 46px 0px;
}
.solution-content>h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px 19px;
    position: relative;
    color: #3a1c7a;
}

.solution-content>p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    min-height: 135px;
    margin: 0px 0px 15px;
    color: #737373;
}

.solution-btn {
    text-align: center;
    margin-bottom:8px;
}
.btn-read{
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase!important;
    padding: 9px 25px;
    background-color: #fbb619 !important;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #fbb619;
    border-radius: 0px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
}


.btn-read:hover{
    background-color: #fbb619;
    color: #fff !important;
}
.btn-read::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fbb619;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgb(255, 141, 2);
  } 

.btn-read::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ff8c00;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-read:hover::before, .btn-read:hover::before{
    opacity:1;
    width: 116%;
}
.btn-read:hover::after, .btn-read:hover::after{
    opacity:1;
    width: 120%;
}
button.owl-next>span {
    font-size: 75px;
    top: 22%;
    right: -40px;
    position: absolute;
    font-weight: 100;
    color: #ccc;
}

.owl-buttons {
    position: relative;
}
button.owl-prev>span{
    top: 22%;
    left: -40px;
    position: absolute;
    font-weight: 100;
    font-size: 75px;
    color: #ccc;
}
/* .why_wrap:hover {
    background-color: #34b2cc;
    color: #fff;
    transition: all 0.9s;
} */
.parallax-requirements {
    background-image: url(http://mtstack.in/kobb/wp-content/uploads/2019/11/kobb-banner1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: relative;
}

.requirements-img>img {
    height: 120px;
    width: 120px;
    padding: 25px;
    /* filter: brightness(0.5); */
}

section.requirements-section {
    padding: 50px 0px 70px 0px;
    /* background-color: #00AEEF; */
}

.requirement-wrap {
    background-color: #ffffff8c;
    padding: 20px;
    border-radius: 3px;
    background: linear-gradient(45deg, #ffffff0d, #ffffff);
}

.requirements-content>h3 {
    font-size: 25px;
    color: #fbb619;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.requirements-content>p {
    font-size: 14px;
    min-height: 145px;
    line-height: 27px;
    font-weight: 400;
    color: #7b7b7b;
    margin: 0px;
}

.requirements-box {
    padding: 15px;
    text-align: center;
}

.requirements-img {
    /* background-color: #e2e2e2; */
    display: inline-block;
    padding: 10px;
    border-radius: 90px;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    /* background: linear-gradient(150deg,#281483 15%,#57218d 70%,#673496 94%); */
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
    border: 1px solid #e2e2e2;
    /* background: linear-gradient(90deg,#252525,#464646); */
    background-color: #2E0927;
    background: linear-gradient(302deg,#3a1c76,#3a21ce) !important;
}
.heading-two .title-header .sc_item_subtitle {
    color: #000;
}
.heading-two .title-header .sc_item_subtitle:before{
     background-color: #000;
}
.requirements-layer {
    background-color: #00000026;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}
.flip {
  position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 2s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  /* display: inline-block; */
  /* margin-right: 15px; */
  /* margin-bottom: 15px; */
  margin: 0px 15px;
}
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 280px;
  /* padding: 1em 2em; */
  background: #777777;
  border-radius: 5px;
  /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
  /* background: linear-gradient(150deg,#281483 15%,#57218d 70%,#673496 94%); */
  /* background: linear-gradient(90deg,#252525,#464646); */
  /* background-color: #2E0927; */
  background: linear-gradient(302deg,#3a1c76,#3a21ce);
}
.flip > .front p,
.flip > .back p {
  line-height: 25px;
  color: #e6e6e6;
  text-align: justify;
}
section.industries-section {
    padding: 50px 0px 50px 0px;
    background-color: #fbfbfb;
}

.back>h2 {
    font-size: 27px;
    font-weight: 600;
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 10px;
    display: inline-block;
    color: #efefef;
}

.back>p {
    font-size: 15px;
}
.flip-layer {
    /* position: absolute; */
    /* background-color: #00000042; */
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.front>h1 {
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    color: #fff;
    top: 40%;
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 7px;
    border-radius: 0px 0px 10px 10px;
    min-height: 75px;
    text-align: center;
    text-shadow: #474747 1px 1px 1px;
}

.back {
    padding: 1em 2em;
}


.title_wrap_box_border {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}
.title_wrap_box_border:hover .title_wrap_aft_brd .header_box_icon>img {
    filter: none;
}

.title_wrap_box_border .header_main_box_deisgn {
    padding: 27px 15px 25px;
}
.title_wrap_box_border:before, 
.title_wrap_box_border .header_main_box_deisgn:before, 
.title_wrap_box_border:after, .title_wrap_box_border 
.header_main_box_deisgn:after{
    display: inline-block;
    position:absolute;
    content:"";
    background-color: #3a21c6;
    z-index: 1;
}
.title_wrap_box_border:before, 
.title_wrap_box_border .header_main_box_deisgn:before {
    right:0; 
    top:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:after, .title_wrap_box_border .header_main_box_deisgn:after {
    left:0; 
    bottom:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:hover:before, .title_wrap_box_border:hover:after{
    transform:scaleY(1);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:before {
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
}
.title_wrap_box_border:after {
    transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0; 
    -moz-transform-origin: left bottom 0; 
    -ms-transform-origin: left bottom 0; 
    -o-transform-origin: left bottom 0;
}
.title_wrap_box_border .header_main_box_deisgn:before {
    transform-origin: right top 0; 
    -webkit-transform-origin: right top 0; 
    -moz-transform-origin: right top 0; 
    -ms-transform-origin: right top 0; 
    -o-transform-origin: right top 0;
}
.title_wrap_box_border .header_main_box_deisgn:after {
    transform-origin: top left 0; 
    -webkit-transform-origin: top left 0; 
    -moz-transform-origin: top left 0; 
    -ms-transform-origin: top left 0; 
    -o-transform-origin: top left 0;
}
.title_wrap_box_border:before, .title_wrap_box_border:after{
    height:100%;
    width: 5px;
    transform:scaleY(0);
    -webkit-transform: scaleY(0.1);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:hover 
.header_main_box_deisgn:before, 
.title_wrap_box_border:hover 
.header_main_box_deisgn:after {
    transform:scaleX(1); 
    -webkit-transform:scaleX(1); 
    -moz-transform:scaleX(1); 
    -ms-transform:scaleX(1); 
    -o-transform:scaleX(1); 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}

.title_wrap_box_border 
.header_main_box_deisgn:before, 
.title_wrap_box_border .header_main_box_deisgn:after {
    width:100%;
    height: 5px;
    transform:scaleX(0);
    -webkit-transform: scaleX(0.1);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
section.call_section {
    padding: 30px 0px;
    /* background: radial-gradient(circle farthest-side at center bottom,#00aeef,#0099d3 125%); */
    /* border-top: 4px solid #2eafcc; */
    height: 131px;
    width: 100%;
    background-size: cover;
    /* background: linear-gradient(150deg,#281483 15%,#7047c5 70%,#97219a 94%); */
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
    background: linear-gradient(302deg,#3a1c76,#3a21ce);
    /* background: linear-gradient(90deg,#252525,#464646); */
    background-color: #2E0927;
    /* background: linear-gradient(20deg, #1D4995, #1487ca, #1D4995) !important; */
}

.call-content>h3 {
    font-size: 27px;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0px;
    margin: 0px;
}

.call-content>h3>p {
    color: #fff;
    font-size: 44px;
    margin: 0px;
    font-weight: 600;
}

.call-btn {text-align: center;height: 131px;width: 100%;position: relative;z-index: 9;padding: 40px 0px 0px;}

.btn-call {
    background-color: #000;
    color: #000 !important;
    font-size: 25px;
    border: 1px solid #fff;
    padding: 5px 25px;
    border-radius: 3px;
}
.nf-form-content textarea.ninja-forms-field {
    height: 100px !important;
}
.nf-field-container{
    margin-bottom: 15px !important;
}
.btn-call:hover {
    background-color: #fff;
    color: #30accb !important;
}
section.counter_section {
    background-image: url(http://mtstack.in/sundaramsteels/wp-content/uploads/2019/11/parallax-1.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.counter-wrap1 {
    padding: 0px 25px;
    text-align: center;
}

.count-num>h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0px;
}
.counter-img {
    border: 1px solid #ffffff33;
    border-radius: 90px;
    height: 100px;
    width: 100px;
    padding: 25px;
    background: #ffffff17;
    margin: 10px auto;
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
}
.counter-img img {
    filter: grayscale(1);
}
.counter-wrap1>p {
    font-size: 19px;
    color: #E21F27;
    font-weight: 700;
}
.footer-skewdiv {
    position: relative;
}

footer {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(-74deg,#4986bd, #33a7c9, #34a6c9); */
    padding: 70px 0px 20px 0px;
    /* background-color: #2A79C3; */
    /* background: radial-gradient(circle farthest-side at center bottom,#001e57,#001e57 125%); */
  background: linear-gradient(150deg,#E21F27 15%,#b10910 70%);
    /* background: linear-gradient(150deg,#281483 15%,#57218d 70%,#673496 94%); */
    /* background: linear-gradient(302deg,#3a1c76,#3a21ce); */
    /* background: linear-gradient(302deg,#252525,#212121); */
    /* background-color: #00266f; */
}
.footer-logo>img {
    height: 60px;
    width: 145px;
    background-color: #fff;
    padding: 6px;
}

.footer-logo {
    text-align: left;
    /* padding-left: 15px; */
}

.footer-abt>p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    margin: 0px;
}
.first-footer-row {
    padding: 10px 0px 20px;
    /* border-bottom: 1px solid #0c59a5; */
}
.btn-transparent {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    /* border-bottom: 0.5px solid #305d7f; */
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #E21F27;
    margin-bottom: 30px;
    border:1px solid #fff
}
a.btn.btn-transparent:hover {
    color: #fff;
}

.btn-transparent i {
    margin-left: 4px;
}
/*.btn-transparent:hover {
    background-color: #fbb619 !important;
    color: #fff;
}*/

.btn-transparent:hover i {
    margin-left: 5px;
    transition: all 0.6s;
}

.footer-title>h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #fbb619;
    padding-bottom: 10px;
    margin-top: 0px;
    display: inline-block;
}
.footer-menu>ul>li>a {
    font-size: 13px;
    color: #fff;
    font-weight: 200;
    line-height: 28px;
}

.footer-menu>ul>li>a>i {
    margin-right: 5px;
}

.footer-menu-title>h4 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #fbb619;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 0px;
}
.social-acc>ul {
    display: inline-flex;
    float: left;
}

.social-acc {
    margin: 35px 0px 15px 0px;
    text-align: center;
}

.social-acc>ul>li>a {
    font-size: 15px;
    color: #fff;
}

.social-acc>ul>li {
    margin: 0px 27px 0px 0px;
    color: #fff;
    font-size: 15px;
}

.social-acc>ul>li>a>i {
    margin-right: 10px;
}

.social-acc>ul>li>i {
    margin-right: 10px;
}



.main_requirement_box {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 3px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 4px 10px -1px rgb(216, 216, 216);
}
.main_requirement_box:hover .requirements-box>img {
    filter: none;
}

.main_requirement_box .requirements-box {
    padding: 27px 15px 25px;
}
.main_requirement_box:before, 
.main_requirement_box .requirements-box:before, 
.main_requirement_box:after, .main_requirement_box 
.requirements-box:after{
    display: inline-block;
    position:absolute;
    content:"";
    background-color: #fbb619;
    z-index: 1;
}
.main_requirement_box:before, 
.main_requirement_box .requirements-box:before {
    right:0; 
    top:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.main_requirement_box:after, .main_requirement_box .requirements-box:after {
    left:0; 
    bottom:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.main_requirement_box:hover:before, .main_requirement_box:hover:after{
    transform:scaleY(1);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.main_requirement_box:before {
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
}
.main_requirement_box:after {
    transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0; 
    -moz-transform-origin: left bottom 0; 
    -ms-transform-origin: left bottom 0; 
    -o-transform-origin: left bottom 0;
}
.main_requirement_box .requirements-box:before {
    transform-origin: right top 0; 
    -webkit-transform-origin: right top 0; 
    -moz-transform-origin: right top 0; 
    -ms-transform-origin: right top 0; 
    -o-transform-origin: right top 0;
}
.main_requirement_box .requirements-box:after {
    transform-origin: top left 0; 
    -webkit-transform-origin: top left 0; 
    -moz-transform-origin: top left 0; 
    -ms-transform-origin: top left 0; 
    -o-transform-origin: top left 0;
}
.main_requirement_box:before, .main_requirement_box:after{
    height:100%;
    width: 5px;
    transform:scaleY(0);
    -webkit-transform: scaleY(0.0);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.main_requirement_box:hover 
.requirements-box:before, 
.main_requirement_box:hover 
.requirements-box:after {
    transform:scaleX(1); 
    -webkit-transform:scaleX(1); 
    -moz-transform:scaleX(1); 
    -ms-transform:scaleX(1); 
    -o-transform:scaleX(1); 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.main_requirement_box .requirements-box:hover .requirements-img img {
    filter: none;
}

.main_requirement_box .requirements-box:hover .requirements-img {
    background-color: #fff;
    border: 1px solid #ffffff;
}
.main_requirement_box 
.requirements-box:before, 
.main_requirement_box .requirements-box:after {
    width:100%;
    height: 5px;
    transform:scaleX(0);
    -webkit-transform: scaleX(0.0);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
section.clients_scetion {
    padding: 50px 0px 20px 0px;
}

.mt-client-slide .center .mt-client-box img {
    box-shadow: 1px 1px 4px 4px #f1f1f1;
}

.mt-client-box {
    margin: 45px 15px;
}

.social_icon_wrap>ul {
    display: inline-flex;
}
.brder-topbar {
    border-left: 1px solid #eaeaea8a;
}

.top_contact_wrap>ul {
}

.social_icon_wrap>ul>li {
    margin: 0px 20px 0px 0px;
}
.top_contact_wrap>ul {
    display: inline-flex;
    float: left;
}

.top_bar_wrap {
    background-color: #fff !important;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    z-index: 2;
    position: relative;
}

.top_contact_wrap>ul>li>a {
    color: #797979;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.3px;
    padding: 12px 7px;
    border-left: 1px solid #f5f5f5;
}

.top_contact_wrap>ul>li {
}
.top_bar_wrap {
}

.social_icon_wrap>ul>li>a>i {
    color: #fff;
}

.top_contact_wrap>ul>li>a>i {
    color: #fff;
    margin-right: 6px;
}

.top_contact_wrap>ul>li>a {
}
.call_Action_Skew {
    /* height: 131px; */
    /* position: absolute; */
    /* width: 100%; */
    /* background-color: #efeeee; */
    /* transform: skewX(-20deg); */
    /* right: -25px; */
}

.call-content {
    padding: 25px 0px 25px 100px;
}

.call-content>img {
    width: 63px;
    position: absolute;
    top: 40px;
    right: 29%;
    animation: shake 4s cubic-bezier(.36,.07,.19,.97) infinite;;
    transform: translate3d(0, 0, 0);
}
div#navigation-sticky-wrapper {
}

.is-sticky header .navbar .collapse .nav li a {
    color: #828282;
}


.btn-sub-submit:hover {
    background-color: #febb75;
}
.box arrow-btn-box {
    text-align: center;
}
.arrow-btn {
    padding: 13px 65px 13px 40px;
    color: #fff !important;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 0px;
    /* background: linear-gradient(45deg, black, transparent,black); */
    border: 0px;
    text-transform: uppercase;
    background-color: transparent !important;
    border: 1px solid #ddd;
}

.arrow-btn-box:hover .arrow-btn {
     padding: 13px 80px 13px 32px;
     color:#fff;
}

.arrow-btn:before {
    content: '';
    position: absolute;
    top: 76%;
    right: 20px;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    width: 30px;
    height: 2px;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background: #fff;
}

.arrow-btn:after {
    content: '';
    position: absolute;
    top: 76%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
}

.arrow-btn-box:hover .arrow-btn:before {
    -webkit-transform: translateY(-50%) scaleX(1);
        -ms-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
}

.arrow-btn-box:hover .arrow-btn:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}


/* 9.2.3. Scroll fade animation */
.fade-anim-box {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
        -o-transition: 1s cubic-bezier(.77, 0, .175, 1);
            transition: 1s cubic-bezier(.77, 0, .175, 1);
}

.fade-anim-box.fade-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.button_box {
    padding: 50px 0px 0px;
    /* position: absolute; */
    /* left: -185px; */
}
.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
    visibility: unset !important;
    display: unset !important;
}
button.owl-next>span:hover {
    color: #0c59a5;
}
button.owl-prev>span:hover {
    color: #0c59a5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fbb619;
}
.title-white {color:#fff !important;}
.mt-client-slide .owl-nav {
    display: block !important;
}
.mt-client-slide .owl-dots {
    display: none !important;
}


.mt-client-slide button.owl-prev>span {
    top: 15%;
    left: -60px;
}
.mt-client-slide button.owl-next>span {
    top: 15%;
    right: -60px;
}
.top_contact_wrap>ul>li>a>img {
    height: 19px;
    width: 19px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.counter-wrap1>img {
    height: 60px;
    width: 60px;
    border: 2px solid #00aeef;
    padding: 9px;
    border-radius: 2px;
}
form.newsletter {
    display: inline-flex;
    margin-top: 3px;
    margin-bottom: 0px;
    width: 100%;
}
form.newsletter>i {
    position: absolute;
    color: #cccccc;
    padding: 13px 11px;
}
form.newsletter>input {
    height: 40px !important;
    border: 0px;
    padding: 3px 0px 3px 35px;
    width: 55%;
    font-size: 17px;
}
.btn-subscribe {
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0px 20px;
    transition: all 0.5s;
    cursor: pointer;
    font-weight: 600;
    background-color: #fbb619;
    height: 40px;
}
.footer-form {
    position: relative;
    left: 10%;
}
section.testi_section {
    padding: 50px 0px 40px 0px;
    background-color: #fcfcfc;
}

.testi_image>img {
    height: 95px !important;
    width: 95px !important;
    margin: 0px auto;
    border-radius: 90px;
    border: 2px solid #fff;
}
.testi_image {
    text-align: center;
    background-color: #2E0927;
    /* background: linear-gradient(150deg,#281483 15%,#46299e 70%,#281483 94%); */
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
    background: linear-gradient(302deg,#3a1c76,#3a21ce);
    /* background: linear-gradient(302deg,#4c4949,#615f5f); */
    /* background: linear-gradient(20deg, #1D4995, #1487ca, #1D4995) !important; */
    position: absolute;
    top: -30px;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 9px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 9px 12px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 15px -1px rgba(197, 197, 197, 0.75);
    left: -5px;
}

.testi_image>h3 {
    font-size: 16px;
    margin: 5px 0px;
    color: #fff;
    font-weight: 600;
}

.testi_image>h4 {
    font-size: 14px;
    margin: 5px 0px;
    color: #fff;
    font-weight: 300;
}
.testi_wrap {
    margin: 40px 25px 30px 25px;
    position: relative;
    -webkit-box-shadow: 2px 1px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 8px -1px rgba(0,0,0,0.75);
    box-shadow: 2px 1px 8px -1px rgba(175, 175, 175, 0.75);
    border-radius: 5px;
    background-color: #fff;
}

.testi_content {
    padding: 25px 20px;
    position: relative;
}
.testi_content>p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    min-height: 130px;
}
.testi_content>p:before{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 61px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 8%;
    color: #fbb619;
    left: 0%;
}
.partner-images>ul {
    display: inline-flex;
}

.partner-images>ul>li {
    margin: 0px 5px;
}

.partner-images>ul>li>img {
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    object-fit: cover;
}
.parner-title {
    font-size: 26px;
    margin: 0px;
    font-weight: 600;
    color: #fff;
    text-align: right;
}
.partner-images {
    text-align: center;
}
.quot-buttn {
    text-align: center;
    margin: 13px 0px;
}

.btn-quote {
    /* background-color: #fbb619; */
    background-color: #E61F27;
    padding: 9px 13px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: inset 0px 0px 0px 0px #424242;
    -webkit-transition: all 0.6s cubic-bezier(.9, .24, .40, 1);
    transition: all 0.6s cubic-bezier(.9, .24, .40, 1);
}
.btn-quote>i {
    margin-left: 10px;
    font-size: 19px;
}
.btn-quote::before {
    content: '';
    width: 100%;
    height: 0%;
    display: block;
    background: #3e3e3e;
    position: absolute;
    left: 0%;
    opacity: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
    transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
}

.btn-quote:hover::before {
    opacity: 1;
    height: 100%;
}

.btn-quote:hover {
    box-shadow: inset 0px 100px 0px 0px #E61F27;
    color: #ffffff;
}
.about-content {
    background-color: #fff;
    /* border-radius: 5px; */
    /* box-shadow: 0 2px 10px 0 rgb(0, 86, 178); */
}

.about-content p {
    font-size: 16px;
    padding: 20px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.about-section {
    padding: 60px 0px;
}

.about-cloud-image img {
    /* height: 487px; */
    width: 100%;
}
/*history section*/
.history-cloud {
    padding: 60px 0px;
}

.history-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.history-content {
    box-shadow: 0 2px 10px 0 rgb(0, 86, 178);
    padding: 30px;
}
.vision-mission-sect {
    padding: 60px 0px 90px 0px;
}

.vision-sect i {
    font-size: 50px;
    text-align: center;
}

.vision-title {}

.vision-sect {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    padding: 50px;
    margin-top: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.vision-title h3 {
    /* font-family: "Open Sans"; */
    font-size: 22px;
    color: #21252E;
    margin-top: 20px;
    margin-bottom: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.para-lyer {
    top: 0px;
    position: absolute;
    background-color: #0c59a559;
    height: 100%;
    width: 100%;
}

.vision-title p {
    line-height: 25px;
    font-size: 14px;
    /* font-family: "Open Sans"; */
    color: #808080;
    letter-spacing: 0.5px;
    text-align: justify;
    min-height: 202px;
}
.parallax {background-image: url("http://mtstack.in/kobb/wp-content/uploads/2019/11/topbanner05.jpg");/* background-color: #0c59a53d; */position: relative;}
.solution-wrap-one img {
    width: 60px;
    height: 60px;
}
.solution-wrap-one:hover {
    background-color: #0c59a5;
    color: #fff;
    transition: all 0.6s;
    transform: scale(1.06, 1.06);
}

.solution-head h3:hover {
    color: #fff;
}

.solution-head p:hover {
    color: #fff;
}

.solution-wrap-one {
    background-color: #ffffff;
    text-align: center;
    /* position: relative; */
    padding: 50px;
    margin-top: 50px;
    transition: 0.3s;
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.solution-head h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    /* letter-spacing: 0.5px; */
    font-weight: 600;
    /* text-align: justify; */
}

.solution-head p {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
}

section.solutionss-sect {
    padding: 60px 0px 90px 0px;
}

.solution-head {
    min-height: 225px;
}
.image-internet img {
    height: 100px;
    width: 100px;
}
.internet-thing img {
    height: 100px;
    width: 100px;
}

.internet-wrap {min-height: 318px;}

section.internet-wrap {
    padding: 60px 0px;
}
.internet-thing {text-align: center;padding: 50px;transition: 0.3s;background-color: #1da1f2;color: #fff;border-radius: 5px;border: 1px solid #1da1f2;}

.internet-wrap h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.internet-wrap p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.internet-thing:hover {
    transition: all 0.6s;
    transform: scale(1.06, 1.06);
}
section.kobb-contact {
    padding: 60px 0px 90px 0px;
}
.icon-wrap {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center !important;
    margin: 10px 79px;
    background: linear-gradient(302deg,#3a1c76,#3a21ce) !important;
    /* background: linear-gradient(45deg, #464646, #676767); */
}

.icon-wrap i {
    font-size: 46px;
    color: #fbb619;
    line-height: 95px;
}

.title-wrap h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
}

.title-wrap p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    min-height: 78px;
}
.contact-wrap-one {
    border: 1px solid #f1f1f1;
    padding: 30px 0px;
    box-shadow: 2px 4px 10px -1px rgb(216, 216, 216);
}
.call-contact-wrap>ul>li>img {
    height: 20px;
    width: 20px;
}

.live-support>img {
    height: 45px;
    width: 45px;
}
.call-contact-wrap>ul>li>span {
    font-size: 18px;
    margin: 0px 12px;
    font-weight: 600;
    color: #fff;
}

.call-contact-wrap>ul>li {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}

.call-contact-wrap {
    text-align: center;
}

.live-support {
    text-align: center;
}

.live-support>h4>a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.brder-box {
    border-left: 1px solid #cbd0d2;
    border-right: 1px solid #cbd0d2;
}
.nf-form-content input[type=button] {
    background-color: #fff !important;
    padding: 10px 20px !important;
    /* border-radius: 99px !important; */
    border: 1px solid #E21F27 !important;
    color: #E21F27 !important;
}

input#nf-field-4 {}

.nf-form-content input[type=button]:hover {
    background-color: #E21F27 !important;
    color: #fff !important;
    border: 1px solid #E21F27 !important;
}
.footer-form>p {
    font-size: 18px;
    margin: 3px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.solution_img>img {
    height: 50px;
    width: 50px !important;
    margin: 10px;
}
.solution_wrap {
    padding: 20px 35px;
    background-color: #fff;
    margin: 10px 20px;
    /* border: 1px solid #281483; */
    /* background-color: #27aaca; */
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
    transform: skew(-12deg);
    border-radius: 4px;
    /* background: linear-gradient(150deg,#281483 15%,#57218d 70%,#673496 94%); */
    /* background: linear-gradient(90deg,#252525,#464646); */
    border: 1px solid transparent;
    background-color: #2E0927;
    background: linear-gradient(302deg,#3a1c76,#3a21ce);
}

.solution_img {
    margin-top: 30px;
    transform: skew(12deg);
}

.solution_content>h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
    margin: 10px 0px;
}

.solution_content>p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.solution_content {
    transform: skew(12deg);
}

.solution_wrap:hover {
    background: #fff;
    transition: all 0.6s;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 9px 0px rgba(216, 216, 216, 0.75);
    border: 1px solid #ddd;
}

.solution_wrap:hover .solution_content h3 {
    color: #fbb619;
}

.solution_wrap:hover .solution_content p {color: #fbb619;}
#solution2-owl {
    padding: 60px 0px 20px;
}


.partner-logo>img {
    width: 205px;
    padding: 0px 5px;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    /* filter: grayscale(100%); */
}

.partner-logo {
    text-align: center;
    margin: 20px 0px;
}
section.partner-section {
    padding: 50px 0px;
}

.partner-logo>img:hover {
    filter: none;
}
.main-header .header-subtitile-brdr {
    border-bottom: 3px solid #fbb619;
    width: 10%;
    margin: 0px auto;
}
#sample {
    width: 100%;
    transition: all 0.9s;
    overflow: hidden;
    cursor: pointer;
}

section.home_about_scetion {
    padding: 60px 0px 100px 0px;
}

.home-about-title>h6 {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #565656;
}

.home-about-title>h2 {
    margin: 10px 0 20px 0;
    font-size: 43px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    color: #E61F27;
}

h2.home-main-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -14px;
    width: 120px;
    height: 1px;
   background-color: #000;
}

h2.home-main-title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background-color: #001e57;
}

.home_about_content>p {
    font-size: 16px;
    text-align: justify;
    line-height: 27px;
    color: #696969;
    margin-bottom: 25px;
    font-weight: 300;
}

.home_about_content {
    margin-top: 37px;
}
.btn-blue {
    color: #fff;
    border-radius: 90px;
    background: linear-gradient(45deg, #E21F27, #98191ee0);
    border: 1px solid transparent;
    padding: 10px 25px;
    text-transform: capitalize;
}

.btn-blue:hover {
    background: transparent;
    color: #E21F27;
    border: 1px solid #E21F27;
}

.btn-blue:hover i {
    margin-left: 10px;
    transition: all 0.6s;
}

.btn-blue i {
    margin-left: 5px;
    font-size: 15px;
}
.vision-icon>img {height: 60px;width: 60px;margin: 0px auto;}

.vision_box {
    text-align: center;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

.bg-color {
   background-color: #E21F27;
}

.vision-content>h3 {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.vision-content>p {
    color: #fff;
    line-height: 25px;
    min-height: 75px;
    text-align: center;
    font-size: 15px;
}

.vision_box:before {
    content: "\f013";
    font-family: fontawesome;
    position: absolute;
    font-size: 255px;
    /* bottom: -75px; */
    opacity: 0.1;
    left: 22%;
    color: #d8d8d8;
}
.vision_brder {
    border-bottom: 2px solid #fff;
    width: 12%;
    margin: 15px auto;
}
section.vision_mission_section {
    background-color: #0085c914;
    padding: 50px 0px 90px 0;
}

.vision_wrap {margin-top: -100px;}
section.strength-section {
    padding: 60px 0px 0 0;
    background-color: #ebf5fb52;
}

.strength_content>p {
    font-size: 19px;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
}

.strength_content {
    margin-bottom: 25px;
}

.strength-img>img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    /* -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    /* box-shadow: 2px 3px 5px 0px rgba(142, 142, 142, 0.75); */
}

.strength-content>h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    color: #E61F27;
    margin-top: 0px;
}

.strength-content>p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: justify;
}
.strength-content {
    height: 400px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 40px;
    background-color: #fff;
}
.strength_wrap {
    margin-bottom: 45px;
}

.stregth-brdr {border-bottom: 3px solid #E21F27;width: 15%;margin: 15px auto;border-radius: 17px;}
section.awards-section {
    padding: 60px 0px;
    background-color: #001e57;
}
/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  background: #E21F27;
  color: #ededed;
  border-radius: 2px;
  margin: 0 auto;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.text-white h2 {
    color: #fff !important;
}

.main-header 
 .title-header-border {
    border-bottom: 2px solid #E21F27;
    width: 20%;
    margin: 20px auto;
}

/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background: #4d89ca;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -16px;
  border: 3px solid #90acc7;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 9;
}


/** timeline content **/

.tl-heading h4 {
  margin: 0;
  color: #001e57;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
   /* margin: 0;*/
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
section.product-quality-section {
    padding: 60px 0px;
}
section.product_section {
    padding: 60px 0px 60px 0px;
    background-color: #f9fcfe;
    position: relative;
}

.product-img {
    position: relative;
}

.product-img>img {
    height: 300px;
    width: 400px;
    object-fit: cover;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 8px 10px 0px rgba(138, 138, 138, 0.75);
}


.product-over-img>img {
    width: 350px;
    height: 250px;
    object-fit: cover;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 8px 8px 0px rgb(208, 208, 208);
}
.product-over-img {
    position: relative;
    margin-top: -115px;
    left: 20%;
}

.product-content>p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.parallax-cts {
    background-image: url(http://www.sundaramsteels.in/wp-content/uploads/2019/11/parallax-1.jpg);
    padding: 50px 0px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

.call-action-content>h3 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 37px;
    font-weight: 200;
    letter-spacing: 0.5px;
    margin: 0px;
}

.call-action-content>h3>p {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
}

.btn-orange {
   background-color: #E61F27;
    border-radius: 2px;
    padding: 8px 20px;
    color: #fff;
    border: 1px solid #E61F27;
}

.call-action-mail {
    text-align: right;
    margin-top: 35px;
}

.btn-orange:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-orange:hover i {
    margin-left: 15px;
    transition: all 0.6s;
}
.footer-content>p {
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    margin-top: 20px;
    font-weight: 100;
    text-align: justify;
    margin-bottom: 10px;
}
.contact_wrap-first {
    border-radius: 5px;
    margin: 30px 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(206, 206, 206, 0.75);
}
.mt-contact-title h3 {
    font-size: 21px;
    margin: 0px;
    padding: 15px 20px;
    color: #fff;
    font-weight: 500;
}
.mt-contact-title {
    background-color: #E21F27;
}
ul.mt-footer-contact-list {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    font-size: .9em;
    color: #333;
    margin-bottom: 30px;
}

ul.mt-footer-contact-list li {
    margin-left: 25px;
    margin-bottom: 5px;
    font-size: 15px;
}

ul.mt-footer-contact-list li i {
    margin-left: -25px;
    margin-right: 15px;
}
.contact_content {
    padding: 20px;
}
.mission-section{
    position: relative;
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    margin-top: 105px;
}

.mission-section:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #001e57;
    opacity: .90;
    content: "";
}

.mission-section .colum{
    position: relative;
}

.mission-section .colum.right-column .inner-column{
    position: relative;
    margin-top: 20px;
}

.mission-section .colum .inner-column{
    position: relative;
}

.mission-section .content-box{
    position: relative;
    background-repeat:no-repeat;
    background-position: center;
    background-color: #ffffff;
    text-align: center;
    padding: 65px 70px 60px;
    background-image: url("http://mtstack.in/sundaramsteels/wp-content/uploads/2019/12/logo-icon-2.png");
}

.mission-section .content-box h4{
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #001e57;
    font-weight: 900;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.mission-section .content-box h4:before{
    position:absolute;
    content:'';
    left:0px;
    right: 0;
    margin: 0 auto;
    bottom:0px;
    width:80px;
    height:1px;
    border-right: 60px solid #fbb619;
    border-left: 20px solid #001e57; 
}

.mission-section .content-box .text{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    min-height: 118px;
}

.mission-section .image-box{
    position: relative;
}

.mission-section .image-box .image{
    position: relative;
    margin-bottom: 0;
}

.mission-section .image-box .image img{
    display: block;
    height: 336px;
    width: 100%;
}
/*team block*/
.team-section{
    position: relative;
    padding: 100px 0 70px;
}

.team-section .sec-title{
    margin-bottom: 60px;
}

.team-block{
    position: relative;
    margin-bottom: 60px;
}

.team-block .inner-box{
    position: relative;
}

.team-block .image-box{
    position: relative;
}

.team-block .image-box .image{
    position: relative;
    margin-bottom: 0;
    background-color: #fbb619;
    overflow: hidden;
}

.team-block .image-box .image img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .image img{
    opacity: .70;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .lower-content{
    position:relative;
    text-align:center;
    z-index:1;
    padding:34px 15px 50px;
    background-color:#f3f5f9;
    border-bottom: 3px solid #E21F27;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content{
   border-color: #E21F27;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    background-color: #E21F27;
}
.team-block .lower-content h3{
    position:relative;
    font-size:20px;
    font-weight:700;
    line-height:1.2em;
    color: #222222;
    margin-bottom: 5px;
}
.team-block .lower-content h3 a{
    position:relative;
    color:#222222;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-block .inner-box:hover .lower-content h3 a{
    color:#ffffff;
}
.team-block .lower-content .designation{
    position:relative;
    font-size:14px;
    line-height: 24px;
    font-weight: 700;
    color: #555555;
    font-style: italic;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-block .inner-box:hover .lower-content .designation{
    color: #ffffff;
}
.team-block .lower-content .arrow{
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-bottom: -22px;
    width: 44px;
    height: 44px;
    color: #E21F27;
    font-size: 10px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-weight: 800;
    margin-left: -20px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow:5px 20px 30px rgba(0,0,0,0.06);
    -ms-box-shadow:5px 20px 30px rgba(0,0,0,0.06);
    box-shadow:5px 20px 30px rgba(0,0,0,0.06);
}
.team-block .inner-box:hover .lower-content .arrow{
    color:#ffffff;
    background-color:#E21F27;
}
.icon.flaticon-next:before {
    content: "\f054";
    font-family: fontawesome;
}
.steel-about {
    padding: 60px 0px;
}
.content-steel p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.steel-image img {
    width: 100%;
    height: 400px;
}
section.mt-product-sect {
    padding: 60px 0px;
}
.main-product-box {
    overflow: hidden;
    /* border: 1px solid #dddddd8c; */
    padding: 0px 10px 0px 0px;
    margin: 20px 0px;
    min-height: 219px;
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.22);
}
.product-image img {
    width: 100%;
    height: 379px;
    transition: all 1s;
    border-radius: 3px;
    object-fit: scale-down;
}
.mt-product-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.mt-product-list h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}
.mt-product-list ul li {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
   margin-left: 30px;
}
.mt-product-list {
    /* -webkit-box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.75); */
    -moz-box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.75);
    /* box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.75); */
    /* padding: 40px 48px; */
}
.mt-product-list li i {
    margin-right: 13px;
    color: #fbb619;
    font-size: 20px;
}
.propeerty-sponge {
    overflow: hidden;
    /* border: 1px solid #dddddd8c; */
    padding: 0px 10px 0px 0px;
    margin: 20px 0px;
    min-height: 219px;
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.22);
}

.productt-list-image img {
    height: 300px;
    width: 100%;
    object-fit: scale-down;
}
.tabulation-2 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff !important;
    /* cursor: default; */
    background-color: #fbb619 !important;
    border: 1px solid #fbb619 !important;
}
.tab-content p {
    margin: 1rem 0px;
    font-size: 16px;
    line-height: 28px;
}
section.mt-description {
    padding: 60px 0px;
    background-color: #ddd;
}
.tab-content {
    background: #fff;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, .05);
}

.nav-tabs li a {
    color: #fbb619;
    font-weight: 600;
    border: 1px solid #ddd0;
    background-color: #fff;
}
.breadcrumb-wrap span a {
    color: #E21F27;
}
.nf-form-fields-required {
    display: none;
}
.mt-topbar {text-align: right;}

ul.list-inline {
    margin: 4px 0px;
}

ul.list-inline li {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

ul.list-inline li i {
    color: #E21F27;
    margin-right: 10px;
    font-size: 15px;
}
.mt-steel-property-section {padding: 60px 0px;background-color: #fcfcfc;}
.mt-steel-property-wrap {margin-bottom: 20px;min-height: 150px;border: 1px solid #f1f1f1;/* transform: skew(-12deg); */border-radius: 40px 0px 40px 0px;overflow: hidden;padding: 20px 25px;background-: #1288ff !important;background: linear-gradient(150deg,#E21F27 15%,#E21F27 70%);}
.mt-steel-property-box {/* transform: skew(12deg); */}
.mt-steel-property-content {}
.mt-steel-property-content h3 {font-size: 14px;font-weight: 700;text-transform: uppercase;color: #fff;margin-bottom: 9px;/* margin: 1rem 0px; */line-height: 30px;}
.mt-steel-property p {text-align: justify;font-size: 14px;color: #fff;margin: 0px;height: 44px;}
.mt-steel-property-content p .active {display: block;}
.mt-steel-property-img {margin: 25px 0px;text-align: center;}
.mt-steel-property-img img {height: 60px;width: 60px !important;margin: 0px auto;}
.mt-steel-property-wrap:hover {transition: all 0.6s;transform: scale(1.05,1.05);}
.headline.footer-headline h3 {
    border-bottom: 2px solid #fff;
    font-size: 20px;
    font-weight: 600;
    color: #fcfcfc;
    width: 50%;
    display: inline;
    padding-bottom: 5px;
}

.headline.footer-headline {
    margin-bottom: 20px;
}
.mob-menu-logo-holder a img {
    width: 140px;
}
.mobmenur-container i {
    margin: 30px 0px;
}
/*shital css*/

.home-about-title {margin-top: 0px;}
.home_about_content {margin-top: 0px;}

/*end shital css*/

/*Responsive*/ 

/*Mobile Devices Inc Iphone 5,6,7,8 Portrait*/

@media (max-width: 767px){
.mob-menu-logo-holder a img{margin-right: 30px;}
.top_bar_wrap {display: none;}
.home-about-title>h6{font-size: 15px;}
h2.home-main-title:after{top: -6px;}
.home-about-title>h2 {margin: 10px 0 10px 0;font-size: 20px;line-height: 22px;}
.home_about_content>p {font-size: 14px !important;line-height: 22px;margin-top: 15px;}
  .vision-content>p {font-size: 14px !important;}
  .counter-wrap1>p {font-size: 14px !important;min-height: 50px;}
.count-num>h4 {font-size: 30px !important;}
 h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {font-size: 18px !important;font-weight: 700 !important;}
.strength_content>p {font-size: 14px !important;text-align: justify !important;line-height: 22px;}
.strength-content>h3 {font-size: 16px;line-height: 22px;}

.strength-content>p {font-size: 14px !important;line-height: 22px;}
.strength-img>img {height: auto !important;}
.strength-img{margin-bottom:20px;}

.call-action-mail {text-align: center;}
.call-action-content>h3 {text-align: center;}
.mt-client-slide button.owl-prev>span {font-size: 60px;left: 0px !important;}
.mt-client-slide button.owl-next>span {font-size: 60px;right: 0px !important;}


.headline.footer-headline h3 {font-size: 17px;}
ul.social_link>li>a{margin-bottom: 20px;}
.copyright p {font-size: 10px !important;text-align:center;}
.steel-image img {height:auto;}
.content-steel p {text-align: justify;
}
.mt-block img {
    
    width: 20%;
}
.product-over-img {margin-top: 20px !important;left: 0px !important;}
.product-content>p {margin-top: 20px;}

} 

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
 /*header*/
 .navbar-header {float: left;margin-left: -30px;}
 .navbar-fixed-top {height: 87px !important;}
 .navbar-nav {float: left !important;}
 .quot-buttn {float: right;margin-right: -30px !important;}
div#navigation-sticky-wrapper{height: 0px;}
 /*about-section*/
 .home-about-title>h6{font-size: 15px;}
h2.home-main-title:after{top: -6px;}
 .home-about-title>h2{font-size: 20px;}
 .home-about-title>h2 {margin: 10px 0 10px 0;font-size: 20px;line-height: 22px;}
.home_about_content>p {font-size: 14px !important;line-height: 22px;margin-top: 15px;}
.vision-content>p {font-size: 14px !important;}
/*counter-section*/
  .counter-wrap1>p {font-size: 14px !important;min-height: 50px;}
.count-num>h4 {font-size: 30px !important;}
/*strength-section*/
 h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {font-size: 18px !important;font-weight: 700 !important;}
.strength_content>p {font-size: 14px !important;text-align: justify !important;line-height: 22px;}
.strength-content>h3 {font-size: 16px;line-height: 22px;}

.strength-content>p {font-size: 14px !important;line-height: 22px;}
.strength-img>img {height: auto !important;}
.strength-img{margin-bottom:20px;}
/*contact-section*/
.call-action-mail {text-align: center;}
.call-action-content>h3 {text-align: center;}
.call-action-content>h3>p {font-size: 26px;}
/*client-section*/
.mt-client-slide button.owl-prev>span {font-size: 60px;left: 0px !important;}
.mt-client-slide button.owl-next>span {font-size: 60px;right: 0px !important;}
/*footer */
.headline.footer-headline h3 {font-size: 17px;}
ul.social_link>li>a{margin-bottom: 20px;}
.copyright p {font-size: 10px !important;text-align:center;}

}
/*Ipad and Ipad Pro Portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
 /*header-section*/
.mob-menu-logo-holder a img{width: 200px;}
.mob-standard-logo{height:100px;}
 /*strength-section*/
.strength-img>img {height: auto !important;}
.strength-img{margin-bottom:20px;}
.strength_content>p {font-size: 15px !important;text-align: justify !important;line-height: 22px;}

/*contact-section*/
.call-action-mail {text-align: center;}
.call-action-content>h3 {text-align: center;}
.call-action-content>h3>p {font-size: 26px;}


}


@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation:portrait) {
.home-about-title>h6{font-size: 15px;}
h2.home-main-title:after{top: -6px;}
 .home-about-title>h2{font-size: 20px;}
 .home-about-title>h2 {margin: 10px 0 10px 0;font-size: 25px;line-height: 39px;}
.vision_box.wow.fadeInLeft.animated.animated.animated {min-height: 351px;}
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
.vision_box.wow.fadeInLeft.animated.animated.animated {min-height: 351px;}
}
/*Ipad and Ipad Pro Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/*header*/
 .navbar-header {float: left;margin-left: -30px;}
 .navbar-fixed-top {height: 87px !important;}
 .navbar-nav {float: left !important;}
 .quot-buttn {float: right;margin-right: -30px !important;}
div#navigation-sticky-wrapper{height: 0px;}
 /*about-section*/
 .home-about-title>h6{font-size: 15px;}
h2.home-main-title:after{top: -6px;}
 .home-about-title>h2{font-size: 20px;}
 .home-about-title>h2 {margin: 10px 0 10px 0;font-size: 20px;line-height: 22px;}
.home_about_content>p {font-size: 14px !important;line-height: 22px;margin-top: 15px;}
.vision-content>p {font-size: 14px !important;}
.vision_box.wow.fadeInLeft.animated.animated.animated {min-height: 351px;}
/*counter-section*/
  .counter-wrap1>p {font-size: 14px !important;min-height: 50px;}
.count-num>h4 {font-size: 30px !important;}
/*strength-section*/
 h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {font-size: 18px !important;font-weight: 700 !important;}
.strength_content>p {font-size: 14px !important;text-align: justify !important;line-height: 22px;}
.strength-content>h3 {font-size: 16px;line-height: 22px;}
.strength-img>img {height: auto !important;}
.strength-img{margin-bottom:20px;}

/*contact-section*/
.call-action-mail {text-align: center;}
.call-action-content>h3 {text-align: center;}
.call-action-content>h3>p {font-size: 26px;}
/*client-section*/
.mt-client-slide button.owl-prev>span {font-size: 60px;left: 0px !important;}
.mt-client-slide button.owl-next>span {font-size: 60px;right: 0px !important;}
/*footer */
.headline.footer-headline h3 {font-size: 17px;}
ul.social_link>li>a{margin-bottom: 20px;}
.copyright p {font-size: 10px !important;text-align:center;}

}

}

/*Portrait and landscape iPad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
 
}
/* Joinus */
.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}
.img-wrapper img {
    width: 100%;
    height: 400px;
}

a.btn.apply-button {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    margin-top: 30px;
    padding: 15px;
}
.career-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 65px;
}
p.career-text {
    font-size: 16px;
    text-align: left; 
}
section.join-us-section {
    padding: 30px 0px 100px 0px;
}
.career-single__content.right-column {padding: 0 15px 0 30px;}

.career-single__content {
    padding-right: 15px;
}