body a{
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
body {
    font-family: 'Poppins', sans-serif;
}

a:hover{
 text-decoration:none;
}

input[type="text"],input[type="submit"]{

	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	padding:0px 0px;
	margin:0px 0px;
font-family: 'Poppins', sans-serif;
}
p{
	padding:0px 0px;
	margin:0px 0px;
	font-size: 16px;
    line-height: 1.8em;
font-family: 'Poppins', sans-serif;
    color: #555;
}
a{
    font-family: 'Poppins', sans-serif;

}
ul li{
    padding:0px 0px;
	margin:0px 0px;
    font-family: 'Poppins', sans-serif;
}
b, strong {
    font-weight: bold;
    color: #0a2a63;
    font-size: 18px;
    font-style: italic;
}
ul{
	padding:0px 0px;
	margin:0px 0px;
}
body{
	padding:0px 0px;
	margin:0px 0px;
font-family: 'Poppins', sans-serif;
}
a{
	text-decoration:none;
    font-family: 'Poppins', sans-serif;

}
a:hover, a:focus {
    color: #E74C3C;
   text-decoration:none;
    
}
/*-- header --*/
.head-top {
    padding: .9em 0px;
    background: #fff;
    text-align: center;
}
.head-left{
    float:left;
    width: 51%
}
.head-ri img {
}
.head-right{
    float: right;
    width: 49%;
    text-align: right;
}
.head-right ul li {
    display: inline-block;
}
div#bs-example-navbar-collapse-1 {
      padding: 0;
    background: none;
    width: 100%;
    text-align: center;
	
}
ul.nav.navbar-nav {
    float: none;
}
.navbar.navbar-default {
    background:transparent ;
    border: none;
    margin: 0;
}
.header-bottom {
    background: #0a2a63;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar-brand > img {
    display: block;
    height: 63px;
}
.navbar-default .navbar-nav > li > a i {
    font-size: 2em;
    vertical-align: middle;
	 padding: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
    padding: .5em 2em;
    display: block;
    font-size: 1.2em;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 37px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	background: #d81105!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #d81105;
}
.nav-right {
    background: #d81105;
    padding: 1em;
    text-align: center;
}
.nav-right a {
    font-size: 1.1em;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
   background: #d81105;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #d81105;
}
.dropdown-menu{
	background: #0a2a63;
	border-bottom: 1px solid #eee;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    color:#fff;
	font-size: 1.1em;
	text-align: left;
}
.social-icons  li {
    list-style-type: none;
    background-color: #d81105;
    padding: 10px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
   
}
.social-icons  li span {
	position: relative;
    top: 10px;
   left: 23px;
}
.social-icons {
    float: right;
}
.social-icons ul li {
    width: 52px;
   height: 53px;
    text-align: center;
    display: inline-block;
}
.social-icons ul li i {
    padding-top: 12px;
    color: #fff;
    font-size: 15px;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons ul li:hover i{
    color: #fff;
	transition: 0.9s;
    transform: rotateY(360deg);
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons ul li:hover {
    border-color: #fff;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
 }
.caption{
	width: 25%;
	position: absolute;
	top: 40%;
	left: 37%;
	text-align:center;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 2.5em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #747474;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
    bottom: 14px;
    z-index: 999;
    left: 50%;
}
.gri{
        margin-left: 40px;
}


.nav-tabs {
  float: left;
  border-bottom: 0;
  width: 100%;
    padding-bottom: 30px;
}
.tab-content p {
    font-size: 16px;
}
.nav-tabs li {
    float: none;
    margin: 1px 0 0;
}
.uli{
    list-style: none;
    margin-left: 10px;
}
.uli li i{
     color: #d81105;
    margin-right: 10px;
}
.about-cnt{
    letter-spacing: 0.8px;
    line-height: 24px;
}
.about-img img{
    margin-bottom:20px;
}
.about-cnt h4{
    font-weight: bold;
    color: #0a2a63;
}
.about-cnt p, .about-cnt ul, .about-cnt h4{
    margin-bottom: 10px;
}
.nav-tabs li a {
    margin-right: 0;
    border: 0;
    background-color: #d81105;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 0;
    border-left: 8px solid #f9f9f9a1;
    text-transform: capitalize;
}
.nav-tabs li a:hover {
    background-color:#f9f9f9 ;
}
.nav-tabs .active .glyphicon {
  color: #333;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    border-left: 8px solid #d81105;
    background-color:#f9f9f9 ;
    color: #333;

}
.nav-tabs>li>a:hover {
    border-color: #d81105;
    color: #333;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}
.tab-grid-left {
    padding: 0;
	clip-path: 0;
}
.tab-grid-right {
    padding:0em 2em;
}
.tab-grid-left h3 {
    font-size: 1.5em;
    background: #b20000;
    padding: 1em;
    color: #fff;
}
.tab-content-sub {
    padding: 0em;
}
.text .about-img img {
    height: 400px;
}
.messagesuccess {
    color: #008000;
    font-size: 20px;
    font-weight: 600;
}
.messagefailed {
    color: #ff0000;
    font-size: 20px;
    font-weight: 600;
}
.col-md-4.caption_texts {
    background: #d8110594;
    border-radius: 10px;
}
.mt-40{
    margin-top: 40px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
 }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.banner-section {
    position: relative;
    z-index: 999;
    overflow: hidden;
}
/*.banner-section::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 240px;
    background-color: #000000c2;
    bottom: 272px;
    left: -466px;
    opacity: 0.8;
    -webkit-transform: rotate(79deg);
    transform: rotate(73deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
}*/
.wel-section {
    padding: 4em 0;
    background: url(../images/back.jpg) repeat 0px 0px;
    text-align: center;
}
.row-grids{
    margin-top: 3em;
}
h2.title {
    font-size: 2.6em;
    text-align: center;
    color: #0a2a63;

}
h2.title {
    color: #64BE43;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 30px;
}

h2.title:before,
h2.title:after {
    position: absolute;
    content: "";
    width: 50%;
    max-width: 100px;
    height: 2px;
    background-color: #64BE43;
    left: 0;
    right: 20%;
    margin: auto;
    top: 0;
}
.mga{
    margin: 0 auto;
    width: 100%;
    display: block;
}

h2.title:before {
    top: auto;
    bottom: 0;
    right: -20%;
}
h3.title {
    font-size: 2.6em;
    text-align: center;
    color: #0a2a63;

}
h3.title {
    color: #64BE43;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 30px;
}

h3.titleName {
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 30px;
}
h3.titleTeam {
    color: #64BE43;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 30px;
}



h3.title:before,
h3.title:after {
    position: absolute;
    content: "";
    width: 50%;
    max-width: 100px;
    height: 2px;
    background-color: #64BE43;
    left: 0;
    right: 20%;
    margin: auto;
    top: 0;
}

h3.title:before {
    top: auto;
    bottom: 0;
    right: -20%;
}
.wel-section p {
    text-align: justify;
}
.wel-section span,.what-section span,.innovation-section span,.test-section span{
    color: #d81105;
}
.wel-grid img {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(179, 197, 116, 0.8);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 7px 5px 0px rgba(122, 144, 50, 0.74);
}
.zoom {
    position: relative;
    overflow: hidden;
}
.zoom:before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    -webkit-transition: all 700ms ease-in 0s;
    transition: all 700ms ease-in 0s;
    pointer-events: none;
}

.zoom:after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: all 700ms ease-in 0s;
    transition: all 700ms ease-in 0s;
}

.zoom:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
}

.zoom:hover:after {
    bottom: 0;
    top: 0;
    opacity: 0;
}

.what-section {
    background: #eee;
    padding: 4em 0;
    text-align: center;
}
.what-text {
    padding: 1em;
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 0px 20px #989090;
    height: 200px;
}
.what-text h4 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
    color: #d81105;
}
.what-img {
    overflow: hidden;
}
.what-img {
    position: relative;
}
.what-img:before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; 
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.what-grid:hover .what-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.what-img > a {
    display: block;
}
.what-img > a > img {
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.what-grid:hover .what-img > a > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.innovation-section {
    padding: 4em 0;
}
.inn-grid h4,.inn-grid1 h4 {
    font-size: 1.8em;
    color: #d81105;
    margin-bottom: 0.5em;
}
.inn-grid {
    text-align: right;
}
.inn-grid:nth-child(1) {
    margin-top: 5em;
    padding-left: 30em;
     padding: 0 2em 0 25em;
  
}
.innovation-section p {
    text-align: justify;
}
.inn-grid1:nth-child(2) {
  margin-top: 5em;
   padding: 0 25em 0 2em;
}
.innovation-section img {
    width: 100%;
}
.inno-grid{
    padding: 0px;
}
.blue-overlay {
    background-color: rgba(10, 42, 99, 0.79);
    padding: 20px 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5555;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0%;
    width: 85%;
}
.blue-overlay p {
    color: #fff;
}
.test-section {
    padding: 4em 0;
    text-align: center;
        background: #f7f4f4;

}
.test-section h4 {
    font-size: 1.5em;
    color: #000;
    margin: 0.5em 0;
        text-align: center;

}
.test-section h5 {
    font-size: 1.2em;
    color: #000;
    text-align: center;
}
.test-section p {
    color: #000;
    width: 50%;
    margin: 0em auto 0;
}
.call-to-bg {
    position: relative;
    background: #222;
}
.call-to-bg img {
    clip-path: polygon(0% 0, 100% 0%, 84% 100%, 0% 100%);
}
/*.call-to-bg:before,
.call-to-bg:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.call-to-bg:before {
    background: #95c41f none repeat scroll 0 0;
    left: 0;
    margin-left: -100px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 31%;
}
.call-to-bg:after {
    background: rgba(31, 34, 62, 0.8) none repeat scroll 0 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1;
}*/
.call-to-bg-white {
    padding: 0;
}
.subscribe h4 {
    font-size: 2.5em;
    color: #fff;
}
.subscribe {
    margin-top: 3em;
    text-align: center;
}
.footer {
    padding: 2em 0;
    position: relative;
    overflow: hidden;
    /* background: #0a2a63    url(../images/01.html); */
    background: #05680b    url(../images/01.html);
}
.footer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -20px;
    width: 50%;
        height: 324px;
    background-color: #222;
}
.footer:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    border-bottom: 22px solid #272727;
    border-right: 20px solid transparent;
}
.footer-grid h4{
	font-size:1.5em;
	color:#fff;
	margin:0 0 1em;
}
.footer-grid p{
	font-size:1em;
	color:#eee;
	line-height:1.8em;
    margin-bottom: 0.5em;
    text-align: justify;
}
.footer-grid p span{
	display:block;
	margin:1em 0 0;
}
.footer-grid ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#eee;
	font-size:1em;
	line-height: 1.5em;
}
.footer-grid ul li i{
	color: #eee;
	font-size:1em;
    margin-right: 1em;
	color:#fff;
}
.footer-grid ul li span{
	display:block;
	margin-left: 2em;
}
.footer-grid ul li a{
	color:#eee;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
}
.footer-grid ul li a:hover{
	color:#fff;
}
.copy-right{
	padding:1em 0;
	 /* background: #d81105 ; */
     background: #2f078c ;
    background-size:cover;
	text-align:center;
}
.copy-right p{
	color:#fff;
	line-height:1.8em;
}
.copy-right p a{
	text-decoration:none;
	color:#fff;
}
.copy-right p a:hover{
	color:#fff;
}
.about-banner {
    background: url(../images/banner/img4.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
}
.heder-bottom {
    background: #d81105;
    padding: 1em 2em;
        box-shadow: 4px 4px #bb1e10;
    -webkit-box-shadow: 4px 4px #bb1e10;
    -o-box-shadow: 4px 4px #e4e4e4;
    -moz-box-shadow: 4px 4px #e4e4e4;
    -ms-box-shadow: 4px 4px #e4e4e4;
}
.header-left {
    float: left;
}
.header-right {
    float: right;
}
.header-right ul li {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
	color:#fff;
}
.header-right ul li a {
	 color: #fff;
    text-decoration: none;
}
.header-right ul li i {
    padding: 0 1em;
	color:#fff;
}
.header-left h4 {
    font-size: 1.8em;
    color: #fff;
}
.about-section {
    padding: 4em 0;
    position: relative;
    background: url(../images/patter.html) repeat 0px 0px;
}
.product-section, .contact-section,.client-section {
    padding: 4em 0;
    background: url(../images/patter.html) repeat 0px 0px;
}
.about-section h4 {
    font-size: 1.8em;
    color: #d81105;
    margin-bottom: 0.5em;
}
.about-section p, .about-bottom p {
    margin-bottom: 0.5em;
    text-align: justify;
}
/*.about-grid1:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -36px;
    border-top: 500px solid #00387b;
    border-right: 405px solid transparent;
        z-index: -1;
}*/
ul.gri li {
    font-size: 17px;
    color: #555;
    line-height: 1.8em;
}
 .mail-grid h4 {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 1em;
}
.mail-grid input[type="text"],input[type="number"],.mail-grid input[type="email"],.mail-grid textarea {
    outline: none;
       border: none;
    background: #f5f5f5;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 2em;
}
.mail-grid input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    outline: none;
    background: #0a2a63;
    color: #fff;
    border: none;
    width: 23%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.mail-grid input[type="submit"]:hover {
    background: #d81105;
}
.mail-grid1 h4 {
    font-size: 1.7em;
    color: #000;
    padding-bottom: 1em;
}
ul.contact_info li i {
       color: #124880;
    border: 1px solid #124880;
    padding: .5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-right: 1em;
	    vertical-align: top;
}
ul.contact_info li {
    list-style-type: none;
    margin-bottom: 1.1em;
    font-size: 1.1em;
	line-height: 1.8em;
}
ul.contact_info li a {
    color: #555;
    text-decoration: none;
}
ul.contact_info li span {
    display: block;
    margin-left: 3em;
}
th, td {
    padding: 2px!important;
    text-align: left;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 20px;
}
/*responsive*/
@media(max-width:1440px) {
    .inn-grid:nth-child(1), .inn-grid1:nth-child(2) {
        margin-top: 2em;
        padding: 0 2em;
    }
    .subscribe h4 {
        font-size: 2.1em;
    }
    .inn-grid h3, .inn-grid1 h3 {
        font-size: 2em;
        margin-bottom: 10px;
    }
}
@media(max-width:1200px) {
    .inn-grid h3, .inn-grid1 h3 {
        font-size: 2em;
        margin-bottom: 10px;
    }
    .inn-grid:nth-child(1), .inn-grid1:nth-child(2) {
        margin-top: 10px;
    }
    .subscribe h4 {
        font-size: 1.5em;
    }
}
@media(max-width:1024px){
    .what-text {
        max-height: 220px;
    }
.navbar-default .navbar-nav > li > a {
    padding: .5em 1.5em;
}
.inn-grid:nth-child(1) {
    margin-top: 1em;
    padding-left: 30em;
    padding: 0 1em 0 1em;
}
.inn-grid1:nth-child(2) {
    margin-top: 1em;
    padding: 0 1em 0 2em;
}
h2.title,h3.title {
    margin-bottom: 8px;
}
h2.title,h3.title {
    font-size: 2em;
}
.subscribe h4 {
    font-size: 1.5em;
}
.subscribe {
    margin-top: 1.5em;
}
.footer {
    padding: 2.8em 0;
}
.footer-grid ul li {
    font-size: .92em;
}
.blue-overlay p {
    color: #fff;
    font-size: .9em;
}
.banner-section::before {
   display: none;
}
    .innovation-section p {
        font-size: 14px;
        line-height: 1.75em;
    }
}
@media (max-width: 768px){
    .test-section p{
        width: 90%;
    }
.navbar-default .navbar-nav > li > a {
    padding: .5em;
}
.wel-section,.innovation-section {
    padding: 3em 0;
}
.wel-grid img {
    margin: 2em auto 0;
}
.what-gr {
    margin: 2em 0;
}
.row-grid {
    margin: 3em 0;
}
.inno-grid {
    margin: 2em 0;
}
.footer-grid {
    width: 100%;
}
.footer {
    padding: 2em 0;
    background: #222222
}
.footer-grid:nth-child(2) {
    margin: 2em 0;
}
.subscribe h4 {
    font-size: 1.1em;
}
.subscribe {
    margin-top: 1em;
}
.row-grids {
    margin-top: 2em;
}
}
@media (max-width: 480px){
.head-left img {
    width: 100%;
}
.head-left {
    width: 100%;
}
.head-right {
    width: 100%;
}
.blue-overlay {
    bottom: 15px
}
.test-section p {
    width: 90%;
}
.subscribe h4 {
    font-size: 1.4em;
}
.navbar-nav > li {
    float: none;
    display: block;
}
.social-icons {
    float: none;
}
.navbar-toggle {
    color: #fff;
    background-color: #d81105;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #d81105;
}
.inno-grid {
    margin: 2em 0 0;
}
.navbar-default .navbar-toggle {
    border-color: #d81105;
}
.wel-section, .innovation-section {
    padding: 2em 0;
}
    .mail-grid input[type="submit"] {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #leftScroll {
        width: 100% !important;
    }
    .mobileFull {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #rightScroll {
        width: 100% !important;
    }
    .mobileFull {
        width: 100% !important;
        height: auto !important;
    }
}
.ttm-tabs ul {
    margin: 0px;
    padding: 0px;
}

.ttm-tabs ul.tabs li {
    display: inline-block;
}
.heilight-white-text, .ttm-textcolor-white, .ttm-textcolor-white a, .ttm-btn.ttm-btn-color-white, .ttm-highlight-right li, .ttm-icon_element-color-white i, .ttm-icon_element-bgcolor-skincolor i, .ttm-icon_element-bgcolor-darkgrey i, .ttm-bgcolor-skincolor .section-title h2.title, .ttm-bgcolor-darkgrey .section-title h2.title, .ttm-bgcolor-skincolor .section-title h2.title span, .ttm-bgcolor-darkgrey .section-title h2.title span, .ttm-bgcolor-darkgrey .ttm-bgcolor-skincolor, .ttm-bgcolor-skincolor .section-title h5, .ttm-bgcolor-darkgrey .section-title h5, .ttm-bgcolor-skincolor .featured-title h5, .ttm-bgcolor-darkgrey .featured-title h5, .ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-darkgrey .inside h3, .ttm-tabs ul.tabs li.active a, .ttm-btn.ttm-btn-bgcolor-darkgrey, .ttm-bgcolor-skincolor .featured-title h6, .ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-title, .ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-title, .ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent, .ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent, .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover, .ttm-rt-contact .ttm-custombutton a, .ttm-rt-contact .ttm-custombutton a:hover, .footer .social-icons li > a, .ttm-tag-list span a:hover, .ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i, .ttm-bgcolor-skincolor .ttm-fid.inside h4, .ttm-bgcolor-darkgrey .ttm-fid.inside h4, .ttm-header-style-02 .top-contact li, .ttm-header-style-02 .top-contact li a, .ttm-header-style-02 .ttm-topbar-wrapper .social-icons li > a, .ttm-header-style-01 .top-contact li, .ttm-header-style-01 .top-contact li a, .ttm-header-style-01 .ttm-topbar-wrapper .social-icons li > a, .footer .social-icons li > a:hover, .ttm-history-box-wrapper:hover .ttm-historybox-title h5, .ttm-history-box-wrapper:hover .ttm-historybox-description, .ttm-history-box-wrapper:hover .ttm-btn.ttm-btn-color-skincolor, .featured-imagebox-portfolio .featured-title h5 a, .featured-imagebox-portfolio .ttm-media-link a, .featured-icon-box.style5 .ttm-btn.ttm-btn-color-white:hover, .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active i, .featured-icon-box.style6:hover .featured-title h5, .featured-icon-box.style6:hover .featured-desc p, .featured-icon-box.style6:hover .ttm-icon_element-color-skincolor, .featured-icon-box.style6:hover .ttm-btn.ttm-btn-color-skincolor, .featured-imagebox-services.style1:hover .featured-title h5 a, .featured-imagebox-services.style1:hover .featured-desc p, .featured-imagebox-services.style1:hover .ttm-btn, .accordion .toggle-title a.active, .sidebar .widget.widget-nav-menu ul li.active a, .sidebar .widget.widget-nav-menu ul li:hover a, .widget.widget-search .form-group i, .sidebar .widget .tagcloud a:hover, .ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover, .ttm-box-view-left-image .featured-content .category > a:hover, .social-icons li > a:hover, .widget-top-rated-products ins, .featured-imagebox-team.style2 .featured-content p.category, .ttm-header-style-02 .ttm-custombutton a {
    color: rgb(255, 255, 255);
}

.skincolor-border, .ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor, .sidebar .widget .tagcloud a:hover, .tp-caption.skin-flat-button, .skin-flat-button, .tp-caption.skin-flatborder-button, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .skin-border .with-top-border img, .ttm-bgcolor-skincolor .panel-title > a, .ttm-header-style-01 .ttm-header-icons .ttm-header-search-link a:hover, .ttm-tabs ul.tabs li.active a, .ttm-blog-classic .ttm-blog-classic-content blockquote, .ttm-header-icons .ttm-header-search-link a:hover, .footer .social-icons li > a:hover, .footer .social-icons li > a:hover, .featured-imagebox-team.style1:hover .featured-content, .ttm-processbox:hover .ttm-box-image, .featured-imagebox-portfolio .ttm-media-link a, .accordion .toggle-title a.active, .widget.widget-search .form-group i, .ttm-box-view-left-image .featured-content .category > a:hover, .ttm-blog-single-content .social-icons li > a:hover, textarea:focus {
  border-color: rgb(45, 74, 138) !important;
}

.ttm-textcolor-darkgrey h1, .ttm-textcolor-darkgrey h2, .ttm-textcolor-darkgrey h3, .ttm-textcolor-darkgrey h4, .ttm-textcolor-darkgrey h5, .ttm-textcolor-darkgrey h6, .ttm-bgcolor-white .section-title h2.title, .ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover, .ttm-btn.ttm-btn-color-darkgrey, #site-header-menu #site-navigation .menu ul li > a, .sidebar .widget a, .ttm-pagination .page-numbers, .ttm-tabs ul.tabs li a, .ttm-list.ttm-list-style-icon li, .about-text-box, .accordion.style2 .toggle .toggle-title a, .accordion.style2 .toggle .toggle-title a.active, .ttm-pf-single-detail-box ul li span, .ttm-box-view-left-image .featured-content .category > a, .product-price, div.product ul.tabs li.active a, .ttm-team-details-list {
  color: rgb(38, 48, 69);
}
.ttm-tabs ul.tabs li a {
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
  line-height: 22px;
  width: auto;
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 22px;
  transition: 0.3s;
  border-width: 1px;
  border-style: solid;
  border-color: #1962a7;
  border-image: initial;
}

.ttm-bgcolor-skincolor, .ttm-bgcolor-skincolor > .ttm-bg-layer, .ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner, .tp-shapewrapper, .ttm-bg-highlight-skin, .tp-caption.skin-flatborder-button:hover, .top-contact.ttm-highlight-left:after, .top-contact.ttm-highlight-right:after, .ttm-header-icons .ttm-header-cart-link span.number-cart, .ttm-header-icons .ttm-header-search-link a:hover, #site-navigation .menu ul.dropdown > li > a:before, #site-header-menu #site-navigation .menu ul li a span, .ttm-icon_element-bgcolor-skincolor, .ttm-btn-bgcolor-skincolor, .ttm-tabs ul.tabs li.active a, .widget .widget-title:after, .ttm-btn-bgcolor-darkgrey:hover, .ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover, .ttm-btn.ttm-btn-bgcolor-darkgrey:hover, #totop.top-visible, .ttm-processbox-wrapper .ttm-processbox:hover .process-num, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a, .widget.widget-nav-menu ul li a:after, .mailchimp-inputbox button[type="submit"], a.checkout-button:hover, .coupon button:hover, .ttm-cart-form button:hover, .place-order button:hover, .ttm-btn-play:after, .ttm-btn-play:before, .tp-caption.skin-flat-button, .skin-flat-button, .ttm-video-play-btn, .ttm-video-btn .ttm-video-btn-play, .ttm-video-btn .ttm-video-btn-play:before, .ttm-video-btn .ttm-video-btn-play:after, .ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after, .ttm-search-overlay .ttm-site-searchform button, .ttm-rt-contact .ttm-custombutton, .sidebar .widget .tagcloud a:hover, .color-trigger, .ttm-header-icons .ttm-header-search-link a, .tooltip:after, [data-tooltip]:after, .newsletter-form input[type="submit"], .footer .social-icons li>a:hover, .about-overlay-01, .ttm-history-box-wrapper:hover .ttm-history-box-details, .featured-imagebox-team .social-icons, .progress-bar-color-bar_skincolor, .progress-bar-color-bar_skincolor.progress-bar:before, .featured-imagebox-portfolio .ttm-media-link a, .featured-imagebox-blog .ttm-box-post-date, .featured-icon-box.style5:before, .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a:before, .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a, .testimonial-slide.owl-theme.ttm-bgcolor-white .owl-dots .owl-dot span, .featured-imagebox-portfolio.style2 .featured-content, .featured-icon-box.style6:hover, .about-overlay-02, .about-overlay-03, .ttm-btn-bgcolor-grey:hover, .featured-imagebox-services:hover .featured-content, .accordion .toggle-title a.active, .sidebar .widget .widget-title:before, .widget.widget-search .form-group i, .ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover, .ttm-box-view-left-image .featured-content .category> a:hover, .blockquote:before, .ttm-tag-list span a:hover, .social-icons li>a:hover, .comment-list a.comment-reply-link:hover, .ttm-shop-icon .product-btn:hover, .widget-top-rated-products ins, div.product ul.tabs li a:before {
    background-color: #1962a7;
}

.terms-of-use-wrap {
    display: flex;
    /* gap: 130px; */
}

#txtruleheadingleft {
    background-color: #1962a7;
    color: white;
    font-size: 16px;
    padding: 30px;
    border-radius: 10px;
    margin: 5px 10% 5px 5px;
}

#txtruleheading {
    background-color: #1962a7;
    color: white;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
}

.terms-of-use-wrap > .right .terms-of-use-item:not(:last-child) {
    margin-bottom: 22px;
}

.terms-of-use-wrap > .right {
    flex-grow: 1;
}

.terms-of-use-wrap > .left {
    width: 360px;
    flex-shrink: 0;
    height: max-content;
    top: 82px;
    border-left: 1px solid var(--line);
}
/*responsive*/