body a{
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	padding:0px 0px;
	margin:0px 0px;
    font-family: 'Lato', sans-serif;
}
p{
	padding:0px 0px;
	margin:0px 0px;
    font-size: 1em;
    line-height:1.8em;
	color:#333;
    font-family: 'Lato', sans-serif;
}
ul{
	padding:0px 0px;
	margin:0px 0px;
}
a{
	font-family: 'Lato', sans-serif;
}
body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Lato', sans-serif;
}
/*topbar*/
.topbar {
    background: #052d71;
}
ul.top-list {
    display: inline-flex;
    float: right;
}
ul.top-list li {
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    float: none;
    text-align: right;
    display: block;
}
ul.top-list li i {
    margin-right: 10px;
}
ul.top-list li a {
    color: #fff;
}
/*topbar*/
/* Header-bar style*/
header {
	position: relative;
	width: 100%;
}

.logo {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 15%
}

.logo a {
	color: #6DDB07;
}

nav {
	position: relative;
    /*width: 980px;*/
	margin: 10px auto 0;
}
#cssmenu ul.mainlist {
    padding: 15px 0;
    float: right;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	font-family: sans-serif;
    z-index: 999;
}

#cssmenu > ul > li {
	float: left
}

#cssmenu > ul > li > a {
	padding: 15px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
	color: #fff
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    color: #fff;
	background: #042e70!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
	padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #333;
	content: ''
}
#cssmenu > ul > li:hover.has-sub > a:after, #cssmenu > ul > li:hover.has-sub > a:before {
	background: #fff;
}

#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #333;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
	left: auto
}

#cssmenu li:hover > ul > li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none
	}
	.logo2 {
		display: none
	}
	nav {
		width: 100%;
	}
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		width: 100%;
		display: none
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444
	}
	#cssmenu ul li:hover {
		background: #363636;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover > ul > li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu > ul > li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #333!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}
	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}
	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}
	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #333;
		border-bottom: 2px solid #333;
		content: ''
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #333;
		content: ''
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #333;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background: #333;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #262626
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu > ul > li.has-sub > ul > li.active > a,
	#cssmenu > ul ul > li.has-sub > ul > li.active > a {
		border-top: none
	}
}
/*products*/
.sec1 {
    border-top: 1px solid #f3f3f3;
    padding: 5em 0;
}
.pro1 {
    background: #edf6ff;
    padding: 20px;
    margin-top: 30px;
    display: inline-flex;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
}
.pro1:hover {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(135, 170, 218, 0.3);
    transform: scale(1.1);
}
.icon i {
    font-size: 20px;
    color: #042e70;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin-right: 20px;
}
.pro1:hover .icon i {
    background: #edf6ff;
}
.pro-text a {
    text-decoration: none;
}
.pro-text a h4 {
    font-size: 22px;
    color: #042e70;
    margin-bottom: 10px;
    font-weight: 600;
}
.pro-text p {
    font-size: 14px;
    color: #333;
}
.text {
    padding: 30px;
    text-align: right;
}
.text h3 {
    color: #042e70;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.text p {
    font-size: 16px;
    color: #333;
}
.white-button {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 40px;
  text-transform: capitalize;
  border: 2px solid #222222;
  position: relative;
  margin-top: 20px;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s  ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  background-color: #fff; 
}
.white-button a {
    color: #222;
}
.white-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #222222;
  z-index: -1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transform: translate(-8px, -8px);
  -o-transform: translate(-8px, -8px);
  -moz-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px); }

.white-button:hover {
  color: #222222; }

.white-button:hover:before {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
/*products*/
.cta-section-2 {
    background-color: #052d71;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    z-index: 1;
}
.cta-section-2:before {
    width: 70%;
    height: 218%;
    top: -204px;
    right: -50px;
    transform: rotate(45deg);
}
.cta-section-2:before, .cta-section-2:after {
    background-color: #fafafa;
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.cta-section-2 .cta-content h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 7px;
}
.cta-content h2 {
    font-size: 32px;
    color: #fff;
}
cta-section-2 .cta-content p {
    color: #fff;
    margin: -4px 0 0;
}
.default-btn {
    background-color: #ddbb00;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 200px;
}
.default-btn:hover {
    background-color: #052d71;
    color: #fff;
}
.cta-section-2:after {
    width: 70%;
    height: 335%;
    top: -145px;
    right: -273px;
    transform: rotate(-45deg);
}
.cta-section-2:before, .cta-section-2:after {
    background-color: #fafafa;
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
/* services*/
.product-section {
    padding: 5em 0px;
    background: rgb(237, 246, 255);
    text-align: center;
}
.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}
img.zoom-img:hover {
    -webkit-transform: rotate(-5deg) scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}
.product-img:nth-child(2) {
    margin-top: 2em;
}
.row-grids {
    margin-top: 30px;
}
h3.title {
    font-size: 32px;
    color: #052d71;
    font-weight: bold;
    margin-bottom: 20px;
}
/* services*/
/* testimonel-area */

.demo{ background: #3d3d3d;
    padding: 50px 0;
}
.testimonial{
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;
    text-align: center;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffc33c;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #ffc33c; }
/* testimonel-area */
/* Contact */
.padding-all {
    padding: 100px 0px;
}
.pt-top {
    padding-top: 55px;
}
.click-herar {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    font-size: 24px;
}
.mail-frome-map {
    -webkit-box-shadow: 0px 0px 23px -2px rgb(204, 204, 204);
    box-shadow: 0px 0px 23px -2px rgb(204, 204, 204);
    overflow: hidden;
    padding: 30px;
    border-radius: 5px;
    margin-top: -200px;
    background: #fff;
    margin-left: 210px;
}
.float {
    float: left;
    display: inline-block;
}
.contact-detiles {
    text-align: center;
}
.contact-detiles-item {
    padding-bottom: 25px;
}
.contact-detiles-item i {
    font-size: 35px;
    padding-bottom: 10px;
    color: #052f70;
}
.content-from textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 100px;
    padding: 15px;
}
.submit-btn {
    width: 200px !important;
    margin-bottom: 0px !important;
    background: none;
    color: #000;
}
.hvr-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn {
    border: 1px solid #052f70;
    width: 200px;
    line-height: 35px;
    font-weight: 500;
    background: #042e70;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0px;
    text-transform: uppercase;
}
.btn:hover {
    color: #fff;
}
.content-from input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.btn2{
    border: none;
    background: none;
}
.btn2:hover{
    border: none;
    background: none;
}
.click-herar i {
    -webkit-animation-name: icon-down;
    animation-name: icon-down;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.click-herar i {
    font-size: 40px;
    color: #ff1637;
}
.maps iframe {
    width: 100%;
}
/* Contact */
/* footer */
#footer_background {
    background: url(../images/bg-footer.jpg) center center repeat;
}
/*footer#footer_background::before {
    content: '';
    position: absolute;
    width: 100%;
    background: #00000082;
}*/
.footer { 
    padding: 4em 0;    
    background: #7036048c;
}
.footer a {
    color: #fff;
}
.footer-widgets {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.widget-about {
    padding-right: 70px;
}
.widget_nav_menu {
    /*margin-top: 8px;*/
    padding-left: 71px;
}
.widget_contact {
    padding-left: 70px;
    /*margin-top: 8px;*/
}
.footer-widgets .widget.widget_contact .widget-title {
    margin-bottom: 20px;
}
.footer-widgets .widget .widget-title {
    color: #f1a619;
    font-weight: 600;
    margin-bottom: 16px;
}
.widget .widget-title {
    margin-bottom: 28px;
    color: #0e0e0e;
    position: relative;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.widget_themesflat_socials {
    margin-top: 30px;
}
.widget-about .widget-text p {
    color: #fff;
    line-height: 24px;
}
.widget-about .widget-text {
    margin-bottom: 32px;
}
.footer-widgets .widget .widget-title {
    color: #f1a619;
    font-weight: 600;
    margin-bottom: 16px;
}
.widget .widget-title {
    margin-bottom: 28px;
    color: #0e0e0e;
    position: relative;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.widget-newletter #subscribe-content .input-email input {
    height: 40px;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 0;
}
.btn-sub {
    display: inline-block;
    color: #fff;
    padding: 0px 29px 0 30px;
    height: 46px;
    line-height: 42px;
    font-size: 13px;
    color: #ffffff;
    background: #f1a619;
    border: 2px solid #f1a619;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.one-half {
    width: 100%;
    float: left;
}
.widget_nav_menu .menu-footer li {
    line-height: 32px;
    list-style: none;
}
.widget_themesflat_socials .themesflat-shortcode-socials li a:hover {
    background-color: #f1a619;
    border-color: #f1a619;
}
.widget_themesflat_socials .themesflat-shortcode-socials li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #494949;
    color: #fff;
}
a:hover, a:focus {
    color: #f1a619;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#logo-ft img {
    padding-bottom: 23px;
    height: 120px;
}
.widget-newletter #subscribe-content {
    position: relative;
}
.widget_themesflat_socials .themesflat-shortcode-socials li {
    display: inline-block;
    margin-right: 8px;
}
ul.menu-footer.one-half li a {
    color: #fff;
}
ul.contact-list li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}
/* footer */
/*copyrights*/
.copyrights {
    background: #222;
    padding: 1.5em 0;
}
.copy a {
    color: #fff;
}
.copy p {
    color: #fff;
    font-size: 14px;
}
/*copyrights*/
/*about*/
.banner-in {
    background-repeat: no-repeat !important;
    min-height: 350px;
    background-position: center !important;
}
.overlay {
    padding: 160px 0 160px 50px;
}
.overlay h3 {
    font-size: 40px;
    color: #ffff;
    font-weight: bold;
}
.about {
    padding: 4em 0;
}
h2.br {
    line-height: 70px;
}
.title1 h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 3px 0 40px 0;
    letter-spacing: -0.5px;
}
.br::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    height: 3px;
    width: 30px;
    background-color: #052d71;
    transform: translateX(-50%);
}
.br::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 1px;
    width: 80px;
    background-color: #052d71;
    transform: translateX(-50%);
}
.img1 img {
    border: 1px solid #042e70;
}
.content img {
    border: 3px solid #042e70;
}
.content p {
    font-size: 16px;
}
.about1 {
    padding: 4em 0;
    background: #edf6ff;
}
h5.title {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
ul.list {
    list-style: none;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
ul.list i {
    margin-right: 10px;
    color: #052d71;
}
.icon1 i {
    font-size: 40px;
    margin: 20px 0 30px;
    color: #edf6ff;
}
.icon1 h4 {
    font-size: 24px;
    color: #042e70;
    font-weight: bold;
    margin-bottom: 20px;
}
.icon1 p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.icon1 a {
    color: #333;
}
.map iframe {
    height: 400px;
    width: 100%;
}
/*about*/

/*tabs*/
.nav-tabs {
  float: left;
  border-bottom: 0;
  width: 100%;
}
.tab-content p {
    font-size: 16px;
}
.nav-tabs li {
    float: none;
    margin: 1px 0 0;
}
.nav-tabs li a {
    margin-right: 0;
    border: 0;
    background-color: #042e70;
    color: #fff;
    padding: 1.2em 2em;
    font-size: 1.2em;
    border-radius: 0;
    border-left: 8px solid #3b68af;
    text-transform: capitalize;
}
.nav-tabs li a:hover {
    background-color:#000 ;
}
.nav-tabs li a:hover {
    padding-left: 10px;
    background: #333;
}
.nav-tabs .active .glyphicon {
  color: #333;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    border: 0;
    background-color:#333 ;
    color: #fff;

}
.nav-tabs>li>a:hover {
    border-color: #a2a2a2;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}
.tab-grid-left {
    padding: 0;
	clip-path: 0;
}
.tab-grid-right {
    padding:0em 2em;
}
.tab-grid-left h3 {
    font-size: 1.5em;
    background: #b20000;
    padding: 1em;
    color: #fff;
}
.tab-content-sub {
    padding: 0em;
}
.text-rights{
	text-align:left;
}
.gal-img:nth-child(2), .gal-img:nth-child(3) {
    margin-top: .7em;
}
h2.tittle {
    text-align: center!important;
}
.about-imgs img {
/*    border: 2px solid #ddd;*/
    width: auto;
    height: 350px;
    padding: 10px;
}
h4.title {
    color: #052d71;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
/*tabs*/
@media (max-width: 1024px) {
    .mail-frome-map {
        margin-left: 50px;
    }
}
@media (max-width: 991px) {
    .col-md-4.product-grid:nth-child(2) {
        margin: 3em 0;
    }
    .col-md-4.product-grid img {
        width: 100%;
    }
    .mail-frome-map {
        text-align: center;
    }
    .float {
        float: none;
    }
    .widget-about {
        padding-left: 70px;
    }
}
@media (max-width: 768px) {
    .overlay {
        padding: 160px 0;
    }
    .logo {
        padding: 0;
    }
    .logo img {
        width: 90px;
    }
    .about-imgs img {
        width: auto;
    }
    .tab-content-sub {
        padding: 3em 0;
    }
    .about-imgs img {
        margin-bottom: 10px;
    }
}
@media (max-width: 425px) {
    .mail-frome-map {
        padding: 30px 10px;
    }
    ul.top-list li {
        padding: 10px;
        font-size: 11px;
        text-align: center;
    }
    .mail-frome-map {
        padding: 20px 10px;
        margin: 30px 0px;
    }
    .overlay {
        padding: 160px 10px;
    }
}
.pdf_btn {
    color: #333;
    border: 2px solid #052f70;
    padding: 10px 20px;
    margin: 20px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.pdf_btn:hover {
    background: #052f70;
    color: #fff;
}
.pdf_btn:hover.pdf_btn i {
    color: #fff;
}
.pdf_btn i {
    color: #052f70;
    font-size: 20px;
    padding-right: 15px;
}
.content iframe {
    width: 100%;
    height: 500px;
}
.ehs {
    height: 260px;
}
.list1{
    list-style: none;
}
.list1 li i {
    margin-right: 10px;
}