@font-face {
font-family: "Poppins", Sans-serif;
font-weight: 200;
src: local("Segoe UI Light");
}
@font-face {
font-family: "Poppins", Sans-serif;
font-weight: 300;
src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Poppins", Sans-serif;
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}


/* Global styles
================================================== */

html{ 
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #6A6A6A;
	background: #fff;
	font-family:'Segoe UI';
}

h1, h2, h3{
	color: #323232;
	font-family: "Poppins", Sans-serif;
}

.body-inner{
	position: relative;
	overflow: hidden;
}

a:link,
a:visited{
    text-decoration: none;
}


a:hover{
	text-decoration: none;
	color: #000;
	font-family: "Poppins", Sans-serif;
}

a.read-more{
	color: #323232;
}

section{
	padding: 0px 0;
	position: relative;
}

.ts-padding {
  padding: 0px;
}

.no-padding{
	padding: 0;
}

.media>.pull-left{
	margin-right: 20px;
}

.heading{
	padding-bottom: 50px;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-family:'Segoe UI';
}


.gap-60 {
	clear: both;
	height: 60px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

a:focus{
	outline: 0;
}


/* Typography
================================================== */

body, p{
	font-family: "Poppins", Sans-serif;
	font-weight: 400; 
	font-size: 15px;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", Sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

ul{ padding: 0px; margin: 0px; font-family: "Poppins", Sans-serif;}

h1{
    font-size: 36px;
    line-height: 48px;
}

h2{ font-family: "Poppins", Sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

h3{ font-family: "Poppins", Sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h4{ font-family: "Poppins", Sans-serif;
    font-size: 18px;
    line-height: 28px;
}

h5{ font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px;
}

/* Button variation */

.btn.btn-primary{
	color: #323232;
	border-radius: 50px;
	padding: 10px 30px;
	background: none;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn.btn-primary:hover{
	color: #fff;
}

.btn.btn-primary.white{
	border: 2px solid #fff;
	color: #fff;
}

.btn.btn-primary.white:hover{
	border: 2px solid transparent;
}

.btn.btn-primary.square{
	border-radius: 0;
	color: #fff;
}

.btn.btn-primary.solid{
	color: #fff;
}


.btn.btn-primary.solid.blank:hover{
	color: #333;
}

.btn.btn-primary.solid:hover{
	background: none;
}

ul.circle, ul.check-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.circle li{
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;

}

ul.circle li:before{
	content: "\f111";
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	position: absolute;
	left: -33px;
	top: 5px;
}

ul.unstyled{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

ul.check-list li{
	margin-bottom: 5px;
}

ul.check-list li i{
	margin-right: 10px;
	font-size: 14px !important;
}

ul.arrow li:before{
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
}

blockquote p{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	color: #959595;
}

blockquote {
	margin: 20px 0;
}



/* Common styles
================================================== */

/* Angle */

.angle:before {
	background: #fff;
	height: 75px;
	top: -37px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transform: skew(0deg,2deg);
	-moz-transform: skew(0deg,2deg);
	-ms-transform: skewX(0deg) skewY(2deg);
	-o-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
}

.portfolio.angle:before{
	background: #f5f5f5;
}

.portfolio.angle{
	padding-bottom: 120px;
}

.clients.angle{
	padding: 120px 0;
}

/* Parallax */

.parallax {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed !important;
	padding: 110px 0;
	color: #fff;
	position: relative;
	width: 100%; float: left;
}

.parallax h2, .parallax h3{
	color: #fff;
	margin-top: 0;
}
.parallax .btn{
	color: #fff;
}

.parallax-overlay {
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    /*background: url(../images/svg/iner_bg1.png) left top no-repeat;*/
    background-size: cover;
    height: 700px;
    z-index: 9;
}

.parallax h3{
	margin-bottom: 30px;
}

.parallax1{
	background: url(../images/parallax/parallax1.jpg) no-repeat;
}

.parallax2{
   background: #fff;
}

.parallax3{
	background: url(../images/parallax/parallax3.jpg) no-repeat;
}

.parallax4{
	background: url(../images/parallax/parallax4.html) no-repeat;
}

.parallax .btn.solid {
	margin-left: 10px;
}


/* Deafult title */

.title-icon{
	font-size: 32px;
	margin-right: 15px;
	margin-top: 9px;
	color: #959595;
}

.title-icon.classic{
	margin-top: 0;
}

.title{
	position: relative;
	margin: 0;
	line-height: 32px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #001D3F;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-top: 0;
 }

 .title.classic{
	line-height: 40px;
  	height: 34px;
}

 .title-desc{
 	font-family: "Poppins", Sans-serif;
 	font-size: 16px;
 	line-height: 18px;
 	font-weight: 400;
 	text-transform: capitalize;
 	display: block;
 	color: #6A6A6A
 }

/* Title style 2 */

.title2{
	position: relative;
	margin-top: 30px;
}

.title2:after{
	content: '';
	width: 150px;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	height: 3px;
	background: #dedede;
	position: absolute;
}

.title2 .title-desc{
	padding-top: 30px;
}


/* Title border */

.title-border{
	line-height: normal;
	margin-top: 0;
}

.widget-title{
	margin-bottom: 25px;
	font-size: 20px;
	margin-top: 0;
}

.post-title{
	font-size: 24px;
	line-height: normal;
	text-transform: capitalize;
}

.post-title a{
	color: #323232;
}

.long-desc{
	font-size: 16px;
}


/* Icon pentagon */

.icon-pentagon{
	display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    line-height: 32px;
}

.icon-pentagon:hover{
	color: rgba(0,0,0,.5);
}

.icon-pentagon:before{
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	top: -10px;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.icon-pentagon:after {
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	bottom: -10px;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.icon-pentagon i{
	font-size: 17px;
	line-height: 24px;
}

.service-icon {
	height: 46px;
	width: 90px;
	margin-bottom: 30px;
}
.service-icon:before {
	border-left: 45px solid rgba(0, 0, 0, 0);
	border-right: 45px solid rgba(0, 0, 0, 0);
	top: -30px;
}
.service-icon:after {
	border-left: 45px solid rgba(0, 0, 0, 0);
	border-right: 45px solid rgba(0, 0, 0, 0);
	bottom: -30px;
}

.service-icon i {
	font-size: 36px;
	line-height: 46px;
}

/* Carousel controller */

.carousel-control{
	width: auto;
}
.ts-carousel-controller{
	text-align: center;
	padding-top: 50px;
	z-index: 1;
	position: relative;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right, 
.owl-controls .owl-prev, 
.owl-controls .owl-next{
	cursor: pointer;
	background: #f6f6f6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
.owl-controls .owl-next{
	margin-left: 6px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover, 
.owl-controls .owl-next:hover{
	color: #fff;
}

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

/* Input form */

.form-control{
	box-shadow: none;
	border: 1px solid #dedede;
	padding: 6px 20px;
	height: 50px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 4px;
}

.form-control:focus{
	box-shadow: none;
}

/*-- Flex slider --*/

.portfolio-slider .flexslider,
.ts-flex-slider .flexslider{
	border: 0;
	box-shadow: none ;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a{
	opacity: 0;
	background: #000;
	color: #fff !important;
	text-align: center;
	text-shadow: none;
	line-height: 40px;
}

.portfolio-slider .flex-direction-nav a:before{
	font-size: 32px;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
	color: #fff;
	opacity: 1;
}

.flexportfolio.flexslider .slides img{
	height: auto;
}

/*-- Pagination --*/

.pagination li a{
	border-radius: 0 !important;
	margin-right: 8px;
}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
	color: #fff;
	border: 1px solid transparent;
}

/* Header area
================================================== */

/*-- Header style 1 --*/

.header-solid{
	background: #fff;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2); */
}

.header-solid ul.navbar-nav > li > a{
	color: #000;
}

/*-- Logo --*/

.navbar-header{
	z-index: 9999;
}

.navbar-brand.navbar-bg{
	position: absolute;
    left: 0;
    padding: 2px 15px 10px;
    width: 18%;
    height: 62px;
    line-height: 60px;
    margin-left: 10px;

}

.navbar-brand img{
	float: right;
	padding: 9px 0 0px 0px;

}


/* Main navigation */

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-right{
	padding-right: 0;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.navbar-toggle{
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}

ul.navbar-nav > li {
    margin-top: 10px;
    margin-bottom: 22px;
}

ul.navbar-nav > li > a {
    font-family: "Poppins", Sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    line-height: 10px;
    font-weight: 600;
    padding-left: 34px;
    padding: 15px;
    margin-top: 7px;
}
}

ul.navbar-nav > li:last-child a{
	padding-right: 0;
}

ul.navbar-nav > li.active > a,
ul.navbar-nav > li > a:hover{
    

}

.active {
	color: #1D5C97 !important;
    --color: #FFF !important;
    font-weight: 600 !important;
    
}
 /* background:#dfe0e5;
  overflow:hidden;
  border-left:2px solid #00f;*/
  
}

ul.navbar-nav > li > a i{
	font-weight: 700;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}

/* Dropdown */

.dropdown-menu{
	border: 0;
	border-radius: 0px;
	width: 100%;
	box-shadow: none;
	background: none;
	min-width: 365px;
}

.dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -3px;
    box-shadow: 0 2px .09px rgba(0, 0, 0, 0.15);
    width: 151px;
    margin-left: -4px;
    background: #f9f8f8;
    border-radius: 10px;
}


.dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding: 15px 0px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.dropdown-menu > ul > li.active > a{
	
}

.dropdown-menu > ul > li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu > ul > li>a:hover, 
.dropdown-menu > ul > li>a:focus{
	background: none;
}

.nav>li.megamenu{ 
	position: static;
}

.nav>li.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding:20px !important;
	z-index: 1000;
	border-radius: 0;
	top: auto;
}

.nav>li.megamenu .dropdown-menu ul{
	margin-top: 4px;
	padding: 20px;
}


/* Header Style - 2
================================================== */

.header2{
	padding: 8px 0;
}

.header2 .navbar-brand{
	background: none;
	padding-top: 3px;
}

/*-- Header bgnone fixed --*/

.header-bgnone{
	padding: 5px 0;
	width: auto;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header-bgnone ul.navbar-nav > li:hover > a,
.header-bgnone ul.navbar-nav > li.active > a{
	color: #000;
}


/* Header Style - 3
================================================== */

.header3{
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header3 .navbar-brand{
	padding-top: 10px;
}

.header3 ul.navbar-nav > li > a{
	padding-top: 30px;
	padding-bottom: 25px;
	color: #333;
}

.header3 ul.navbar-nav > li:last-child a{
	padding-right: 15px;
}

.header3 .navbar-collapse{
	padding-right: 30px;
}


/* Header Style - 4
================================================== */

.header4{
	background: #fff;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header4 .navbar-brand{
	padding-top: 10px;
}

.header4 ul.navbar-nav > li > a{
	padding-top: 30px;
	padding-bottom: 25px;
	color: #333;
}



/* Slideshow
================================================== */

/*-- Main slide --*/

.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#main-slide .item img{
	width: 100%;
	-webkit-backface-visibility: hidden;

}

#main-slide .item{
	-webkit-backface-visibility: hidden;
}

#main-slide .item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 70px;
}

.carousel-indicators li{
	width: 30px !important;
	height: 10px !important;
	margin: 1px !important;
	border-radius: 0 !important;
	background: rgba(255,255,255,.5);
	border: 1px solid #838383;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    -moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right{
	opacity: 1;
	filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left{
	left: 20px;
}

#main-slide:hover .carousel-control.right {
	right: 20px;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: none;
	color: #20211c;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border: 1px solid #20211c;
	border-radius: 100%;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
	border: 1px solid rgba(0,0,0,.3);
}

#main-slide .slider-content h2{
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
}

#main-slide .slider-content h3{
	font-size: 28px;
	margin-top: 40px;
	color: #fff;
}

.slider.btn{
	padding: 10px 35px;
	margin-top: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.slider.btn.solid{
	margin-left: 15px;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation */
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2,
 .flex-active-slide .animated2{
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3,
.flex-active-slide .animated3 {
	-webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
	animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.carousel .item.active .animated4,
.flex-active-slide .animated4 {
	-webkit-animation: flipInX 2s ease-in 800ms both;
	animation: flipInX 2s ease-in 800ms both;
}

.carousel .item.active .animated5,
.flex-active-slide .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6,
.flex-active-slide .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7,
.flex-active-slide .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8,
.flex-active-slide .animated8{
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}


/* Flex slider */

.ts-flex-slider{
    position: relative;
}

.ts-flex-slider .flexSlideshow{
	width: 100%;
	overflow: hidden;
}


.overlay2{
    position: relative;
}

.overlay2 img{
	width: 100%;
}

.overlay2::before {
    position: absolute;
    content: '';
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/overaly.png);
}

.ts-flex-slider .flexslider .slides{
    z-index: 0;
}

.ts-flex-slider .slider-content{
    z-index: 3;
}


.ts-flex-slider .flex-direction-nav a {
	width: 55px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
}

.ts-flex-slider .flex-direction-nav a.flex-next{
	border-radius: 3px;
}

.ts-flex-slider .flex-direction-nav a.flex-prev{
	border-radius: 3px;
}


/* Services
================================================== */

.service{
	padding-top: 40px;
	width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 50px;
}

.service h2 {
    color: #000;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    text-transform: math-auto;
    margin-bottom: 40px;
}

.service-heading {
	padding-bottom: 30px;
	text-align: center;
}

.service-content {
    margin-top: 30px;
    padding: 8px;
    text-align: center;
    min-height: 450px;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 4px 4px 36px 0px rgba(17, 78, 170, 0.14);
}

 .service-content:hover{background: #fff;}



  .service-content a:hover{ color: #ffff; }

  .service-content h3:hover{}

.service-content h3 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin: 12px 0 0 0;
    text-transform: capitalize;
}

.service-content a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 60px;
    background: #528ACA;
    box-shadow: 0px 4px 9.5px 0px rgba(82, 138, 202, 0.31);
    color: #fff;
    padding: 5px 26px;
    float: right;
}


/* Feature box
================================================== */

.feature-icon{
	font-size: 28px;
  	margin-top: 5px;
}

.feature-content{
	padding-right: 0px;
	padding-left: 55px;
}

.feature-content h3{
	margin-top: 0;
    font-size: 20px !important;
    color: #262626;
    text-transform: initial;
    font-weight: bold;
}


/* Feature center */

.feature-center-content .feature-center-icon{
	font-size: 72px;
	margin-bottom: 5px;
	display: inline-block;
}

.feature-center-content h3{
	font-size: 18px;
}


/* Image Block
================================================== */

.image-block {
    width: 100%;
    float: left;
   /* background: url(../images/svg/ms1.png) left top no-repeat;*/
    background-size: 100% 100%;
    padding: 0px 0 0 0;
}

.img-block-right{
	padding-right: 40px;

}


.gradient_mn{
 height: 573px;
   padding: 20px 20px;}


.img-block-head h2{
	font-size: 18px;
	line-height: normal;

	margin: 5px 0 0 0;
}

.img-block-head h3{ color: #001D3F;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 100%;
text-align: left;
margin-top: 0;
}
.img-block-head p{ color: #001D3F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160.3%; text-align: left; }

.image-block-content{
	padding: 0 25px 0 35px;
	margin-bottom: 30px;
	    text-align: justify;
}

.image-block-content .feature-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}

.image-block-content .feature-content{
	padding-left: 0px;
}

.image-block-content .feature-content h3{
	margin-bottom: 10px;
}




/* About us
================================================== */


/* Landing Tab */

.landing-tab{
	position: relative;
	z-index: 10;
}

.landing-tab .nav-tabs{
	border-right: 1px solid #e7e7e7;
	padding: 25px 0;
	border-bottom: 0;
}

.landing-tab .nav-tabs>li.active{
	margin-right: -3px;
}

.landing-tab .nav-tabs>li.active .tab-info h3{
	color: #323232;
}

.landing-tab .nav-tabs>li{
	padding: 15px 0;
}

.landing-tab .nav-tabs>li>a{
	background: none !important;
	border-radius: 0;
	padding: 0 15px 0;
	color: #6A6A6A !important;
	position: relative;
	border: 0 !important;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.landing-tab .nav-tabs>li>a:hover{
	background: none;
}


.landing-tab .tab-icon{
	font-size: 28px;
	display: inline-block;
}

.landing-tab .tab-info{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 70px;
	top: 50%;
	margin-top: -12px;
}

.landing-tab .tab-info h3{
	font-size: 18px;
	line-height: normal;
	margin: 0;
	color: #6A6A6A
}


.landing-tab .tab-pane h3{
	margin-top: 0;
	line-height: normal;
}

.landing-tab .tab-pane h3.text-center{
	margin-bottom: 25px;
}

.landing-tab .tab-pane{
	padding-left: 95px;
	text-align: justify;
}

.landing-tab .tab-pane i.big{
	font-size: 200px;
	margin-bottom: 30px;
	display: block;
}



/* Featured Tab */


.featured-tab{
	padding: 30px 0;
}

.featured-tab .nav-tabs{
	border-bottom: 0;
}

.featured-tab .nav-tabs>li.active>a{
	color: #fff;
}

.featured-tab .nav-tabs>li.active>a:after{

}

.featured-tab .nav-tabs>li>a{
	background: #f2f2f2;
	border-radius: 0;
	padding: 0 15px 0;
	color: #323232;
	position: relative;
	border: 0 !important;
	line-height: 52px;
	height: 52px;
	margin-bottom: 3px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 11px;
}

.featured-tab .nav-tabs>li>a:after{
	left: 100%;
	border: transparent solid;
	content: " ";
	position: absolute;
	border-width: 25px;
	top: 50%;
	border-left-color: #f2f2f2;
	margin-top: -25px;
		-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-tab .nav-tabs>li>a:hover{
	color: #fff;
}
.featured-tab .nav-tabs>li>a:hover:after{

}

.featured-tab .nav-tabs>li.active>a,
.featured-tab .nav-tabs>li.active .tab-info h3,
.featured-tab .nav-tabs>li>a:hover .tab-info h3{
	color: #fff !important;
}

.featured-tab .tab-icon{
	font-size: 28px;
	display: inline-block;
}

.featured-tab .tab-info{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 37px;
	top: 50%;
	margin-top: -12px;
}

.featured-tab .tab-info h3{
	font-size: 15px;
	line-height: normal;
	margin: 0;
	text-transform: capitalize;
}

.featured-tab .tab-pane img.pull-left{
	margin: 0 30px 10px 0;
}

.featured-tab .tab-pane img.pull-right{
	margin: 0 0 0 15px;
}
.featured-tab .tab-pane h3{
	margin-top: 0;
	line-height: normal;
	text-align: left;
	font-size: 20px;
}

.featured-tab .tab-pane h3.text-center{
	margin-bottom: 25px;
}

.featured-tab .tab-pane{
	padding-left: 25px;
	text-align: justify;
}

.featured-tab .tab-pane i.big{
	font-size: 230px;
}




/* Portfolio
================================================== */

.portfolio{
	background: #f5f5f5;
	padding-bottom: 0;
}

#main-container.portfolio{
	background: none;
}

/*-- Isotope Portfolio start --*/

#isotope .isotope-item{
	padding:0;
}

.isotope-nav {
  	margin: -80px auto 80px;
  	display: inline-block;
  	float: right;
  	position: relative;
  	z-index: 100;
}

.isotope-nav ul{
	list-style: none;
	margin: 0;
}

.isotope-nav ul li{
	float: left;
	margin-right: 10px;
}

.isotope-nav ul li a{
	color: #323232;
  	padding: 5px 15px 8px;
  	border: 1px solid #ddd;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.isotope-nav ul a.active, 
.isotope-nav ul a:hover{
	color: #fff;
	position: relative;
	border: 1px solid transparent;
}

.isotope-nav ul a.active:after, 
.isotope-nav ul a:hover:after{
  	position: absolute;
  	content: " ";
  	width: auto;
  	height: auto;
  	bottom: -13px;
  	margin-left: -8px;
  	left: 50%;
  	border-width: 7px;
  	border-style: solid;
}

#isotope .isotope-item .grid{
	position: relative;
	margin-bottom: -8px;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	width: 100%;
	height: 100%;
}
.grid figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar {
	background: #000;
	background: rgba(0,0,0,.8);
}

figure.effect-oscar img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-oscar figcaption {
	padding: 2.5em;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid rgba(255,255,255,.3);
	content: '';
}

figure.effect-oscar h3 {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	margin: 25% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar a{
	color: #fff;
	font-size: 18px;
	margin: 20px 5px 0;
	display: inline-block;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}


figure.effect-oscar a.link i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
	opacity: 0;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.5);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}


/* Portfolio box */

.portfolio-box{
	padding-bottom: 80px;
}

.portfolio-box .isotope-nav{
	margin: 0 auto 60px;
	float: none;
}


/* Portfolio details */

.portfolio-static-item{
	padding-bottom: 20px;
}

.portfolio-static-item figure.effect-oscar a{
	margin-top: 70px;
}

.portfolio-static-desc h3{
	font-size: 16px;
	margin: 5px 0 -5px 0;
	line-height: normal;
}

.portfolio-static-desc a{
	color: #6A6A6A;
}


/* Portfolio details */

.portfolio-desc h3{
	margin-top: 0;
}
.portfolio-desc .project-btn{
	margin-top: 20px;
	padding: 8px 25px;
}



/* Counter
================================================== */


.facts-wrapper{
	background: #2a2d32;
	color: #fff;
}

.facts {
  	position: relative;
  	padding: 46px 40px 30px;
  	-moz-transition: all 300ms ease;
  	-webkit-transition: all 300ms ease;
  	-ms-transition: all 300ms ease;
  	-o-transition: all 300ms ease;
  	transition: all 300ms ease;
}

.facts:hover{
	background: #000 !important;
}

.facts.one{
	background: rgba(0,0,0,.3);
}

.facts.two{
	background: rgba(0,0,0,.2);
}

.facts.three{
	background: rgba(0,0,0,.15);
}

.facts.four{
	background: rgba(0,0,0,.09);
}

.facts i{
	font-size: 36px;
	text-shadow: 1px 3px 3px rgba(0,0,0,0.3);
}

.facts-num span{
	font-size: 42px;
  	font-weight: 700;
  	margin-top: 20px;
  	display: inline-block;
}

.facts h3{
	font-size: 18px;
	margin-top: 8px;
	color: #fff;
}


/* Counter parallax bg */

.ts_counter_bg .facts{
	padding: 0 15px;
}
.ts_counter_bg .facts:hover{
	background: none !important;
}

.ts_counter_bg .facts-num span{
	margin: 30px 0 20px;
}

.ts_counter.elements .facts{
	padding: 15px;
}

/* Team
================================================== */

.img-hexagon span {
    position: absolute;
    display: block;
    float:left;
	border-left: 120px solid #fff;
	border-right: 120px solid #fff;
}

.img-top {
	top: 0;
	border-top: 0px solid transparent;
 	border-bottom: 75px solid transparent;
}

.img-bottom{
	bottom: 0px;
	border-bottom: 0px solid transparent;
	border-top: 75px solid transparent;
}

.img-hexagon {
    width: 240px;
    height: 250px;
    position: relative;
    display: inline-block;
}
.img-hexagon img{
	width: 100%;
	height: 100%;
}


.team-content h3{
	margin-bottom: 0;
	font-size: 20px;
}

.team-content p{
	color: #959595;
}

.team-social a{
	background: #d5d5d5;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-social a.fb:hover{
	background: #325c94;
}

.team-social a.twt:hover{
	background: #00abdc;
}

.team-social a.gplus:hover{
	background: #dd4b39;
}

.team-social a.linkdin:hover{
	background: #007bb6;
}

.team-social a.dribble:hover{
	background: #ea4c89;
}


/* Team list */

.team-list .img-hexagon{
	float: left;
	margin-right: 30px;
}


/* Team list square */

.team-list-square .img-square{
	float: left;
	margin-right: 30px;
}


/* Pricing table
================================================== */

.pricing{
	padding-bottom: 80px;
}

.plan {
	border: 1px solid #dedede;
}

.plan-name { 
	display: block; 
	font-size: 24px; 
	line-height: 30px; 
	font-weight: 700;  
	padding: 20px 0; 
	color: #959595;
}

.plan-price { 
	font-size: 48px; 
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
	background: #f2f2f2;
}

.plan-price:after{
	bottom: -30px;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-width: 15px;
	border-top-color: #f2f2f2;
	left: 50%;
	margin-left: -16px;
}

.plan.featured .plan-name{
	color: #323232;
}

.plan.featured .plan-price{
	color: #fff;
}
.plan.featured .plan-price:after{

}

.plan-price .currency { 
	top: -0.9em;
	font-size: 50%;
	left: -0.01em;
	font-weight: 700;
}

.plan-name small{
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.plan-price strong{
	
}

.plan-price sub{
	font-size: 18px;
	font-weight: 700;
}

.plan ul { 
	background: #fff; 
	padding: 0;
	margin-bottom: 0;
}

.plan ul li {
	border-top: 1px dashed #dedede;
	padding: 12px 29px;
	font-weight: 500;
}

.plan ul li:first-child { 
	border-top: 0 !important;
}

.plan a.btn { 
	color: #323232;
	background: #fff;
	margin-top: 25px;
	margin-bottom: -20px;
	padding: 8px 30px;
}
.plan a.btn:hover{
	color: #fff;
}


/* Testimonial
================================================== */

.testimonial-thumb img{
	border: 1px solid #8E8E8E;
	padding: 3px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.testimonial-slide .testimonial-content h3.name{
font-size: 24px;
    color: #2b2b2b;
    margin: 10px 0;
    font-weight: bold;
}

.testimonial-slide .testimonial-content h3 span{
	display: block;
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 400;
	margin-top: -10px;
}

.testimonial-slide .owl-buttons{
	display: none;
}

.testimonial-slide .testimonial-text{
	font-size: 16px;
	line-height: 24px;
	max-width: 800px;
	padding-top: 30px;
	display: inline-block;
	position: relative;
	color: #2b2b2b;
}

.testimonial-slide .testimonial-text:before{
	content: '\f10d';
	font-family: FontAwesome;
	padding-right: 10px;
}
.testimonial-slide .testimonial-text:after{
	content: '\f10e';
	font-family: FontAwesome;
	padding-left: 10px;
}

.testimonial-slide.owl-theme .owl-controls .owl-page span{
	background: none;
	border: 1px solid #0a2b52;
	opacity: .7;
}

.testimonial-slide.owl-theme .owl-controls .owl-page.active span{
	border: 1px solid transparent;
}

/* Video block
================================================== */

.featured-video{
	background: #fff;
}

.video-block-head h2{
	font-size: 16px;
	margin: 0;
	line-height: normal;
}

.video-block-head h3{
	font-size: 24px;
	line-height: normal;
	margin: 0;
}

.video-block-content{
	padding: 10px 0;
}

.video-block-content h3{
	margin: 0;
	line-height: normal;
}

.video-block-content .btn.btn-primary{
	color: #fff;
	margin: 5px 0 0 40px;
	padding: 8px 25px;
}

.video-block-content .btn.btn-primary:hover{
	color: #333;
}


/* Recent Post
================================================== */

.post-img-wrapper{
	position: relative;
}

.post-img-overlay{
	position: relative;
	display: inline-block;
}

.post-img-overlay::before {
	position: absolute;
	border-radius: 1px;
	background-color:rgba(0,0,0,0);
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
  	-moz-transition: all 0.35s;
  	-o-transition: all 0.35s;
  	transition: all 0.35s;
}

.post-img-overlay:hover::before{
	background-color:rgba(0,0,0,.5);
}	

.post-img-overlay a{
	position: absolute;
	right: 0;
	color: #fff;
	background: #666666;
	padding: 15px 20px;
  	opacity: 0;
  	-webkit-transition: all 0.35s;
  	-moz-transition: all 0.35s;
  	-o-transition: all 0.35s;
  	transition: all 0.35s;
}

.post-img-overlay a.link{
	right: 0;
	-webkit-transition:  -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.post-img-overlay:hover a.link{
	left: 0;
	right: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}
.post-img-overlay a.view{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}
.post-img-overlay:hover a.view{
	bottom:0;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.recent-post{
	padding: 0 15px;
}
.recent-post .post-body h3{
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 700;
}

.recent-post .post-body h3 a{
	color: #323232;
}

.recent-post .post-body .post-meta a{
	font-weight: 400;
	font-size: 13px;
}

.recent-post .post-body .post-meta span,
.recent-post .post-body .post-meta span i{
	padding-right: 5px;
}

.recent-post .post-excerpt{
	padding-top: 10px;
}

.recent-post .post-excerpt a.read-more{
	padding: 6px 18px;
	border-width: 1px;
	font-size: 12px;
	margin-top: 10px;
}


/* Clients
================================================== */

.clients{
	color: #fff;
	padding-bottom: 80px;
}
.clients-content{
	padding: 40px 0;
}

.clients h2.title{
	border-left: 0;
	color: #fff;
}

.client-carousel .item a{
	margin-right: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	display: inline-block;
	padding: 1px;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}


/* Twitter
================================================== */

.ts_twitter{
	padding: 100px 0;
}
.twitter-feed .twitter-icon{
	
}

.twitter-feed .twitter-icon i{
	font-size: 78px;
	color: #1dcaff;
}

.twitter-feed .tweet a{
	color: #1dcaff; 
}

.twitter-feed .tweet a:hover{
	color: #000;
}

.twitter-feed .tweet p{
	font-size: 18px;
	font-style: italic;
	padding-top: 20px;
}

/* Contact
================================================== */

#contact-form{
	margin-top: 0px;
}
#contact-form label{
	font-weight: normal;
}

.map-wrapper{
	position: relative;
}

.map {
	height: 400px;
	z-index: 1;
}

.contact-info-inner h3{
	margin-bottom: 25px;
	font-size: 24px;
	color: #fff;
}

.contact-info h3{
	margin-top: 42px;
	font-size: 24px;
}

.contact-info p{
	font-size: 18px;
}

.contact-info i{
	font-size: 18px;
	margin-right: 10px;
}

/* Contact inside Map */
.contact-info-inner {
	position: absolute;
	color: #fff;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.7);
	padding: 25px 30px;
	max-width: 400px;
	max-height: 400px;
	text-align: left;
}

.contact-info-inner p{
	overflow: hidden;
	margin-bottom: 25px;
}

.contact-info-inner p strong{
	display: block;
}

.contact-info-inner i{
	margin-right: 20px !important;
	font-size: 24px;
	margin-top: 5px;
}


/* Footer
================================================== */

.footer {
   padding: 20px 0 15px;
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 100%;
    float: left;

}

.footer-logo{
	margin-bottom: 20px;
}

.footer-map{
	padding-bottom: 60px;
}

.footer2{
	background: #2e2e2e;
}

.footer .widget-title{
	color: #2b2b2b;
	font-weight: 600;
}

.footer .social-icon{
	padding: 10px 0 20px;
}


/* Latest Post */

.footer-widget .latest-post-image img{
  	width: 80px;
  	height: 80px;
  	border-radius: 100%;
  	border: 4px solid rgba(255,255,255,.5);

}

.footer-widget .latest-post-content h4 a{
	color: #fff;
}

.latest-post-items{
	margin-bottom: 10px;
}

.latest-post-image img{
	width: 70px;
	height: 60px;
}

.footer-widget .post-meta, .footer-widget .post-meta a{
	color: #fff;
}

.latest-post-content h4{
	font-size: 14px;
  	line-height: normal;
}


/* Image Gallery */

.footer-widget .img-gallery{
	margin-top: 5px;
	display: inline-block;
}

.img-gallery a.thumb-holder{
	overflow: hidden;
	position: relative;
}

.img-gallery a.thumb-holder img {
	margin: 0 15px 15px 0;
  	display: inline-block;
  	width: 95px;
  	height: 85px;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.img-gallery a.thumb-holder:hover img{
	opacity: 0.7;
}


.footer2 .img-gallery a.thumb-holder img{
	width: 90px;
  	height: 75px;
}


/* Footer about us */

.footer-about-us h4{
	font-size: 16px;
	margin-bottom: 0;
	line-height: normal;
}

.subscribe{
	margin-top: 20px;
}

.subscribe input.form-control{
	border: 1px solid rgba(255, 255, 255, .1);
}

.subscribe .input-group-addon{
	background: none;
	border-radius: 0;
	border: 0;
	padding: 0;
}

.subscribe button{
	padding: 13px 20px;
	color: #fff;
}

.subscribe button:hover{
	background: #222;
	color: #fff;
}

.subscribe button i{
	font-size: 20px;
}


/* Footer links */

.footer ul li {
    color: #fff;
    padding-bottom: 1px;
    margin-bottom: 20px;
    width: 47%;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer ul.arrow li{
	width: 50%;
	float: left;
}

ul.arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

.footer ul li a{
	color: #fff;
	font-weight: 300;
}

/* Copyright
================================================== */

#copyright{
	padding: 12px 0;
	background: #528aca;
	color: #fff; width: 100%; float: left;
}

.copyright-info{
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,.15);
	max-width: 850px;
	margin: 5px auto 0;
	padding-top: 0px;
}

.copyright.angle:before{
	background: #528aca;
	height: 50px;
  	top: -25px;
  	-webkit-transform: skew(0deg,-2deg);
  	-moz-transform: skew(0deg,-2deg);
  	-ms-transform: skewX(0deg) skewY(-2deg);
  	-o-transform: skew(0deg,-2deg);
  	transform: skew(0deg,-2deg);
}

.footer-social{
	position: relative;
	z-index: 10;
}

.footer-social .icon-pentagon i{
	font-size: 16px;
}

/* Footer sytle 2 */

.footer2 .social-icon{
	padding-bottom: 15px;
}

.footer2 .copyright-info{
	color: #323232;
	border-top: 1px solid #e7e7e7;
}


#back-to-top {
	right: 40px;
	top: auto;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}

#back-to-top.affix {
	bottom: 60px;
}

#back-to-top .btn.btn-primary{
	border-radius: 100%;
	padding: 0;
	font-size: 20px;
	width: 40px;
	height: 40px;
	background: #528aca;
	color: #fff;
	opacity: .9;
}

#back-to-top .btn.btn-primary:hover{
	color: #fff;
	opacity: 1;
}


/* Sub pages
================================================== */

/* Banner area */

#banner-area{
	position: relative;
	padding: 120px 0;
}

.banner-title-content{
	position: absolute;
	top: 40%;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.banner-title-content h2{
	color: #000;
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 135.3%; 
text-transform: capitalize;
}

.banner-title-content p {
    font-size: 16px;
    color: #000;
    margin:16px;
}

.banner-title-content .breadcrumb{
	background: none;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.banner-title-content .breadcrumb a:hover{
	color: #ccc;
}

/* About Us */

.about-message{
	background: #f4f4f4;
	min-height: 374px;
}

.about-message ul li a{
	color: #6A6A6A;
}



/* Services */

/* Call to Action */

.call-to-action{
	color: #fff;
	padding: 40px 0;
}

.call-to-action.dark{
	background: #2a2d32;
}

.call-to-action h3{
	color: #fff;
	float: left;
	margin: 10px 0 0;
  	font-size: 20px;
}

.call-to-action .btn.btn-primary.white:hover{
	background: #000;
}

.call-to-action .btn.btn-primary.solid{
	margin-left: 15px;
}

/* Career */

.panel.panel-default{
	margin-top: 20px;
}



h4.panel-title a:before,
h4.panel-title a.collapsed:before{
	font-family: FontAwesome;
	z-index: 0;
	font-size: 16px;
	left: 0;
	padding: 0 5px;
	text-align: center;
	float: right;
    text-align: right;
}

h4.panel-title a:before {
	content: "\f056";
}

h4.panel-title a.collapsed:before {
	content: "\f055";
}

.panel-body ul{
	padding-left: 35px;
}

.panel-group .btn.btn-primary.solid:hover{
	color: #333;
}


/* Testimonial */

.ts-testimonial-content {
	position: relative;
  	padding: 30px 30px 15px 30px;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #e7e7e7;
  	margin-bottom: 40px;
}


.ts-testimonial-content:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 45px;
	border-style: solid;
	border-width: 40px 0px 0 30px;
	border-color: #e7e7e7 transparent;
	display: block;
	width: 0;
	z-index: 1;
}


.ts-testimonial-content img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.ts-testimonial-text{
	padding-left: 110px;
}

.ts-testimonial-author{
	position: absolute;
	bottom: -60px;
	left: 90px;
}

.ts-testimonial-author h3.name {
	font-size: 14px;
	margin: 10px 0 0;
}

.ts-testimonial-author h3 span {
	display: block;
	font-size: 13px;
	margin-top: -10px;
	text-transform: capitalize;
  	color: #555;
}


/* Faq Page */

.faq-box{
	margin-bottom: 45px;
}

.faq-box h4{
	margin-bottom: 25px;
}

/* 404 page */

.error-page .error-code{
	display: block;
  	font-size: 150px;
  	line-height: 150px;
  	color: #333;
  	margin-bottom: 20px;
  	text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}

.error-page .error-body .btn{
	margin-top: 30px;
	font-weight: 700;
}


/* Blog
================================================== */

/* Blog Listing */


.post.post-last{
	border-bottom: 0;
}

.post-image-wrapper{
	margin-bottom: 20px;
	position: relative;
}

.blog-date{
	position: absolute;
  	top: 50px;
  	left: 0;
  	color: #fff;
  	border-radius: 0 25px 25px 0;
  	padding: 5px 15px;
  	font-weight: 700;
}

.blog-date a{
	color: #fff;
}

.post-footer .btn.btn-primary{
	font-size: 12px;
	padding: 8px 20px;
	margin-top: 15px;
}


/* Blog Single */



.post-meta{
	color: #959595;
	font-weight: 400;
	font-size: 13px;
}
.post-meta span{
	padding-right: 10px;
}

.post-meta a{
	color:#959595
}

.post-meta-author a, 
.post-meta-cats a{
	color: #323232;
}

.entry-content{
	padding: 20px 0 10px;
}

/* Blog author */

.about-author{
	background: #f2f2f2;
	padding: 15px 20px;
	margin: 20px 0;
}

.author-img img{
	width: 120px;
	height: 120px;
	margin-right: 30px;
	border-radius: 100%;
	margin-top: 20px;
}

.author-url span a{
	color: #959595;
}

.author-info h3{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}

.author-info h3 span{
	font-size: 14px;
	color: #959595;
	border-left: 1px solid #AFAFAF;
	padding-left: 8px;
	margin-left: 5px;
}

/* Blog post comments */

.comments-counter{
	font-size: 18px;
}
.comments-counter a{
	color: #323232;
}

.comments-list{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment{
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comments-list .comment.last{
	border-bottom: 0;
}
.comments-list img.comment-avatar{
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 100%;
}

.comments-list .comment-body{
	margin-left: 120px;
}

.comments-list .comment-author{
	margin-bottom: 0;
}

.comments-list .comment-date{
	font-style: italic;
	color: #959595;
	margin-bottom: 20px;
}

.comments-list .comment-reply{
	text-transform: uppercase;
	color: #323232;
}

.comments-reply{
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary{
	padding: 10px 20px;
}

.comments-form label{
	font-weight: normal;
	color: #959595;
}

/* Sidebar */

.sidebar h3.widget-title{
	font-size: 18px;
	line-height: normal;
	margin-top: 0;
}

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

.sidebar-right{
	padding-left: 20px;
}

/* Blog search */

.sidebar #search .input-group-btn .btn.btn-primary{
	padding: 11px 12px;
}


/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
}

.widget-tab .nav-tabs>li:first-child{
	margin-left: 10px;
}

.widget-tab .nav-tabs>li>a{
	background: #f2f2f2;
	color: #323232;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 3px 3px 0 0;
	margin-right: -1px;
  	border: 1px solid #e7e7e7;
  	border-bottom: 0;
}

.widget-tab .nav-tabs>li.active>a{
	background: #fff;
	color: #323232;
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: 0;
}

.widget-tab .tab-content{
	border-top: 0;
	padding: 10px 0 0;
}

.widget-tab .posts-thumb img{
	display: block;
	width: 85px;
	height: 65px;
	margin-right: 20px;
}

.widget-tab .posts-avator img{
	display: block;
	width: 62px;
	height: 62px;
	margin-right: 20px;
	border-radius: 100%;
}

.widget-tab h4.entry-title{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}
.widget-tab h4.entry-title a{
	color: #323232;
}

.widget-tab .post-meta span{
	padding-right: 5px;
}

.widget-tab ul.posts-list li{
	padding-bottom: 10px;
}


/*-- Blog category widget --*/

.widget-categories ul.category-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-categories ul.category-list  li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-categories ul.category-list  li:hover{
	padding-left: 10px;
}

.widget-categories ul.category-list  li a{
	color: #323232;
}

.widget-categories ul.category-list  li:last-child{
	border-bottom: 0;
}

.widget-categories ul.category-list  li .posts-count{
}

/*-- Blog tags widget --*/

.widget-tags ul > li {
	float: left;
	margin: 6px;
}

.widget-tags ul > li a{
	background: #f2f2f2;
	color: #6A6A6A;
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-tags ul > li a:hover{
	color: #fff;
}

/* Landing page
================================================== */


/* Header */

.landing-header.header-bgnone{
	background: rgba(0,0,0,.8);
}

.landing-header.header-bgnone ul.navbar-nav > li:hover > a, 
.landing-header.header-bgnone ul.navbar-nav > li.active > a {

}

.hero-section {
	height: 100%;
	background-image: url(../images/landing/main-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	padding-bottom: 0;
	padding-top: 200px;
	overflow: hidden;
}
.hero-section .container {
	height: 100%;
}

.hero-content {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
}

.hero-text {
	display: table-cell;
	vertical-align: bottom;
	color: #fff;
	padding-right: 50%;
	width: 100%;
	padding-bottom: 10%;

}

.hero-title {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}

.hero-description {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.hero-images {
	display: block;
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 50%;
	max-height: 100%;
}

.hero-images img{
	display: block;
	position: relative;
	max-height: 100%;
	width: auto;
}

.hero-buttons a.btn{
	color: #fff;
	padding: 15px 50px;
}

.hero-buttons a.btn.solid{
	margin-left: 10px;
}

.hero-buttons a i{
	margin-left: 5px;
}


/* Facts */

.landing_facts{
	color: #fff;
	padding: 50px 0;
}

.landing_facts .facts i{
	font-size: 36px;
}

.landing_facts .facts-num span{
	font-size: 56px;
}



/* Video and video background */

.video-embed {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-background-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

iframe{
	border-radius: 20px;
}

@media ( min-width: 768px ) {
	.video-section {
		padding: 100px 0;
	}
}
@media ( min-width: 992px ) {
	.video-section {
		padding: 120px 0;
	}
}

/* Screenshot image */

.app-gallery .grid{
	display: block;
	margin: 0 15px 20px;
	padding: 5px;
}

.app-gallery figure.effect-oscar a{
	margin: 125px 5px 0;
}

.app-gallery figure.effect-oscar figcaption::before{
	border: 0;
}


/* Subscribe Form */

.newsletter-form{
	position: relative;
}
.newsletter-form button{
	position: absolute;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 14px 30px 12px !important;
}

.newsletter-form button:hover{
	color: #323232 !important;
}

/* Clients */

.landing_page_clients{
	padding-top: 30px;
}

/* Elements page
================================================== */

.testimonial.elements .testimonial-text, 
.testimonial.elements .testimonial-content h3.name, 
.testimonial.elements .testimonial-content h3 span{
	color: #323232;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.testimonial.elements .testimonial-slide.owl-theme 
.owl-controls .owl-page span{
	border: 1px solid #e7e7e7;
}



/* Style Swithcer
================================================== */

.style-switch-wrapper {
	position: fixed;
	top: 100px;
	right: -250px;
	width: 250px;
	height: auto;
	background-color:rgba(0,0,0,.75);
	border-bottom-right-radius: 4px;
	padding: 20px 20px;
	z-index: 1000;
	-webkit-transition: all 0.35s;
	-moz-transition:  all 0.35s;
	-o-transition:  all 0.35s;
	transition:  all 0.35s;
}

.style-switch-wrapper h3{
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
}

.style-switch-wrapper.active {
	right: 0;
}

.style-switch-button {
	position: absolute;
	top: 0;
	right: 250px;
	width: 50px;
	height: 50px;
	background-color:rgba(0,0,0,.75);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1000;
	cursor: pointer;
}

.style-switch-button i {
	color: #FFF;
	position: relative;
	line-height: 1;
	top:15px;
	left: 15px;
	font-size: 20px;
}

.style-switch-wrapper button {
	width: 30px;
	height: 30px;
	border-radius: 100% !important;
	margin-bottom: 5px;
	color: #fff;
	display: inline-block;
	padding: 0 !important;
	margin-right: 2px;
	border: 0 !important;
}

a.close-styler{
	color: #fff !important;
	padding: 7px 20px !important;
	margin-right: 6px;
}

.style-switch-wrapper button:active, .style-switch-wrapper button:focus {
	border: 2px solid #FFF;
}

.style-switch-wrapper #preset1 {
	background-color: #49a2e7;
}

.style-switch-wrapper #preset2 {
	background-color: #81c83c;
}

.style-switch-wrapper #preset3 {
	background-color: #ee3b24;
}

.style-switch-wrapper #preset4 {
	background-color: #ffc400;
}

.style-switch-wrapper #preset5 {
	background-color: #334F96;
}

.style-switch-wrapper #preset6 {
	background-color: #8C42BA;
}


.fhit{padding: 10px 0 0 0;}


.header-top {
	background: #0e4d92;
	height: 38px
}
#social-fb:hover {
	background: #ecaf3b
}
#social-tw:hover {
	background: #ecaf3b
}
#social-gp:hover {
	background: #ecaf3b
}
.socialicon i:hover {
	transform: rotate(360deg);
	transition: ease-in-out all .3s
}
.socialicon i {
	font-size: 14px;
	color: #fff;
	background: #f05a23;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: none;
	border-radius: 4px
}
.phone {
	text-align: right;
	color: #fff;
	font-size: 17px;
	margin-top: 6px
}
.socialicon {
	margin-top: 7px
}
.phone a {
	color: #fff
}



.navbar-fixed-top {
    top: inherit;
    z-index: 1030;
}


.header_top{ width: 100%; background: #000; padding: 5px 0px;  }

.eml{width: 100%; float: left;}
.eml ul {
    padding: 0px;
    margin: 0px;}
.eml ul li {
    list-style: none;
    float: left; padding: 10px 0px 10px 0px; color: #fff;}

.eml ul li a { color: #fff; padding-right: 14px;}

.eml-nav{width: 100%; float: left;}
.eml-nav ul { padding: 0px; margin: 0px;}
.eml-nav ul li { list-style: none; padding: 10px 20px 0 0; float: right;}
.eml-nav ul li a { color: #000; text-decoration: none;}

.header {
    border-top: 5px solid #ee3b24;
    position: absolute;
}


.lgn_mn{ text-align: right; }




.tnn{padding: 4px 14px !important; margin-top: 5px; border-radius: 5px !important;}





input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #fff;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}


#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* Standard syntax (must be last) */
    
    
    border-radius: 4px;
    top: 50px;
}



.footer .widget-title ul{}
.footer .widget-title ul li{}
.footer .widget-title ul li a{}

.footer ul{list-style: none; margin: 0px; padding: 0px;}

.employee_mn{background: url(../images/contact-full-bg.jpg) left top no-repeat; background-size: cover; width: 100%;  padding: 50px 0px;}


.modal-body:not(.two-col) { padding:0px }
.glyphicon { margin-right:5px; }
.glyphicon-new-window { margin-left:5px; }
.modal-body .radio,.modal-body .checkbox {margin-top: 0px;margin-bottom: 0px;}
.modal-body .list-group {margin-bottom: 0;}
.margin-bottom-none { margin-bottom: 0; }
.modal-body .radio label,.modal-body .checkbox label { display:block; }
.modal-footer {margin-top: 0px;}
@media screen and (max-width: 325px){
    .btn-close {
        margin-top: 5px;
        width: 100%;
    }
    .btn-results {
        margin-top: 5px;
        width: 100%;
    }
    .btn-vote{
        margin-top: 5px;
        width: 100%;
    }
    
}
.modal-footer .btn+.btn {
    margin-left: 0px;
}
.progress {
    margin-right: 10px;
}

.panel-footer{width: 100%; float: left;}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #ee3b24;
    border-color: #ee3b24;}


  .about_mn{ width: 100%; float: left; }

  .about-text{}
  .about-text h2{}

  .about-pic img{ width: 100%;  margin-bottom: 30px;}
    .about-pic{}






 .box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px #a4a4a4;
    border-radius: 5px;
    min-height: 291px;
  
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-heading{
   width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 0;
    color: #fff;
    border-radius: 5px;
    top: 94px;
    text-align: center;
}
.box:hover .box-heading{
    left: 100%;
}
.box .box-heading:after{

    width: 40px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: 11px;
    color: #fff;
    text-align: center;
    font: normal normal bold 27px/1 FontAwesome;
    padding-top: 6px; border-radius: 5px;
}
.box .title{
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    padding: 0 0px;
    line-height: 42px;
}
.box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
.box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
   padding: 14px 22px;
    
}
.box:hover .boxContent{
    left: 0;
    text-align: center;
    margin-top: 90px;
}
.box .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.box .read{
    display: inline-block;
    padding: 8px 18px;
    background: #528aca;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}
.box .read:hover{
    text-decoration: none;
   background: #272727;
    color: #fff;
}
.box .read i{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .box .boxContent{ padding: 10px; }
    .box .read{ margin-top: 10px; }
}



.box-heading h3{ color: #262626; }



.clients_logo_mn {
    padding-top: 50px;
    /*background: url(../images/svg/clint_bg.png) left top no-repeat !important;*/
    background-size: 100% !important;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 60px;
}

.clients_logo{background: #f5f5f5; padding: 20px 80px; box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 12px; border-radius: 5px;}
.clients_logo img{ width: 100%; }

.clients_logo_mn h2 {
    color: #000;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 60px;
    line-height: 1;
}

.clients_logo_mn ul{}

.clients_logo_mn ul li {
    display: inline-block;
    text-align: center;
    margin: 15px 21px 35px 38px;
    width: 133px;
    vertical-align: middle;
}

.logo_wd{width: 90px !important;}



.feature-content{}
.feature-content ul{}
.feature-content ul li{ list-style: none; }
.feature-content ul li a{color: #000; line-height: 35px; font-size: 15px;}
.feature-content p{color: #000;
    line-height: 25px;
    font-size: 15px;}

.feature-content ul li a span {
   font-size: 10px;
    width: 22px;
    display: inline-table;
    float: left;
    padding: 0;
    margin-top: 15px;
}





.our-team {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}


.our-team .pic{
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.our-team .pic:after{
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .pic:before,
.our-team:hover .pic:after{
    opacity: 1;
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social-links{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social-links{
    opacity: 1;
}
.our-team .social-links li{
    display: inline-block;
    margin-right: 10px;
}
.our-team .social-links li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
}
.our-team .social-links li .fa-twitter:hover{
    background: #00aced;
    border-color: #00aced;
}
.our-team .social-links li .fa-google-plus:hover{https://orbitsysstorage.blob.core.windows.net/globaldocstore/Global_Docs_Store/Orbitsys/Images/UC/DEALERSHIP_IMAGES/SUSHIL/UC_ATTACHMENTS/SUSHIL_FINAL_IMG_FINAL_IMG_FIN_FRONT_113_426
    background: #c03c30;
    border-color: #c03c30;
}
.our-team .social-links li .fa-linkedin:hover{
    background: #0177b5;
    border-color: #0177b5;
}
.our-team .social-links li .fa-facebook:hover{
    background: #4867aa;
    border-color: #4867aa;
}

.our-team .team-content:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.our-team:hover .team-content:before{
    top: 0;
}
.our-team .title {
    color: #1D5C97;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
}
.our-team .post {
    color: #151515;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin: 15px 0;
}
.our-team:hover .title,
.our-team:hover .post{

}
@media screen and (max-width: 990px){
    .our-team{ margin-bottom: 20px; }
}



.team_mn{ background-size: cover; width: 100%; float: left; padding-top: 0px;
background: url(../images/svg/mas3.png) left top no-repeat;
    background-size: contain;}

.team_mn h2{
	color: #000;
text-align: center;
font-size: 42px;
font-style: normal;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 60px;
}

.about2_mn{padding: 40px; padding-top: 70px;}


.ger_hit{min-height: 453px;background: linear-gradient(to top, #f5f5f5 0%, white 100%); box-shadow: 0 0 15px #d7d7d7;}


.tx-Clr1{}
.tx-Clr1 h3{ color: #262626; font-weight: bold; margin-bottom: 10px !important; }

.tx-Clr1 ul {
    margin: 0px !important;
    padding-left: 0;
}
.tx-Clr1 ul li{}
.tx-Clr1 ul li a{color: #000;
    padding: 0 0 0 0;
    display: inline-flex;}



.bder_rds{ border-radius: 15px;
    padding: 20px 0 10px 10px;
    display: inline-block;
    width: 100%;
    max-height: 400px !Important;
    overflow-y: scroll;
    background: linear-gradient(to top, #f5f5f5 0%, white 100%);
    border: solid 1px #ede8e8; box-shadow: 0 0 15px #ececec;}

.about{
    background-size: cover; width: 100%; float: left; padding: 30px 0 0px 0;}

 .about h2{ color: #fff; }

 .about2_mn h4{text-transform: capitalize;}


 .bg2_abt{background: url(../images/bg_mas.png) left top no-repeat;
    background-size: 100% 100%; padding: 40px; background-size: 100% 100%;}

 .hosted_mn{}
 .hosted_mn h2{ color: #000; }
 .hosted_mn p{color: #212121;
    font-size: 20px;
    text-align: justify;}

 .feature-content p{ }

 .about h3{font-size: 30px; margin-bottom: 5px;}

 .hosted_mn span{ font-weight: 900; color: #000; }


.border-left { border-left: 2px solid #000;}

.ps-5 {
    padding-left: 3rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}


.atf-contact-info {
    padding: 6px 20px 50px 20px;
    margin-right: 0px;
    -webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
    border-radius: 23px;
    background: #528ACA;
}

.atf-contact-details i {
    font-size: 20px;
    width: 45px;
    color: #fff;
    text-align: center;
    margin: 0px 0 25px;
    border-radius: 50%;
    background: #528aca;
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
    margin-top: 4px;
}

.atf-contact-details h4 {
   color: #6A6A6A;
    font-size: 18px;
    line-height: 16px;
}

.atf-contact-details p {
    color: #fff;
    display: block;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 20px;
}


.atf-contact-details {
    margin-bottom: 0px;
    display: inline-flex;
    vertical-align: top;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


.read2 {
    display: inline-block;
    padding: 8px 27px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    background: #353535;
    box-shadow: 0px 7px 13.6px 0px rgba(82, 138, 202, 0.25);
    text-transform: uppercase;
}

.read2 .fa {
    margin-left: 5px;
}

.read2:hover{ color: #fff; background: #528ACA; }


.atf-contact-info .atf-section-title {
    margin-bottom: 15px;
}


.atf-contact-info .atf-section-title h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 14px;
}

.map_mn {
    width: 100%;
    float: left;
    padding: 60px 0 90px 0;
}


.contact h4{margin-left: 15px; font-weight: 600;}



.cut_main{ width:100%; display: flex; }
.cut_main2, .cut_main3{  flex:0 50%;  padding: 8rem; position: relative;}
.cut_main2{ background: #528aca; }
.cut_main2:after{content: ""; width: 150px; height: 100%; display: flex; clip-path: polygon(0 0, 100% 0%, 18% 100%, 0% 100%); 
	background: #528aca; position: absolute; top: 0px; right: -150px; z-index: 9; }
.cut_main3{ background-color: #000; padding: 0px; }
.cut_main3 img{ width: 100%; height: 100%; }


.cut_main2 h2{ color: #fff; }
.cut_main2 h3{ color: #fff; padding: 5px 0; font-size: 20px; margin: 0; }
.cut_main2 h3 a{ color: #fff; }



.cut_main2 p{ color: #fff; }

.cut_main2 ul{}
.cut_main2 ul li{ color: #e9e9e9; list-style: none; line-height: 34px; }


@media (max-width: 991px){
  .cut_main2:after{ display: none; }
  .cut_main{ flex-wrap: wrap; }
  .cut_main2, .cut_main3{ flex:0 100%; }
}






/**************************************
 ** - 15 - Blog Section CSS
 **************************************/
.blog-item {
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item {
	border-top: none;
    padding: 20px 25px;
    min-height: 274px;
    text-align: center;
    font-weight: 600;
}

.blog-item .single-blog-item .blog-list {
	padding-left: 0;
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-list li {
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-right: 15px;
	color: #528aca;
}

.blog-item .single-blog-item .blog-list li:last-child {
	margin-right: 0;
}

.blog-item .single-blog-item .blog-list li i {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.blog-item .single-blog-item .blog-list li i::before {
	font-size: 15px;
}

.blog-item .single-blog-item .blog-list a {
	color: #528aca;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-content h3 {
	color: #0b0b31;
	font-size: 20px;
	margin: 10px 0px 10px 0;
	line-height: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 28px;
}

.blog-item .single-blog-item .blog-content h3:hover {
	color: #7b68ee;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content p {
	margin: 0;
	font-size: 15px;
	color: #6a6c72;
	font-weight: 400;
}

.blog-item .single-blog-item .blog-content a {
	text-decoration: none;
	color: #6A6A6A;
        text-transform: initial;
    font-weight: 600;
}

.blog-item .single-blog-item .blog-content .blog-btn {
	margin-top: 15px;
}

.blog-item .single-blog-item .blog-content .blog-btn .blog-btn-one {
	display: inline-block;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item:hover {
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
}

.blog-item:hover .single-blog-item {
	border-top: none;
}

.blog-item:hover .blog-content h3 {
	color: #7b68ee;
}

.blog-item:hover .blog-content .blog-btn .blog-btn-one {
	color: #7b68ee;
}


.blog-image img{height: 250px; width: 100%;}


.atf-section-padding {
    padding-top: 20px;
    z-index: 9;
}

.out_pic img{ border-radius: 10px; }
.out_pic{}

.pddng{ padding-top: 60px; }


.header_social{ float: right; }
.header_social ul{}
.header_social ul li{ list-style: none;
    text-align: center;
    margin-top: 5px; }
.header_social ul li a{}


.img-block-head a{display: inline-block;
       display: inline-block;
    padding: 12px 37px;
    background: #528aca;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    box-shadow: 0 0 5px #4278b7;}


  .img-block-head a:hover{background: #000;}

  .abt_box1{box-shadow: 0 0 5px #555; background: #2e2e2e url(../images/footer-bg.jpg) no-repeat center 0;
    background-size: cover; padding: 6px 40px 25px 30px; border-radius: 5px; min-height: 394px; }
  .abt_box1:hover h3{ background: #2d2d2d; color: #fff; border-radius: 25px; }

.abt_box1:hover{ background: #2d2d2d; color: #fff; border-radius: 5px; }




.abt_box{background: url(../images/about-bg1.jpg) left top no-repeat; background-size: cover; width: 100%; float: left;}
.abt_box1 h3{ font-weight: 600; color: #fff; text-transform: capitalize;}
.abt_box1 p{text-align: justify; color: #e9e9e9;}

.abt_box1 ul{}
.abt_box1 ul li{list-style: none; }
.abt_box1 ul li a{color: #fff;}
.abt_box1 ul li a span { padding-right: 10px; font-size: 9px;}


.image-block2{background: url(../images/bg_mas.png) left top no-repeat;
    background-size: 100% 100%; padding: 40px 0; width: 100%; float: left;}

  .tx_bld{ font-weight: 600; }


  .abot_tx_pic{margin-bottom: 60px; width: 100%; float: left;}

   .abot_tx_pic h3{text-transform: unset; font-weight: bold; font-size: 32px; line-height: 42px; margin-top: 0; padding-bottom: 15px;}
    .abot_tx_pic p{color: #000; font-size: 16px; text-align: justify;}

    .abot_tx_pic img{box-shadow: 0 0 5px #d3d3d3; border-radius: 4px;}


   .career_mn{ padding: 0px; margin: 0px; }

   .cut_pding{padding: 10px 40px;}



   .pad {padding: 5px 20px; font-size: 16px;}

   .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    box-shadow: 0 0 15px #e7e7e7;}


.abc{ width: 100%;
    float: left;
    padding: 60px 50px;
    background-image: url(../images/searchshadw.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom -14px center;}

.pad2{}

.socil_mida{ margin-top: 20px; width: 100%; float: left; }












/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron.jumbotron-main { 
    height: 100%;
	width: 100%;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	margin:0;
	padding: 0;
	background: url(../images/bg_mas.png) left top no-repeat; background-size: 100% 100%;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: 50% 50%;
background: url(../images/slider/bg_new.jpg) no-repeat;
background-size: cover;
	
}

.jumbotron.jumbotron-main hr {
	border-width: 1px 0px;
    border-style: dotted none;
    border-color: rgba(255, 255, 255, 0.35);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49px;
    height: 4px;
    text-align: center;
    position: relative;
    clear: both;
}

.jumbotron.jumbotron-main a {
    color: #fff;
}

.center-vertically {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.center-vertically-holder { 
	display: table;
	height: 100%;
}

.scroll-indicator {
	padding-top:6px;
    display: inline-block;
    width: 50px;
}

.arrow-scroll-indicator {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.60);
}

.parallax-window {
    background: transparent;
}


.abc2{width: 100%; float: left; padding-top: 67px; height: 700px;}


.jumbotron p {
    line-height: 1.4;
    font-size: 30px;
    background: #528aca;
    width: 48%;
    margin: 0 auto;
    padding: 14px;
    border-radius: 5px;
}



.jumbotron h3{ color: #fff; }

.jumbotron ul{display: inline-block;}
.jumbotron ul li{ display: inline-block;
    margin: 0 45px;
    margin-top: 15px;
    font-size: 24px;
    color: #000;
    font-weight: 400;}
.jumbotron span{ font-size: 11px; vertical-align: middle; padding: 0 5px; }
.jumbotron p{ font-weight: bold; font-size: 30px; }

.one_tx{ font-size: 87px; margin-top: 30px; display: block; color: #262626;}


.jumbotron h1 { font-size: 63px; line-height: 74px; text-shadow: 1px 1px 1px #e5e5e5; color: #262626; margin-bottom: 70px;}


.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.data-dtls22 {
    position: relative;
    text-align: center;
    z-index: 99;
    margin: 0 auto;
    color: transparent;
    margin-bottom: 10px;
    font-size: 28px !important;
    font-weight: 700;
    margin-right: 40px;
    color: #2b2b2b;
    display: inline-block;
    margin-top: 15px;

}


.data-dtls-main{display: inline-block; border-bottom: solid 1px #c0c0c0; padding-bottom: 30px; width: 100%;}



.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    margin-bottom: 50px;
}

.sideBorder{
    border-right: solid 1px #bbb9b9;
}

.easeEffect{}

.data-dtls-main span{font-size: 24px; font-weight: 600; color: #528aca; text-transform: uppercase;}

.data-dtls-main ul{}
.data-dtls-main ul li{margin-left: 15px; font-size: 17px;}

.world_mn{display: inline-flex; margin-top: 14px; margin-bottom: 10px;}
.world_mn ul{margin: 0;}
.world_mn ul li{display: block; line-height: 16px; text-align: left; font-size: 19px; margin-left: 19px;}

.pls_mn {
    font-size: 24px;
    font-weight: 400;
    margin-left: 8px;
    color: #fff;
    padding-top: 16px;
    position: absolute;
    -webkit-text-stroke: 2px #fff;
}



 .skil_mn{}
 .skil_mn ul{}
 .skil_mn ul li{ }
 .cut_main2 h5{ color: #fff; font-size: 18px; }

 .service-content p{
    color: #4E4E4E;
font-size: 14px;
font-style: normal;
font-weight: 400;
 text-align: left;}


  .p_hit{height: 200px;}


.service-content p.*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}


.hiring_mn{ width: 100%; float: left; text-align: center;  }
.hiring_mn h2{}
.hiring_mn p{font-size: 16px; color: #000;}

#banner-area img{ width: 100%; }

.adon{ background: none; }

.fil_mn{ padding-top: 12px;}

.fil_mn2{ padding-top: 12px; border: none !important; }


.dir_nm {
    color: #868686;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 176%;
    display: block;
}




.fully{}
.fully ul{}
.fully ul li{}


.pic_bg_mn{}

.no_tp{margin-top: 0px; font-size: 17px !important;}


.header {
    border: none;
    background: #528aca;
  
}

.footer-about-us p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
        display: -webkit-box;
    line-height: 24px;
}

.copyright_r{font-size: 14px; vertical-align: text-bottom;}

.demo_btn {
    background: #3F3F3F;
    padding: 5px 15px !important;
    margin-top: 8px;
    border-radius: 20px;
    font-size: 13px !important;
    margin-left: 10px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    border: none;
    outline: none;
}


.demo_btn:hover{ color: #fff !important;  }

.contact22{box-shadow: 0 0 15px #a4a4a4; padding: 15px 25px; border-radius: 5px;}

.contact22 h4 {
    margin-left: 15px;
    font-weight: 600;
}

.demo_mn{ width: 100%; float: left; padding: 0px; }




.box_logo2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px #a4a4a4;
    border-radius: 5px;
    padding: 80px 0;
}


.box_logo2 h3{margin: 0;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0px; text-align: center; text-transform: uppercase;}



.box_logo .box-heading2 {
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 0;
    color: #fff;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    top: 121px;
    text-align: center;
}

.box_logo .title2{
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    padding: 0 0px;
}


.img-block-head a{ float: left; }

.pad-main h2 {
    color: #FFF;
    text-align: center;
    text-transform: none;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
}


 .iso_tx p{font-weight: bold; font-size: 16px;}

 .iso_mn1{width: 68%;
    float: right;
    margin-top: 0;
    position: absolute;
    right: 59px;
    bottom: -56px;}


.demo_btn2 {
    font-size: 14px !important;
    display: inline-block;
    color: #fff;
    margin-left: 0;
    margin-bottom: 45px;
    padding: 7px 19px !important;
    border-radius: 8px;
    background: #528ACA;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 30px;
}

 .demo_btn2:hover{ color: #fff; }


.service-content img {
    border: 1px solid #528ACA;
    border-radius: 20px;
}

 .pdd_km{ padding: 15px 10px !important; }

 .blg_pd_km{padding: 0 0 0 15px !important;
    margin-bottom: 21px !important;
    text-align: left !important;}


.scrl_non{max-height: inherit !important;
    overflow-y: inherit !important;}


/*    .animated {
    -webkit-animation-duration: 1s;
    animation-duration: inherit !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: none !important;
}*/


.line_top{ width: 100%;
    background-image: url(../images/searchshadw.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom -16px center;
    float: left;
    padding: 12px; }


 .logo-area{}
 .logo-area img{}

 .pd_hit{min-height: 1188px !important;}

 .oem_spm{text-transform: capitalize;}

 .tex_cen1{margin-top: 26px;}

 .em-service-inner h3{}
 .em-service-inner p{}
 .mm2{text-transform: lowercase;
    margin: 0 0 0 -9px;
    font-size: 30px;}


.oms_mn{text-align: center; width: 100%; padding: 0px 0 40px 0;}

.oms_mn a{background: #528aca;
    display: inline-block;
    color: #fff;
    padding: 10px 60px;
    border-radius: 4px;
    margin: 0 15px;
    font-size: 18px;}

  .oms_mn a:hover{background: #262626;}


  .btnn_bx{width: 28%;
    display: inline-block;
    min-height: 120px;
    margin: 0 15px;}

  .hdg_tx{width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    color: #fff;
    border-radius: 5px;
    top: 12px !important;
    text-align: center;}

  .hdg_tx h3{font-size: 22px !important; text-transform: capitalize;}

   .btn_bx{left: 0;
    text-align: center;
    margin-top: 0 !important;}


  .ind_tx1{line-height: 29px !important;}

  .tx_gef{margin-top: 18px !important;}

 .list_lin {
    padding-left: 0;
    margin-top: 100px;
}
  .list_lin ul{}
  .list_lin ul li{ text-align: left; }

.list_lin ul li a {
    color: #001D3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 13px;
    vertical-align: top;
}

.list_lin h3{ font-weight: 500; }

.list_lin ul li a:hover{ background: none !important; }
.list_lin ul li a span{margin-top: 6px;}

.polcy_mn{padding-top: 0;}

.panel-default{ border: none !important; }

.body_bdr {
    border: solid 1px #c5c5c5;
    border-radius: 5px;
    margin-top: 12px;
    padding: 30px;
    background: linear-gradient(to top, #f5f5f5 0%, white 100%);
    box-shadow: 4px 4px 36px 0px rgba(17, 78, 170, 0.14);
    margin-top: 70px;
}

   .tx_bold{ font-weight: bold; color: #000; font-size: 16px; }

   .bulet_mn{}
   .bulet_mn ul{ padding: 0; margin: 0; }
   .bulet_mn ul li{ list-style: none; color: #000; margin-bottom: 14px; font-size: 16px; }
   .bulet_mn ul li p{ color: #000; margin: 0px; margin-bottom: 2px; font-size: 16px;}
   .bulet_mn ul li span{}

   .cir_sml{font-size: 10px !important; margin: 0 6px 0 0;}

   .ar_mr{ margin-left: 15px !important; }

   .tx_clr_fnt{}
   .tx_clr_fnt p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.tx_clr_fnt h3 {
    text-transform: capitalize;
    font-weight: bold;
}

.post_mn_bx {
    width: 100%;
    float: left;
    box-shadow: 0 0 5px #d2d1d1;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.tit_tx1{ font-weight: 600; width: 80%; }

.btn.btn-primary.solid {
    background: #528aca;
    border-radius: 5px;
}

.svg_bg_mn {
    width: 100%;
    float: left;
    background: url(../images/slid_ms.png) left top no-repeat;
    min-height: 470px;
    position: relative;
    background-position: 60% 44%;
    background-repeat: no-repeat;
    background-size: 101% auto;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/*.svg_bg_mn::before{ content:""; position: absolute;
top: 0; left: 0; height: 100%;
width: 100%; background: url(../images/banner-bg.svg) left top no-repeat;
    background-size: 100%;
    background-position: center; opacity: 0.2; }*/

.colud_tx{

}


.colud_tx h1 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: bold;
    line-height: 65px;
    margin-top: 90px;
    text-transform: none;
}
.colud_tx span{color: #518AC8;}


.colud_tx p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    margin-top: 30px;
}

.colud_tx a {
    padding: 10px 22px;
    color: #fff;
    text-align: center;
    border-radius: 44px;
    background: #353535;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    display: inline-block;
    text-transform: capitalize;
}

.rit_sd_pic {
    width: 100%;
    margin-left: 70px;


}
.rit_sd_pic img {
    margin-top: 80px;
}

.country_mn{ width: 100%; float: left; text-align: center; margin-bottom: 40px;margin-top: 30px;}
.country_mn h2{ text-align: center; font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 170%; /* 90.1px */
text-transform: uppercase; color: #528ACA; margin-top: 0;}

.country_mn h2 span{color: #5E5E5E;}


.country_mn img {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 54px;
}

.country_mn p{color: #000;
text-align: center;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 154.275%; 
text-transform: math-auto;}


.box_mn1{ width: 100%; float: left; margin-top: 0px; }
.box_mn1 ul{}

.box_mn1 ul li {
    list-style: none;
    width: 17%;
    display: inline-block;
    stroke-width: 1px;
    stroke: rgba(152, 200, 255, 0.24);
    filter: drop-shadow(12.454px 12.454px 56.043px rgba(80, 80, 80, 0.16));
    border-radius: 15px;
    fill: #FFF;
    /* box-shadow: 2px 8px 25px 0px rgba(29, 92, 151, 0.20); */
    /* padding: 15px 20px; */
    margin: 0 0 0 22px;
    min-height: 165px;
    vertical-align: top;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s linear;
}


.box_mn1 ul li:hover{transform: translateY(-5px) translate3d(0, -5px, 0);}

.box_mn1 ul li a{}

.box_mn1 ul li p{color: #373738;
text-align: center;
font-size: 17.436px;
font-style: normal;
font-weight: 400;
line-height: normal;}


.our_service_mn{ width: 100%; float: left; padding-bottom: 40px; background: url(../images/svg/service_bg.svg) left top no-repeat;
    background-size: 100%;
    background-position: center; margin-top: 30px;}

.our_service_mn h2{color: #000;
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: 100%; margin-bottom: 70px; text-transform: capitalize;}

.our_service_tx{margin-bottom: 50px;}
.our_service_tx h4{color: #001D3F;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 154.275%;}

.our_service_tx h4:hover{ color: #528ACA; }

.our_service_tx p{color: #001D3F;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 154.275%;}

.our_service_tx img{width: 42px;}

.pad-main {
       width: 100%;
    float: left;
    background: url(../images/count_bg.png) left top no-repeat !important;
    background-size: cover !important;
    padding: 20px 0 40px 0;
    background: #fff;
    background-repeat: no-repeat;
}

.count_centr{ text-align: center; margin-bottom: 30px;}
.count_centr p {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: -5px;
}

.integration_bx_mn {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.integration_bx {
    list-style: none;
    stroke-width: 1px;
    stroke: rgba(152, 200, 255, 0.24);
    filter: drop-shadow(12.454px 12.454px 56.043px rgba(80, 80, 80, 0.16));
    border-radius: 15px;
    fill: #FFF;
    padding: 20px 4px;
    margin: 0 0 30px 26px;
    background: #fff;
    text-align: center;
    width: 80%;
    min-height: 165px;
}

.integration_bx img {
    text-align: center;
    margin: 0 auto;
    width: 65px;
}
.integration_bx p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-top: 14px;
}

.mor_pad{ margin-top: 22px !important; }




/*testimoniya*/

.demo{  padding: 10px 100px; width: 100%; float: left; margin-bottom: 70px; margin-top: 0px;}
#testimonial-slider {
    padding: 20px 20px 15px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 4px 4px 36px rgba(17, 78, 170, 0.14);
    border-radius: 22px;
    background-color: #fff;
}
.testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title{
color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
margin-top: 30px;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #528aca !important;
    line-height: 20px;
    opacity: 0.8;
    position: absolute;
    left: -31px;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #528aca;
    background: url("../images/img-1.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/img-2.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border: 2px solid #528aca;
    opacity: 1;
    background: #528ACA !important;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}


.owl-theme .owl-controls .owl-buttons div{ background: none !important; }

.testimonial {
    padding: 0px 40px;
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px !important;
    height: 25px !important;
    margin: 5px 7px;
    opacity: inherit !important;
    border-radius: 50% !important;
    background: #528aca !important;
}

.owl-theme .owl-controls .owl-page span {

    background: #fff !important;
    border: 2px solid #528aca;
}


.testimonial-text img {
    text-align: center;
    margin: 0 auto;
    width: 43px;
    height: 43px;
    margin-bottom: 20px;
}

.testimonial-text{color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
}

.tes_centr{margin-left: 3%;}

.owl-theme .owl-controls .owl-buttons div{ opacity: inherit !important; position: absolute;
    right: -76px;}

 .demo h4{color: #000;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 65px;}

   .footer_log_sec1{}
   .footer_log_sec1 img{width: 72%; margin-top: 20px;}

.footer_log_sec1 p{color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal; margin-top: 20px;}

.footer_log_sec1 a{}

.footer-about-us h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    text-transform: capitalize;
}

.mil_tx a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 15px;
    display: block;
    
}

.socil_midia_mn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}
.socil_midia_mn ul{}
.socil_midia_mn ul li {
    list-style: none;
    display: inline-block;
    width: 7%;
}
.socil_midia_mn ul li a{}

.lin_footer {
    width: 44%;
    border: solid 1px #fff;
    margin-top: 6px;
    margin-bottom: 12px;
}

.footer_cpry{color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;}



.abou_tx2{}
.abou_tx2 h3{color: #000;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 135.3%; text-transform: capitalize; text-align: left; margin-top: 0;}

.abou_tx2 p{color: #001D3F;
 text-align: left;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 180%;}


.image-block3 {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.locn_icn {width: 40px !important;
    display: inline-block !important;
    margin-top: 4px !important; font-size: 18px !important;}


.locn_icn2 {
    width: 18px !important;
    height: 24px;
    margin-right: 13px;
    margin-top: 1px;
    margin-left: 12px;
}


  .container-fluid{max-width: 1440px; margin: 0 auto;}


.service_sec1{}

.service_sec1 h3 {
    color: #001D3F;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 160.3%;
    margin-top: 0;
    text-transform: none;
    text-align: center;
}

.service_sec1 span{text-align: left;
    float: left;
    font-size: 22px;
    width: 100%;}

.service_sec1 p {
    color: #001D3F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.3%;
    text-align: left;
    padding: 8px 40px 0 0;
    text-align: justify;
}

.mm3 {
    text-transform: lowercase;
    margin: 0 0 0 -2px;
    font-size: 37px;
}

.pic_bg_mn img{margin-top: 30px; width: 100%;}


.image-block5 {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

.contact_bac1 {
    width: 100%;
    float: left;
    border-radius: 33px;
    background: #FFF;
    box-shadow: 0px 7px 30px 0px rgba(82, 138, 202, 0.25);
   padding: 5px 5px;
}

.cn_tx{margin: 0; padding: 0;}

.atf-contact-details img {
    vertical-align: bottom;
    padding: 0;
    display: inline-block;
    margin: 0 14px 20px 0;
    width: 30px;
}

.number_aln {
    display: inline-flex;
    width: 100%;
    margin-bottom: 14px;
}
.number_aln p{color: #fff;
    display: block;
    overflow: hidden;
    font-size: 16px;}

.number_aln img {
    margin: 0 14px 0px 0;
    width: 30px;
    height: 29px;
    object-fit: contain;
}

.form_styl1 {
    border-radius: 7px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 46px;
    filter: drop-shadow(0px 11px 30px rgba(82, 138, 202, 0.17));
}

.form_styl_mes {
    border-radius: 7px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 100px !important;
    filter: drop-shadow(0px 11px 30px rgba(82, 138, 202, 0.17));
    margin-top: 0px;
}
.fom_pdg1{margin-bottom: 8px;}
.padg_top1 {
    margin-top: 30px;
}

.map_bac {
    padding: 8px;
    border-radius: 33px;
    background: #FFF;
    box-shadow: 0px 15px 42.7px 0px rgba(82, 138, 202, 0.21);
}

.fom_tow{ padding: 0; margin: 0; }


.contact_bac2 {
    width: 100%;
    float: left;
    border-radius: 33px;
    background: #FFF;
    box-shadow: 0px 7px 30px 0px rgba(82, 138, 202, 0.25);
    padding: 5px 5px;
    margin-bottom: 80px;
    margin-top: 40px;
}


.atf-contact-info2 {
    padding: 6px 20px 50px 20px;
    margin-right: 0px;
    -webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
    border-radius: 23px;
    background: #528ACA;
    --min-height: 476px;
}

.atf-contact-info2 .atf-section-title h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 32px;
}




.hit_ser { min-height: 484px !important;}

.hit_ser a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 60px;
    background: #528ACA;
    box-shadow: 0px 4px 9.5px 0px rgba(82, 138, 202, 0.31);
    color: #fff;
    padding: 5px 26px;
    float: right;
    position: absolute;
    right: 27px;
    bottom: 19px;
}


.news_main {
    width: 100%;
    float: left;
    padding: 0px 0;
    margin-bottom: 70px;
}


.abou_image {
    width: 100%;
    float: left;
    /*background: url(../images/svg/ms1.png) left top no-repeat;
    background-size: 100% 100%;*/
    padding: 20px 0 60px 0;
}

.about_sec1 {
}

.about_sec1 h3 {
    color: #000;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    line-height: 56px;
    margin-top: 0;
}


.about_sec1 span{color: #1D5C97;}


.about_sec1 p {
    color: #001D3F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.3%;
    text-align: left;
    padding: 2px 0px 0 0;
}


.culture_mn {
    /*background: url(../images/svg/mas2.png) left top no-repeat;*/
    background-size: 100% 100%;
    width: 100%;
    float: left;
    padding: 25px 0 70px 0;
}

.culture_mn h2{color: #000;
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 600; text-transform: capitalize; margin-top: 0;}


.culture_box_mn{ width: 100%; float: left; margin-top: 60px; }


.culture_box1 {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 33.9px 0px rgba(29, 92, 151, 0.15);
    padding: 20px 25px;
    width: 100%;
    --margin-left: 20px;
}
.culture_box1 h2 {
    color: #001D3F;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    text-transform: math-auto;
}

.culture_box1 ul{}

.culture_box1 ul li {
    list-style: none;
    color: #001D3F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.pad_mn{ margin-left: 0; width: 100%; float: left; }

.about_rt_icn {
    margin-top: 8px;
    width: 100%;
    float: left;
}
.about_rt_icn ul{}

	.about_rt_icn ul li {
	list-style: none;
	text-align: left;
	display: inline-flex;
	width: 100%;
	vertical-align: top;
	line-height: 35px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	}

.about_rt_icn ul li img {
    width: 15px;
    margin: 0 14px 0 0;
}


.whatwe_mn {/*background: url(../images/offer_bg.jpg) left top no-repeat;
    background-size: 100% 100%;*/
    width: 100%;
    float: left;
    padding: 20px 0 20px 0px;
    text-align: center;

}
.whatwe_mn h2 {
    color: #000;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 70px;
    margin-top: 0px;
}

.whatwe_bx {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.whatwe_bx ul{}

.whatwe_bx ul li {
    list-style: none;
    border-radius: 25px;
    width: 21%;
    padding: 20px 5px;
    display: inline-block;
    margin: 0 35px 35px 0;
    vertical-align: top;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-height: 165px;
    background: #f5f5f5;
    transition: transform 0.3s ease-in-out;
}

.whatwe_bx ul li:hover{ transform: scale(1.1);}


.whatwe_bx ul li p{color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400; margin-top: 13px;}

.whatwe_bx ul li img {
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.mob_icn_wd{width: 27px !important;}





.about2_mn{padding: 40px;
    padding-top: 70px;
    width: 100%;
    float: left;}

   .our-team .pic img {
    width: 80%;
    height: auto;
    border-radius: 50%;
}

.our-team .team-content {
    padding: 7px 0;
    /* background: #528aca; */
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-top: 7px;
}


.ind_icn{border-radius: 0;
    text-align: center;
    margin: 0 auto;
    width: 32px;
    margin-top: 8px;
    display: inline-block;}


.team_box_mn {
    border-radius: 29.685px;
    background: #FFF;
    box-shadow: 0px 2.375px 29.685px 0px rgba(29, 92, 151, 0.26);
    width: 89%;
    float: left;
    padding: 40px 0;
    margin-bottom: 60px;
    margin-left: 60px;
}

.schedule_mn {
    width: 100%;
    float: left;
    padding: 30px 0 100px 0;
}

.schedule_bx {
    width: 80%;
    border-radius: 51px;
    background: #D4E8FF;
    box-shadow: 0px 19px 20.4px 0px rgba(0, 123, 255, 0.06);
    margin: 0 auto;
    padding: 45px 60px;
    position: relative;
}

.schedule_bx h2{color: #042852;
font-size: 32px;
font-style: normal;
font-weight: 600; text-transform: capitalize; margin-top: 0;}

.schedule_bx p{color: #000;
font-size: 18px;
font-style: normal;
font-weight: 300;
}

.schedule_bx a {
    border-radius: 55.44px;
    background: #353535;
    box-shadow: 0px 5.04px 12.6px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 32px !important;
    font-size: 16px !important;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 75px;
    bottom: -21px;
    font-weight: 400;
}

.schedule_bx a img {
    width: 15px;
    vertical-align: inherit;
    margin-left: 8px;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: inherit !important;
    overflow-y: inherit !important;
}



.req_btn {
    border-radius: 55.44px;
    background: #353535;
    box-shadow: 0px 5.04px 12.6px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 32px !important;
    font-size: 16px !important;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 75px;
    bottom: -21px;
    font-weight: 400;
    outline: none;
    border: none;
}

.schedule_bx a img {
    width: 15px;
    vertical-align: inherit;
    margin-left: 8px;
}


.cls_wd5 {
    width: 630px;
}


.form_styl_mes2 {
    border-radius: 7px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 95px !important;
    filter: drop-shadow(0px 11px 30px rgba(82, 138, 202, 0.17));
    margin-top: 0px;
}

.fom_pdg2 {
    padding: 10px 0 0 10px !important;
}

.ind_icn2{margin-top: 30px !important;
border-radius: 0;
    text-align: center;
    margin: 0 auto;
    width: 32px;
    margin-top: 8px;
    display: inline-block;}


.hit_ser2 {
    min-height: 450px !important;
}
.hit_ser2 a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 60px;
    background: #528ACA;
    box-shadow: 0px 4px 9.5px 0px rgba(82, 138, 202, 0.31);
    color: #fff;
    padding: 5px 26px;
    float: right;
    position: absolute;
    right: 27px;
    bottom: 19px;
}

.hit_ser2 span {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-top: 10px;
    color: #528aca;
    font-weight: 600;
}

.hit_ser2 h3{ margin-top: 0 !important; }

.service-image{ margin-top: 0px !important; }


.blog_hdg1{ width: 100%; float: left; }
.blog_hdg1 h2 {
    text-transform: capitalize;
    width: 47%;
    margin: 0 auto;
    line-height: 46px;
    font-size: 33px;
    font-weight: 600;
}


.abou_image2 {
    width: 100%;
    float: left;
    background: url(../images/svg/ms1.png) left top no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 20px 0;
}

a:focus {
    outline: 0;
    color: #fff;
}


.image-block_ser1 {
    width: 100%;
    float: left;
  /*  background: url(../images/svg/ms1.png) left top no-repeat;
    background-size: 100% 100%;*/
    padding: 0px 0 20px 0;
}

.tx_clr_fnt h4 {
    text-transform: capitalize;
    font-weight: bold;
}

.tx2_pd {
    padding-top: 1px;
    display: block;
}

.banner-title-content h2 span{ color: #528ACA; }


.operations1 {
    color: #000;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.3%;
   text-transform: None;
    margin-bottom: 60px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}


.close {
    float: right;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: inherit !important;
}

.modl_tx{color: #000; margin-left: 15px;}


.image-block_mobil {
    width: 100%;
    float: left;
    /*background: url(../images/svg/ms1.png) left top no-repeat;*/
    background-size: 100% 100%;
    padding-bottom: 40px;
}

.req_sld_btn {
    padding: 12px 25px;
    color: #fff;
    text-align: center;
    border-radius: 44px;
    background: #3f3f3f;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    display: inline-block;
    text-transform: capitalize;
    border: solid 2px #fff;
    margin-top: 35px;
}

.rel_icn {
    width: 89px !important;
    padding-bottom: 13px !important;
    display: block;
}

.lin4{ height: auto !important; }


.adon2{border-radius: 50px !important;
    border: none !important; background: none !important;}


.form_styl2 {
    border: none;
    width: 100%;
    height: 46px;
    filter: drop-shadow(0px 11px 30px rgba(82, 138, 202, 0.17));
    border-radius: 67px;
    background: #D9EBFF;
}

.atc_icn{position: absolute;
    top: 13px;
    left: 19px;}


.read3 {
    display: inline-block;
    padding: 8px 29px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    background: #353535;
    box-shadow: 0px 7px 13.6px 0px rgba(82, 138, 202, 0.25);
    text-transform: uppercase;
}

.read3:hover{ color: #fff; }


.contact2_fm{margin-top: 30px;}

.dun_tx{ display: block !important; }

.fotr_spc{ width: 100%; float: left; margin-top: 10px; }

.service_tx2_hd {
    width: 100%;
    float: left;
    padding: 0px 0 40px 0;
}
.service_tx2_hd h2 {
    font-size: 45px;
    text-transform: math-auto;
    margin-top: 35px;
}
.service_tx2_hd p {
    padding: 0 216px;
    text-align: center;
    font-size: 18px;
    margin-top: 6px;
    display: inline-block;
}

.image-block_mobil h2{color: #000;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    text-transform: math-auto;
    margin-bottom: 70px;
    margin-top: 45px;}





.serviceBox {
    color: var(--color1);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    --padding: 12px 20px 35px;
    position: relative;
    z-index: 1;
    min-height: 210px;
}
.serviceBox:before {
    content: "";
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 53px;
    right: 0;
    bottom: 20px;
    z-index: -1;
    border: solid 1px #528aca;
    box-shadow: 2px 8px 25px 0px rgba(29, 92, 151, 0.20);
}
.serviceBox .service-icon {
    background: #fff;
    font-size: 35px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(122 121 121 / 40%);
    position: relative;
}

.serviceBox .service-icon:after{
    background: var(--color2);
    height: 12px;
    width: 150px;
    border-radius: 0;
    transform: translateX(-50%);
    top: 29px;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: -2;
}
.serviceBox .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0px;
    margin-left: 0;
    padding-left: 0;
    line-height: 26px;
    text-transform: capitalize;
    text-align: center;
}
.serviceBox .description{
    color:#666;
    font-size: 13px;
    line-height: 23px;
}
.serviceBox.blue{
    --color1: #fff;
    --color2: #fff;
}
.serviceBox.yellow{
    --color1: #FFB103;
    --color2: #F1C149;
}
.serviceBox.magenta{
    --color1: #E51F47;
    --color2: #DA617A;
}
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}

.service-icon img {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    width: 55%;
}


.Why_Choose_mn{ width: 100%; float: left; padding: 0px 0 90px 0; }
.Why_Choose_mn h2{color: #000;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
text-transform: capitalize;
    padding-bottom: 40px; margin-top: 0px;}


  .abut_hd_sec1 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
}

  .are_spc{position: relative; padding: 80px 0 !important;}


  .parallax-overlay2 {
   position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
   /* background: url(../images/svg/iner_bg1.png) left top no-repeat;
    background-size: cover;*/
   /* background: url(../images/svg/Union.svg) left top no-repeat;*/
    background-size: cover;
    height: 700px;
    z-index: 9;
}


.whatwe_mn2 {

    width: 100%;
    float: left;
    padding: 20px 0 20px 0px;
    text-align: center;
}


.integration_bx_mn h3{color: #FFF;
    text-align: center;
    text-transform: math-auto;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 60px;}








 #slider {
	width:935px;
  height:535px;
  position:absolute;
}
#slider #slides {
  width:inherit;
  height:inherit;
}
#slider .slide {
  width:inherit;
  height:inherit;
  position:absolute;
  display:none;
}
#slider .slide .slide-img {
  width:inherit;
  height:inherit;
  border-radius:5px;
}
#slider .active-slide {
	display:block;
}
#slider-nav {
  width:inherit;
  text-align:center;
  position:absolute;
  bottom:0;
}
#slider-nav ul {
  list-style:none;
  margin:0;
  padding:0;
  display:inline-block;
}
#slider-nav ul li.dot {
  display:inline;
  margin:3px;
  font-size:3.5em;
  color:#5E5E5E;
  cursor:pointer;
}
#slider-nav ul li.active-dot {
  color:white;
}
#slider-nav #update-btn {
  position:absolute;
  top:10px;
  right:20px;
  display:none;
}
#slider-nav #update-btn img {
  width:40px;
  height:40px;
  padding:0 5px;
  cursor:pointer;
}
#slider #dialog {
  z-index:1;
  width:35%;
  height:35%;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.4em;
  border-radius:5px;
  position:absolute;
  top:33%;
  left:33%;
  display:none;
}
#slider #dialog #transparent {
  width:100%;
  height:100%;
  background-color:black;
  border-radius:5px;
  opacity:0.7;
}
#slider #dialog * {
  position:absolute;
}
#slider #dialog #msg {
  top:10%;
  left:10%;
}
#slider #dialog #input {
  width:75%;
  height:10%;
  border-radius:5px;
  font-size:0.8em;
  padding:2%;
  top:30%;
  left:10%;
}
#slider #dialog #ok {
  width:25%;
  height:15%;
  padding:2%;
  background-color:black;
  border-radius:5px;
  text-align:center;
  cursor:pointer;
  top:60%;
  right:40%;
}
#slider #dialog #cancel {
  width:25%;
  height:15%;
  padding:2%;
  background-color:black;
  text-align:center;
  border-radius:5px;
  cursor:pointer;
  top:60%;
  right:9%;
}

#slider .arrow {
  width:45px;
  height:45px;
  display:none;
}
#slider .left, #slider .right {
  position:absolute;
  top:45%;
  cursor:pointer;
}
#slider .left {
  left:2%;
}
#slider .right {
  right:2%;
}





.slid_mn2{ width: 100%; float: left; margin-top: 0px; }


.slid_mn2 h2 {
    color: #000;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 0;
}


.promotions {
  border-radius:5px;
  padding: 0 15px;
  background-color:#fff;
  position: relative;
  margin: 0px 0 50px 0;
}

.slider-label {
  position: absolute;
  right: 20px;
  top: 8px;
  color:#aaa;
  font-size: 14px;
  font-weight: 600
}


.PromotionsList {position: relative;}


.PromotionsList:before,
.PromotionsList:after {
 /* content:'';*/
  position: absolute;
  width: 300px;
  height: 55px;
  z-index: 2;
}

.PromotionsList:before {
  top: -25px;
  border-radius: 0 0 8px 8px;
 background: rgb(243,243,243);
}

.PromotionsList:after {
  bottom: -25px;
  border-radius: 8px 8px 0 0;
  background: rgb(243,243,243);
}

.PromotionsList {
  list-style-type: none;
  margin:0;
  padding:0;
  position: relative;
  height: 430px;
  box-sizing: border-box;
 /* overflow:hidden;*/
  z-index: 3;
}

.PromotionsList li {
  display: flex;
  align-items: center;
  position: relative;
  position:absolute;
  top: 40px;
  width: 100%;
  z-index:1;
}
.PromotionsList li.active {
  z-index:2;
}

.PromotionsList li .app-icon {
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    top: 260px;
    height: auto;
    width: 56%;
    align-items: center;
    text-align: center;
    line-height: 85px;
  /*  transition: all .3s ease-out;*/
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
}
.PromotionsList li.transform .app-icon {
 /* transform: translateY(-100px);*/
  top: 0;
  opacity: 0;
}

.PromotionsList li .app-icon img { 
  vertical-align: middle;
  height: auto;
}

.PromotionsList li.active .app-icon {
  top: 0;
  opacity: 1;
  z-index: 3;
}


.PromotionsList li .app-short-desc {
  margin-left: 35px;
  opacity: 0;
  /*transition: all .3s ease-out;*/
}

.PromotionsList li.active .app-short-desc {
  opacity: 1.0;
}

.PromotionsList li .app-short-desc span.app-title,
.PromotionsList li .app-short-desc span.app-desc {
  display: block;
  margin: 8px 0;
}

.PromotionsList li .app-short-desc span.app-title {
  font-size: 18px;
  font-weight: 600;
}

.PromotionsList li .app-short-desc span.app-desc {
   font-size: 16px;
    font-weight: 400;
    max-width: 700px;
    color: #001D3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.3%;
    text-align: left;
}

.PromotionsList li .app-short-desc .learn-button {
  display: block;
}

.PromotionsList li .app-short-desc .learn-button button {
    font-size: 16px !important;
    cursor: pointer;
    font-weight: 500;
    border-radius: 60px;
    background: #528ACA;
    box-shadow: 0px 4px 9.5px 0px rgba(82, 138, 202, 0.31);
    color: #fff;
    padding: 10px 27px;
    float: left;
    outline: none;
    border: none;
    text-transform: capitalize;
    margin-top: 20px;

}

.PromotionsList li .app-short-desc span.app-title .learn-button button:hover{
  background-color: blue;
  color:#fff;
}

.controls {
  position: absolute;
  right: 30px;
  text-align:right;
  bottom: 10px;
  z-index:3;
}

.controls span.dot {
  width:10px;
  height: 10px;
  background-color:#ccc;
  border-radius: 50%;
  display: inline-block;
}

.controls span.dot {
  width:10px;
  height: 10px;
  background-color:#eee;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.controls span.dot.active {
  background-color:#528aca;
}




.read2_btn_sld {
    display: inline-block;
    padding: 13px 30px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    background: #6295cf;
    box-shadow: 0px 7px 13.6px 0px rgba(82, 138, 202, 0.25);
    text-transform: uppercase;
    margin-top: 20px;
}

.read2_btn_sld:hover{background: #3F3F3F; color: #fff;}


.parallax-overlay3 {
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: 700px;
    z-index: 9;
    background: url(../images/svg/Union.svg) left top no-repeat;
    background-size: cover;
}




.whatwe_mn2_ser {
  /*  background: url(../images/offer_bg.jpg) left top no-repeat;
    background-size: 100% 100%;*/
    width: 100%;
    float: left;
    padding: 0px 0 20px 0px;
    text-align: center;
    z-index: 99;
}


.whatwe_bx2 {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.whatwe_mn2_ser h2 {
    color: #000;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    text-transform: math-auto;
    margin-bottom: 70px;
    margin-top: 0px;
}

.whatwe_bx2 ul {
}

.whatwe_bx2 ul li {
    list-style: none;
    border-radius: 25px;
    width: 21%;
    padding: 20px;
    display: inline-block;
    margin: 0 35px 35px 0;
    vertical-align: top;
    box-shadow: 2px 8px 25px 0px rgba(29, 92, 151, 0.20);
    background: #fff;
    min-height:170px;
}

.whatwe_bx2 ul li img {
    text-align: center;
    margin: 0 auto;
    width: 56px;
    height: 56px;
}

.whatwe_bx2 ul li p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
}


.culture_box1 p{}
.pad_mn span{font-weight: bold;}
.pad_mn img {
    text-align: right;
    float: right;
    margin-top: 6px !important;
    width: 27px;
}



.whatwe_bx3 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.whatwe_bx2 ul {
}

.whatwe_bx3 ul li {
    list-style: none;
    border-radius: 25px;
    width: 43%;
    padding: 15px;
    display: inline-block;
    margin: 0 30px 30px 0;
    vertical-align: top;
    box-shadow: 2px 8px 25px 0px rgba(29, 92, 151, 0.20);
    background: #fff;
  
}

.whatwe_bx3 ul li p {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
}



.padig_kam{ padding-top: 0 !important; }


.flag_mn {
    width: 100%;
    display: inline-flex;
    position: absolute;
    top: 14px;
    margin: 0 0 0 20px;
}

.flag_mn a {
    display: inline-flex;
    margin: 0 35px 0 0;
    color: #000;
}

.flag_mn a img {
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
}



.confir_footer_btn{ width: 100%; float: left; padding: 10px 0; }

.clr_bg1{background: #c8e0fa !important;}
.clr_bg2{background: #f5f5f5 !important;}



.tras_let{ margin-top: 8px; margin-left: 15px;}

.goog-te-gadget-simple {
    background-color: #FFF;
    border-left: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5 !important;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #D5D5D5;
    font-size: 10pt;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
   padding: 5px 10px !important;
}

.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none;
}

.btn:hover, .btn:focus {
    color: #fff !important;
    text-decoration: none;
}

.busn_tx{ font-size: 13px; }

.service_sec2 {
}

.service_sec2 h3 {
    color: #001D3F;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 160.3%;
    text-align: left;
    margin-top: 0;
}

.service_sec2 p {
    color: #001D3F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.3%;
    text-align: left;
    padding: 8px 40px 0 0;
    text-align: justify;
}

.clr_blu{color: #518AC8;}