@charset "utf-8";
/* CSS Document */

.my-content
{
	    width: 100%;
    display: block;
	height:500px;
	position:relative;
	top:-61px;
}
.slider-banner
{
	/*background-image:url(../images/slide1.jpg);*/
	width:100%;
	max-width:100%;
	min-height:100%;
	background-position:center;
	background-size:cover;
}
/*.second-banner
{
	background-image:url(../images/slide2.jpg);
	width:100%;
	max-width:100%;
	height:600px;
	background-position:center;
	background-size:cover;
}*/
.crousel-inner-content
{
	    width: 60%;
    max-width: 100%;
    text-align: center;
	margin:auto;
	padding:70px 0px;
}
.crousel-inner-content h2
{
	margin: 0px;
    font-size: 57px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.crousel-inner-content img
{
	width:auto !important;
	margin:auto;
	margin-bottom:10px;
}


.crousel-inner-content p
{
	margin: 0px;
    font-size: 22px;
    color: #d7d7d7;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 25px 0px 40px;
    font-weight: 400;
	text-transform:uppercase;
}
.crousel-inner-content a .btn
{
	border: 2px solid #195fbe;
	background-color:#195fbe;
    color: #fff;
    transition: all ease .25s;
    box-shadow: 0 0 0 0 #ff6543;
    padding: 15px 30px;
    font-size: 15px;
    border-radius: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.crousel-inner-content a .btn:hover
{
	transition: all 0.5s ease-in;
	    border: 2px solid #195fbe;
	background-color:#fff;
	color:#000;
}
.crousel-inner-content a .btn:hover a
{
	color:#000;
	text-decoration:none;
}
.my-content .owl-carousel, .my-content .owl-carousel .owl-stage-outer, .my-content .owl-carousel .owl-stage-outer .owl-stage, .my-content .owl-carousel .owl-stage-outer .owl-stage .owl-item
{
	height:100%;
}
.owl-carousel
{
	z-index:0 !important;
}
.owl-carousel .owl-dots
{
	text-align: center;
	margin: 10px auto 0px;
	position:absolute;
	bottom:25px;
	right:0;
	left:0;
}
.owl-carousel .owl-nav
{
	position: absolute;
    bottom: 67%;
    color: #fff;
	width:100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot:focus
{
	outline:none;
}
.owl-carousel .owl-nav button.owl-next span
{
	font-size: 4em !important;
    color: #fff;
    position: absolute;
    right: 20px;
	font-family: 'Poppins', sans-serif;
}
.owl-carousel .owl-nav button.owl-prev span
{
	font-size: 4em !important;
    color: #fff;
    position: absolute;
    left: 20px;
	font-family: 'Poppins', sans-serif;
}
.owl-carousel .owl-dots .owl-dot.active span
{
	    width: 35px;
    height: 3px;
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
}
.owl-carousel .owl-dots .owl-dot span
{
	width: 35px;
    height: 3px;
    display: inline-block;
    background-color: #232852;
    border-radius: 0;
    margin-right: 10px;
}

.main-menu>.menu__list>.menu__item>a i
{
	margin-left:2px;
}

.header-logo
{
	width:35%;
	padding-left:20px;
}

.servics-section-cstm
{
}

.footer-about-us .block__title
{
	margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.6;
}

.footer-content-custom
{
}
.footer-content-custom h5
{
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0px 10px;
}
.footer-content-custom .short-line
{
	    width: 15%;
    margin: 10px 0px;
    border: 2px solid #195fbe;
}
.footer-content-custom ul.cmn-list
{
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-content-custom ul.cmn-list li
{
	padding-bottom:10px;
}
.footer-content-custom ul.cmn-list li a
{
	    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4px;
    text-decoration: none;
}
.footer-content-custom ul.cmn-list li a i
{
	    display: none;
		margin-right:10px;
}
.footer-content-custom ul.cmn-list li a:hover i
{
	display:inline-block;
}

.footer-content-custom ul.add-list
{
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-content-custom ul.add-list li
{
	    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4px;
}
.footer-content-custom ul.add-list li i
{
	margin-right:10px;
}
.footer-content-custom p
{
	color: #fff;
    text-align: justify;
    letter-spacing: 0.6px;
}

.footer-content-custom ul.social-links
{
	list-style: none;
    padding: 0px;
    margin: 0px;
	margin-top:20px;
}
.footer-content-custom ul.social-links li
{
	display:inline-block;
}
.footer-content-custom ul.social-links li:not(:last-child)
{
	margin-right:10px;
}
.footer-content-custom ul.social-links li a i
{
	font-size:20px;
	    border: 1px solid #868686;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 32px;
}
.footer-content-custom ul.social-links li a
{
	    color: #fff;
    text-decoration: none;
}

.industry-solution-box
{
	text-align:center;
	margin-bottom:30px;
}
.industry-solution-box .icon-custom
{
	color:#fff;
	background-color: #195fbe;
    border-radius: 999px 999px 999px 999px;
    -moz-border-radius: 999px 999px 999px 999px;
    -webkit-border-radius: 999px 999px 999px 999px;
    -o-border-radius: 999px 999px 999px 999px;
    
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    word-spacing: 1px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}
.industry-solution-box .icon-custom:hover
{
	background-color:#195fbe;
	color:#fff;
}

.industry-solution-box .icon-custom:hover .circle-border
{
	transform: scale(1.18);
	border:1px solid #195fbe;
}

.industry-solution-box .circle-border
{
	background-color: rgba(0,0,0,0.021);
    border-color: rgba(0,0,0,0.05);
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #eeedec;
    height: 88px;
    left: 1px;
    position: absolute;
    z-index: 1;
    top: 1px;
    transition-duration: 225ms;
    -moz-transition-duration: 225ms;
    -webkit-duration: 225ms;
    -o-transition-duration: 225ms;
    transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    width: 88px;
	border-radius:100%;
}

.industry-solution-box h4
{
	text-transform: uppercase;
    margin-top: 25px;
    color: #195fbe;
}


.icon-bar {
  position: fixed;
  top: 50%;
  right:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:99999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram {
  background: #e30034;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.about-us-section
{
	width:90%;
	margin:auto;
	padding:50px 0px;
}

.about-us-content-cstm
{
	text-align:left;
	padding:0px 30px;
}
.about-us-content-cstm h2
{
	margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
	text-align:left;
	color:#333;
}
.about-us-content-cstm .short-line
{
	    width: 12%;
    margin: 10px 0px;
    border: 2px solid #195fbe;
}

.about-us-content-cstm h4
{
	margin:20px 0px;
	font-size:22px;
}

.about-us-content-cstm .img-container
{
	width:100%;
	text-align:center;
}
.about-us-content-cstm p
{
	text-align:justify;
}
.about-us-content-cstm p span
{
	font-weight:600;
}
.about-us-content-cstm a
{
	
    text-align: left;
    color: #185ebd;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-us-content-cstm ul{
    padding-left: 20px;
}
.about-us-content-cstm ul li{
   font-size: 14px;
   font-weight: 600;
}
.usp-content-cstm
{
	margin-top:10px;
	margin-bottom:20px;
}
.usp-content-cstm .usp-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	    height: 200px;
    padding: 10px;
	text-align: center;
	border: 2px solid #195fbe;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.usp-content-cstm .usp-item .usp-icon {
	width: 3.75rem;
	height: 3.75rem;
margin:0 auto .625rem
}
.usp-content-cstm .usp-item .usp-icon svg circle, .usp-content-cstm .usp-item .usp-icon svg path, .usp-content-cstm .usp-item .usp-icon svg rect {
	fill: #195fbe
}

.usp-content-cstm .usp-item:hover {
	background-color: #195fbe;
	color: #fff;
	border-color: #195fbe;
	padding:6px;
}
.usp-content-cstm .usp-item:hover .usp-icon {
	display: none
}
.usp-content-cstm .usp-item:hover .field--name-field-usp-title {
	display: none
}
.usp-content-cstm .usp-item:hover .field--name-field-usp-text {
	display: block;
	opacity: 1;
	font-size:13px;
}
.usp-content-cstm .usp-item .field--name-field-usp-title {
	font-family: "Trenda Bold", sans-serif;
	font-size: 1.25rem;
	line-height: 1.25
}
.usp-content-cstm .usp-item .field--name-field-usp-text {
	display: none;
	opacity: 0
}

.input-field-cstm
{
	margin-bottom:20px;
	border-radius:0px !important;
}
.message-box
{
}


.about-us-content-cstm ul.add-list
{
	list-style: none;
    padding: 0px;
    margin: 20px 0px;
}
.about-us-content-cstm ul.add-list li
{
	    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.4px;
}
.about-us-content-cstm ul.add-list li i
{
	margin-right:10px;
}
.about-us-content-cstm.profile-cstm{
    width: 100%;
    padding: 100px 30px;
}
.about-us-content-cstm.profile-cstm h4{
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid rgb(236, 235, 235);
    margin: 0;
    padding: 10px 10px;
}
.about-us-content-cstm.profile-cstm h5{
    margin: 0px 0;
    padding: 5px 0;
    border-bottom: 1px solid rgb(236, 235, 235);
}
.about-us-content-cstm.profile-cstm h5 a{
    font-size: 14px;
    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
}
.about-us-content-cstm.profile-cstm h5 a.active{
    background: #195fbe;
    color: #fff;
    border-radius: 5px;
}
.about-us-content-cstm.profile-cstm h5 a i{
    font-size: 20px;
    padding: 0px 0px 0 70px ; 
   
}
.about-us-content-cstm.profile-cstm h5 a:HOVER{
    background: #195fbe;
    color: #fff;
    border-radius: 5px;
}
.region-system{
    width: 100%;
    position: relative;
}
.region-system img{
 width: 100%;
}
.region-system .overlayer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 /10%);
    z-index: 1;
}
.region-system .text-about{
    position: absolute;
    bottom: 10%;
    left: 8%;
    width: 40%;
    background:rgba(33,39,64,.8);
    padding: 20px 30px;
    z-index: 2;
}
.region-system .text-about h2{
    color: #fff;
    text-align: left;
    font-size: 36px;
    margin: 0;
    font-weight: 500;
}
.region-system .text-about p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 0;
}
.short-line-1{
    width: 10%;
    margin: 0 auto 25px;
    background: #007bb5;
    height: 3px;
}