@charset "utf-8";
*,
*:before,
*:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a,
img,
input {
	border: 0px;
	outline: 0px;
}

body {
	font-family: 'Josefin Sans', sans-serif; padding-top: 163px;
}
h1,h2,h3,h4,h5,h6{font-family: 'Josefin Sans', sans-serif;}


.container1 {
	width: 100%;
	display: table;
	position: relative;
}

.container1_inner {
	max-width: 1140px;
	min-width: 240px;
	height: auto;
	margin: auto;
	position: relative;
}

.wrapper {
	width: 100%;
	display: table;
}

.shape-bottom {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}

.shape-bottom svg {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* .bann:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.15;
} */


/*--------header-----------*/

.header {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 78px;
}

#header.cloned {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;

	background-color: #fff;
	z-index: 9999;
	/* box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3); */
	/* border-bottom: 1px solid #cccccc; */
	/* transition: all 1s ease 0s; */
}
.btmheader{
	background-color: #ff0c38;
}

.logo {
    position: absolute;
margin: auto;
left: auto;
right: auto;
display: table;
width: 100%;
text-align: center;
height: 100px;
}

.logo a {
	vertical-align: middle;
	display: inline-block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 185px;
	height: inherit;
	background-size: 100%;
}

#header.cloned .logo a {
	background-image: url(../images/logo.png);
}

.menu {
	float: none;
	height: 65px;
	line-height: 65px;
}

.menu ul {
	list-style: none;
	float: none;
	display: table;
	margin: auto;
}

.menu>ul>li {
	display: inline-block;
	float: left;
	/* position: relative; */
	margin: 0 20px;
}

.menu ul>li>a {
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	transition: all 0.3s ease 0s;
	outline: 0px;
	text-transform: capitalize;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}

#header.cloned .menu ul>li>a {
	color: #fff;
}

.menu>ul>li>a i {
	margin-left: 5px;
	font-size: 14px;
}

.menu ul>li:hover a, .menu ul>li>a.active, 
#header.cloned .menu ul>li:hover a, #header.cloned .menu ul>li>a.active{
	color: #000;
}

.menu>ul>li:hover>a:after {
	left: -30px;
	opacity: 1;
	visibility: visible;
}

#header.cloned .menu>ul>li>a:after,
#header.cloned .menu>ul>li>a.active:after {
	background-image: url('../images/right-arrow1.png');
}

.menu ul>li:hover ul.submenu1 {
	display: block !important;
}

ul.submenu1 {
	width: auto;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
border-radius: 0 0 4px 4px;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 20px;
	list-style: none;
	display: none;
	z-index: 9999999999;
	border-top: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
ul.submenu2{width: 240px;}
ul.submenu2 li{line-height: 42px;}
ul.submenu2 li a{font-size: 16px;}
ul.submenu2 li a:hover {
    color: #c80024 !important;
}
ul.submenu1 li {
	/* display: table;
	clear: both;
	width: 100%; */
}
ul.submenu1 li h3{margin-top: 0; font-family: 'Josefin Sans', sans-serif;}
ul.submenu1 li h3 a{
	text-decoration: none;
	width: 100%;
	display: block;
	color: #fff !important;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #312a77;
	font-family: 'Josefin Sans', sans-serif;

}
ul.submenu1 li .sublinks1 a {
	text-decoration: none;
	color: #000 !important;
	font-size: 14px;
	line-height: 21px;
	padding: 8px 20px !important;
	display: block;
	font-weight: 400;
	transition: all 0.3s ease 0s;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
}

/* ul.submenu1 > li:last-child a {
	border-bottom: 0px;
} */

ul.submenu1 li .sublinks1 a:hover {
	color: #c80024 !important;
}
ul.submenu1 li img{width: 100%; display: block;}
ul.submenu1 li:last-child a {}

.hd_phone {
	float: right;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	background-color: #ff610c;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
font-size: 14px;
color: #fff;
letter-spacing: 2px;
	font-weight: 400;
	margin-top: 20px;
	text-decoration: none;
	transition: all 0.3s;
	text-transform: uppercase;
}

.hd_phone:hover {
	background-color: #fff;
	color: #2cabfd;
}

.hd_phone i {
	margin-right: 10px;
	font-size: 20px;
	position: relative;
	top: 2px;
}

#header.cloned .hd_phone {
	color: #fff;
}

#header.cloned .hd_phone:hover {
	background-color: #ce4c06;
	color: #fff;
}

.top_header {
	width: 100%;
	height: 100px;
	line-height: 100px;
	/* background-color: #fff; */
	position: relative;
	/* border-left: 10px solid #ff0c38;
	border-right: 10px solid #ff0c38; */
}
/* .top_header:before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%);
    content: "";
    background-color: #f2f2f2;
    transform: rotate(180deg);
    opacity: 0.75
} */
.top_left {
	display: inline-block;
	float: left;
	margin-left: 0px;
	margin-top: 25px;
	position: relative;
z-index: 99;
}

.top_left ul {
	list-style: outside none none;
}

.top_left ul li {
	color: #676767;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-right: 10px;
	padding-right: 10px;
	text-align: center;
	line-height: 28px;
	position: relative;
}
.top_left ul li.mobbtn{display: none;}
.top_left ul li.social {
	margin-right: 7px;
	padding-right: 0px;
	margin-top: 5px;
}

.top_left ul li.sociallast {
	margin-right: 20px;
}

.top_left ul li i {
	font-size: 18px;
	margin-right: 5px;
}

.top_left ul li.social a {
	color: #322b78;
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: transparent;
	display: inline-block;
	line-height: 38px;
	margin-top: 5px;
	border: 1px solid #322b78;
	border-radius: 36px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.top_left ul li.social a:hover {
	background-color: #322b78;
	color: #fff;
}
.top_left ul li.social .insta, .insta{
	background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
 
}
.top_left ul li a i {
	margin-right: 0px;
}

.top_left ul li a.topmail {
	width: auto;
	text-align: left;
	border: 0px;
	background-color: transparent;
font-size: 16px;
color: #322b78;
	text-decoration: none;
}
.top_left ul li svg{fill: #322b78;}

.top_left ul li a:hover {
	text-decoration: underline;
}

.top_left ul li span {
	color: #ff610c;
	font-weight: 500;
	margin-right: 5px;
	display: table;
	margin:  auto;
	font-size: 14px;
}
/*------header_end--------*/


/*----------banner-----------*/
/* .bann:before {
	background: rgba(4, 23, 46, 0.65) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
} */
.banner_txt {
	top: 10% !important;
	left: 8%;
	color: #fff;
	position: absolute;
	text-align: left;
	width: 420px;
	height: 420px;
	border-radius: 100%;
	background-color: rgba(0, 195, 219, 0.75);
	text-align: center;
	visibility: visible !important;
	padding: 40px;
	/* padding: 0 0 0 9% !important; */
}
.banner_txt1{background-color: rgba(13, 146, 244, 0.7);}
.banner_txt2{background-color: rgba(3, 147, 153, 0.7);}
.banner_txt h3{
	color: #fff;
	font-size: 24px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	visibility: visible !important;
}
.banner_hd {
	color: #fff;
	font-size: 42px;
	line-height: 55px;
	/* text-shadow: 0 1px 2px rgba(0,0,0,.6); */
	margin-bottom: 10px;
	font-weight: 500;
	font-style: italic;
	font-family: 'Merriweather', serif;
	margin-top: 130px;
	visibility: visible !important;
}

/* .banner_hd span {
	background: url(../images/highlight-bg-01.png) no-repeat center bottom;
    background-size: auto;
display: inline-block;
padding-bottom: 2px;
background-size: 100% 12px;
font-weight: bold;
color: #ff610c;
text-shadow: 0 1px 2px rgba(0,0,0,.2);
} */

.banner_hd1 {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 42px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.banner_hd1 span {
	width: 36px;
	height: 2px;
	background-color: #2cabfd;
	display: inline-block;
	position: relative;
	left: 10px;
	top: -5px;
}

.banner_cont {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	/* text-shadow: 0 1px 2px rgba(0,0,0,.6); */
	font-weight: 400;
	margin: 10px 0 25px 0;
	visibility: visible !important;
}

.banner_cont span {
	margin: 0 10px;
	display: inline-block;
}

.banner_cont span i {
	margin-right: 5px;
}

.banner_r_more {
	clear: both;
	margin-top: 10px;
}

.banner_r_more a {
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	height: 46px;
	line-height: 44px;
	margin: auto;
	display: inline-block;
	border: 1px solid #342e79;
	background-color: #342e79;
	font-weight: 500;
	margin-right: 15px;
	padding: 0px 30px;
	text-align: center;
	width: auto;
	transition: all 0.3s ease 0s;
	visibility: visible !important;
	border-radius: 46px;
	outline: 0px;
}

.banner_txt1 .banner_r_more a {
	border: 1px solid #c80024;
	background-color: #c80024;
}
.banner_txt2 .banner_r_more a {
	border: 1px solid #eec744;
	background-color: #eec744;
	color: #000;
}

.banner_r_more img {
	margin-left: 5px;
}

.banner_r_more a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #342e79;
}
.banner_r_more a:hover svg{fill: #342e79}
.banner_txt2 .banner_r_more svg{fill: #000}
.banner_txt1 .banner_r_more a:hover {color: #c80024;}
.banner_txt2 .banner_r_more a:hover {color: #eec744;}

.banner_txt1 .banner_r_more a:hover svg {fill: #c80024;}
.banner_txt2 .banner_r_more a:hover svg {fill: #eec744;}

.banner_r_more a i {
	margin-left: 10px;
}

.ban_but {
	top: 85%;
}

.banner_r_more img {
	width: 20px;
	margin-right: 0px;
	top: -2px;
	position: relative;
}

.banner_r_more a.contus:hover {
	background-color: #fff;
	color: #2aabff;
	border-color: #fff;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	-webkit-animation: zoomin 45s ease-in infinite;
	animation: zoomin 45s ease-in infinite;
	transition: all .5s ease-in-out;
}


/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

/*End of Zoom in Keyframes */
/*----------banner-----------*/


/*----------box2-----------*/
.box2 {
	clear: both;
	width: 100%;
	display: table;
	clear: both;
	/* position: relative;
	z-index: 99 */
	padding: 70px 0;
	background-color: #eff8f9;
	background-image: url('../images/blue-wave.png');
}
.box2cont{
	/* background-color: #F0F3F5; */
	/* position: relative;
	float: right;
	width: 75%; */
	width: 100%;
}
/* .box2cont:before{
	height: 13px;
	width: 75%;
	right: 0px;
	top: -13px;
	position: absolute;
	content: "";
	background-color: #65737F;
} */
.box2cont img{
	opacity: 0.5;
	width: 40%;	
	display: table; margin: auto;
	margin-top: 50px;
}
.box2cont h4{
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
	color: #46AADD;
	font-family: 'Merriweather', serif;
}
.box2cont h3{
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3B4757;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}
.box2cont p{
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #777;
	padding: 0 20%;
	text-align: center;
	margin-bottom: 30px;
}

.education-short {
 max-width:450px;
 margin-left:auto;
 margin-right:auto;
 -webkit-border-radius:12px;
 border-radius:12px;
 overflow:hidden;
 -webkit-box-shadow:0 14px 22px rgba(42,135,158,.14);
 box-shadow:0 14px 22px rgba(42,135,158,.14)
}
.education-short:hover .hide-block {
 opacity:1;
 visibility:visible
}
.education-short:hover .hide-block>p,
.education-short:hover .hide-block .education-short-info,
.education-short:hover .hide-block a {
 opacity:1;
 -webkit-transform:translateY(0);
 -ms-transform:translateY(0);
 transform:translateY(0)
}
.education-short.color-2 .education-bottom {
 background:#92CA6A
}
.education-short.color-2 .education-bottom p .education-age {
 color:#BFF09D
}
.education-short.color-3 .education-bottom {
 background:#7192BD
}
.education-short.color-3 .education-bottom p .education-age {
 color:#9FCFE9
}
.education-short.color-4 .education-bottom {
 background:#46A1E5
}
.education-short.color-4 .education-bottom p .education-age {
 color:#9FCFE9
}
.education-short .education-top {
 position:relative
}
.education-short .education-top img {
 width:100%
}
.education-short .hide-block {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 padding:35px 25px;
 background:rgba(255,255,255,.95);
 opacity:0;
 visibility:hidden;
 overflow:hidden;
 -webkit-transition:all .3s;
 transition:all .3s
}
.education-short .hide-block .inner-wrap {
 overflow:auto;
 max-height:100%;
/*  margin-right:-60px;
 padding-right:60px */
 text-align: center;
 padding-top: 29%;
 font-size: 21px;
 text-decoration: none;
}
.education-short .hide-block>p {
 opacity:0;
 -webkit-transform:translateY(15px);
 -ms-transform:translateY(15px);
 transform:translateY(15px);
 -webkit-transition:opacity .3s,-webkit-transform .3s;
 transition:opacity .3s,-webkit-transform .3s;
 transition:opacity .3s,transform .3s;
 transition:opacity .3s,transform .3s,-webkit-transform .3s;
 -webkit-transition-delay:.2s;
 transition-delay:.2s
}
.education-short .hide-block p {
 margin-bottom:20px;
 line-height: 24px;
 font-weight: 400;
}
.education-short .hide-block .education-short-info {
 margin-bottom:20px;
 opacity:0;
 -webkit-transform:translateY(15px);
 -ms-transform:translateY(15px);
 transform:translateY(15px);
 -webkit-transition:opacity .3s,-webkit-transform .3s;
 transition:opacity .3s,-webkit-transform .3s;
 transition:opacity .3s,transform .3s;
 transition:opacity .3s,transform .3s,-webkit-transform .3s;
 -webkit-transition-delay:.3s;
 transition-delay:.3s
}
.education-short .hide-block .education-short-info p {
 margin-bottom:5px
}
.education-short .hide-block .education-short-info p:last-child {
 margin-bottom:0
}
.education-short .hide-block .education-short-info span {
 color:#333
}
.education-short .hide-block a {
 opacity:0;
 -webkit-transform:translateY(15px);
 -ms-transform:translateY(15px);
 transform:translateY(15px);
 -webkit-transition:opacity .3s,-webkit-transform .3s;
 transition:opacity .3s,-webkit-transform .3s;
 transition:opacity .3s,transform .3s;
 transition:opacity .3s,transform .3s,-webkit-transform .3s;
 -webkit-transition-delay:.4s;
 transition-delay:.4s;
 text-decoration: none;
}
.education-short .education-bottom {
 background:#E13B59
}
.education-short .education-bottom p {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin-bottom:0;
 padding:25px 25px;
 font-size:21px;
 text-align: center;
 line-height:21px;
 color:#fff
}
.education-short .education-bottom p .education-age {
 padding:0 5px;
font-family: 'Josefin Sans', sans-serif;
 font-style:normal;
 font-weight:600;
 font-size:62px;
 white-space:nowrap;
 line-height:1em;
 color:#FFB8C4
}
.education-short .education-bottom p .old {
 font-size:18px;
 font-weight:400
}
@media (max-width:480px) {
 .education-short .education-bottom p {
  font-size:19px
 }
 .education-short .education-bottom p .education-age {
  font-size:57px
 }
 .education-short .education-bottom p .old {
  font-size:14px
 }
}
.el-wr {
 padding:20px 25px 0
}
@media (max-width:991px) {
 .el-wr {
  margin-top:60px
 }
}
@media (max-width:480px) {
 .el-wr {
  margin-top:25px;
  padding:20px 0 0
 }
}
.read-more {
    color: #FF0C38;
}
.education-short .hide-block a svg{fill: #FF0C38;}
/*----------box2_end----------*/

/*box3*/
.box3{
	width: 100%;
	display: table;
	padding: 60px 0;
	background-color: #fff;
	position: relative;
}
.box3 h2{
	font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
color: #3B4757;
text-align: center;
font-family: 'Josefin Sans', sans-serif;
}
.box3 ul{
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	clear: both;
}
.box3 ul li{
	float: left;
	display: inline-block;
	width: 25%;
	position: relative;
	margin: -1px;
}
.box3 ul li a{
	text-decoration: none;
	width: 100%;
	padding: 30px;
	transition: all 0.3s;
	background-color: #fff;
	display: block;
	color: #000;
	border: 1px solid #eae8e4;
	position: relative;
	height: 395px;
}
.box3 ul li:hover a{border-color: #000; z-index: 9}
.box3 ul li a .img1{
	text-align: center;
	width: 100%;
	clear: both;
	text-align: center;
}
.box3 ul li a .img1 img {
    width: 80%;
    max-width: 130px;
    margin: 0 10% 1em 10%;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    z-index: 1;
    max-height: 180px;
}
.box3 ul li a span{
	font-family: 'Josefin Sans', sans-serif;
	margin: 10px 0;
	color: #ff0c38;
	font-size: 14px;
}
.box3 ul li a h3{
	font-family: 'Josefin Sans', sans-serif;
	margin: 10px 0;
	color: #322b78;
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.box3 ul li a h4{
	font-family: 'Josefin Sans', sans-serif;
	margin: 10px 0;
	color: #161619;
	font-size: 16px;
	font-weight: 400;
}
.box3 ul li a p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	margin-bottom: 0
}
.box3 ul li a p span{color: #555;}
/*box3*/


/*-----------footer------------*/
.footer{
	clear: both;
	width: 100%;
	display: table;
	/* background-color: #eeeeee;
	border-top: 1px solid #bdbec0; */
	padding: 70px 0;
	background-image: url('../images/bg1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.ft_logo{
	float: left;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	color: #818285;
}
.ft_logo img{
	display: table;
	margin:  auto;
	width: 75%;
	margin-bottom: 10px;
}

.ft_left1, .ftleft1{
	float: left;
	display: inline-block;
	width: 25%;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 15px;
}
.ft_left2{width: 20%;}
.ftleft3{width: 30%;}
.ft_hd1{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	color: #fff;
}
.ft_left1 ul{
	list-style: none;
	clear: both;
	width: 100%;
	margin-top: 15px;
}
.ft_left1 ul li{
	width: 100%;
	display: block;
	line-height: 36px;
}
.ft_left1 ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.ft_left1 ul li a:hover{
	color: #b7b7b7;
}

.ftsocial {
    clear: both;
    list-style: outside none none;
    padding-left: 0px;
    margin-top: 15px;
}
.ftsocial li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.ftsocial li a {
    border-radius: 100%;
    color: #000;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 36px;
    background-color: #fff;
}
.ftsocial li a.fb:hover {
    background-color: #3c5b9b;
    color: #fff;
}
.ftsocial li a.tw:hover {
    background-color: #2daae1;
    color: #fff;
}
.ftsocial li a.lin:hover {
    background: #0077b5;
    color: #fff;
}

.ftaddress {
    clear: both;
    color: #cbcbcb;
    display: table;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
}
.ftul1 {
    clear: both;
    list-style: outside none none;
    width: 100%;
    padding-left: 0px;
}
.ftul1 li {
    clear: both;
    display: block;
}
.ftul1 li a {
    clear: both;
    color: #cbcbcb;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.ftul1 li a:hover {
    color: #fff;
}
.ftaddress h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    margin-top: 15px;
    font-family: 'Josefin Sans', sans-serif;
}
.ftaddress a{text-decoration: underline; color: #fff;}
.ftaddress p{font-size: 18px;}
.mFooter {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
    color: #cbcbcb;
    display: inline-block;
    font-size: 16px;
   padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.mFooter span{color: #ff0c38; text-transform: uppercase;}


.home_addressleft ul {
    list-style-type: none;
    margin-top: 15px;
}

.home_addressleft li {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0;
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.home_addressleft li p {
    color: #fff;
    /* float: right; */
    font-size: 18px;
    line-height: 26px;
    width: 85%;
    margin: 0;
    font-weight: 400;
}
.home_addressleft li p strong{font-weight: 600;}
.home_addressleft li span {
    color: #d10205;
    float: left;
    font-size: 24px;
    height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home_addressleft li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}
/*-----------footer_end------------*/



/*box4*/
.box4{
	width: 100%;
	display: block;
	background-color: #f1f2f6;
	padding: 50px 0;
	overflow: hidden;
}
.box4 h2 {
    font-size: 42px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
}
.news-block{
    position:relative;
    /* margin-bottom: 40px; */
}

.news-block .inner-box{
    position:relative;
}

.news-block .inner-box .image{
    position:relative;
    overflow:hidden;
    background-color:#191b1d;
}

.news-block .inner-box .image img{
    position:relative;
    width:100%;
    height: 225px;
    display:block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .image img{
    -webkit-transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
    transform:scale(1.05,1.05);
}

.news-block .inner-box .image:before {
    background: rgba(53, 53, 53, 0.56);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(75deg) translateZ(0px);
    z-index: 3;
    opacity: 0;
}

.news-block .inner-box:hover .image:before{
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s; 
    opacity: 1;
}

.news-block .inner-box .image .overlay-link {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 45px;
    z-index: 9;
    opacity: 0;
    transform: scale(0.4) translate(-50%, -50%);
    visibility: hidden;
    transition: .5s ease;
    transition-delay: .5s;
}

.news-block .inner-box:hover .image .overlay-link {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(-50%, -50%);
}

.news-block .inner-box .image .overlay-link:hover {
    color: #ff610c;
}
.sec-title h1{
    text-align: center;
    margin-top: 0px;
    font-size: 36px;
    color: #ff610c;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.news-block .inner-box .lower-content {
    position: relative;
    padding: 0px 35px 30px;
    border: 1px solid #fff;
    overflow: visible;
    background-color: #fff;
}

.news-block .inner-box .lower-content .title{
    position:relative;
    color:#f3b440;
    font-size:14px;
    font-weight:600;
    margin-bottom:5px;
    text-transform:uppercase;
}

.news-block .inner-box .lower-content .post-info{
    position:relative;
    margin-bottom: 20px;
    margin-top: -19px;
    z-index: 9;
}

.news-block .inner-box .lower-content .post-info li{
    position:relative;
    font-size: 16px;
    font-weight: 400;
    display:inline-block;
    margin-right:8px;
    color: #fff;
    background: #007dc6;
    padding: 0 15px;
}

.news-block .inner-box .lower-content .post-info li.category {
    background: #ff610c;
    color: #fff;
}

.news-block .inner-box .lower-content .post-info li.category:before {
    position: absolute;
    content: '';
    background: #ff610c;
    height: 10px;
    width: 8px;
    left: 0;
    bottom: -9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.news-block .inner-box .lower-content .post-info li a{
    position:relative;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.news-block .inner-box .lower-content h4{
    position:relative;
    color:#3e3e3f;
    font-size: 24px;
    font-weight:600;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px;
    line-height: 28px;
    height: 80px;
    overflow: hidden;
    display: block;
}

.news-block .inner-box .lower-content h4 a{
    position:relative;
    color:#3e3e3f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
}

.news-block .inner-box .lower-content h4 a:hover{
    color:#ff610c;
}

.news-block .inner-box .lower-content .author a {
    position:relative;
    color:#7e8597;
    font-size:16px;
    font-weight: 500;
    text-transform:uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
}

.news-block .inner-box .lower-content .author a span {
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.news-block .inner-box .lower-content .text{
    position:relative;
    color:#555;
    line-height: 24px;
    font-size: 16px;
    margin-bottom:12px;
    height: 96px;
    overflow: hidden;
    font-weight: 400;
}


.news-block.style-two .inner-box .lower-content h3{
    margin-bottom:12px;
    font-size:24px;
}

.blog-large .news-block{
    margin-bottom:50px;
}
a.find{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
	border-radius: 2.5rem;
	padding: 0.6875rem 3.25rem 0.5625rem 1.25rem;
	background-color: transparent;
	color: #019cde;
	border: 0.125rem solid #019cde;
	margin-top: 10px;
	transition: all 0.3s;
}
a.find:hover{background-color: #019cde; color: #fff;}
a.find svg {
    width: 20px;
    height: 0.875rem;
    position: absolute;
    top: 50%;
    margin-top: -0.375rem;
    right: 1.25rem;
    float: right;
}

.box4 .owl-nav{top: 50% !important;}
.box4 .owl-prev{background-image: url('../images/prev3.png') !important; 
opacity: 1 !important; margin-left: -30px !important;}
.box4 .owl-next{background-image: url('../images/next3.png') !important; 
opacity: 1 !important; margin-right: -30px !important;}

.box4 .owl-theme .owl-nav{z-index: -1;}
/*box4*/



/*box6*/
.box6 {
	width: 100%;
	display: block;
	padding: 80px 0;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	position: relative;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 2;
}
/* .box6:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5
} */

.box6:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 34, 65, 0.70) none repeat scroll 0 0;
	content: "";
	z-index: -1;
}

.box6 h2 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
}

.box6 h2 span {}

.box6 p {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.box6 a {
	text-decoration: none;
	color: #fff;
	height: 52px;
	line-height: 52px;
	padding: 0 40px;
	border-radius: 5px;
	display: table;
	margin: auto;
	background-color: #ff610c;
	border: 1px solid #ff610c;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	transition: all 0.3s;
	margin-bottom: 40px;
}

.box6 a img {
	margin-left: 10px;
}

.box6 a:hover {
	background-color: transparent;
	border-color: #fff;
}
/*box6*/


/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background-color: #00020f;
opacity: 0.55
}
.inner_banner img{
    width: 100%;
    /* opacity: 0.4; */
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 50%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px; margin-top: 20px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #1494f5;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 3px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 24px; font-weight: 600; font-family: 'Josefin Sans', sans-serif;
text-transform: uppercase; margin-bottom: 10px; display: inline}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }

/*innerbanner*/

.phd1{
	font-size: 32px;
	font-weight: 600; 
	margin-bottom: 15px;
	color: #322b78;
	line-height: 45px;
}
.pcont1{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #313131;
}
.dividerbx{
	display: table;
	clear: both;
	margin: 25px 0;
}

.productsdescrption{
	clear: both;
	width: 100%;
	display: table;
	padding: 50px 0;
	background-color: #fff;
}
.productsdescrption a.enlargeimg{
    width: 160px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
z-index: 1;

    display: table;
    margin: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.productsdescrption a.enlargeimg:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #063f77;
    opacity: 0;
    transition: all 0.3s;
    content: "";
}
.productsdescrption a.enlargeimg:after{
    position: absolute;
    left: calc(50% - 15px);
    top: calc(60% - 35px);
    content: "";
    content: "\f00e";
    color: #fff;
    font-size: 32px;
    font-family: FontAwesome;
    opacity: 0;
    transition: all 0.3s;
}
.productsdescrption a.enlargeimg:hover:before{opacity: 0.5}
.productsdescrption a.enlargeimg:hover:after{opacity: 1; top: calc(50% - 15px);}
.productsdescrption img.newsimg{width: 100%; display: table; margin: auto; 
     height: auto; float: right;}

.productsdescrption h2{
	margin-top: 0px;
	color: #33216c;
	font-weight: 700;
	margin-bottom: 0px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
}
.productsdescrption h4{
	font-family: 'Josefin Sans', sans-serif;
	color: #555;
	margin: 15px 0;
}
.p_price2{
    color: #da3838;
    font-size: 28px;
    text-transform: capitalize;
    margin: 10px 0 15px;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    clear: both;
    display: inline-block;
    width: 100%;
}
.p_price2 span, .p_price2 b{
    /* text-decoration: line-through; */
    color: #b5b5b5;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
}
.p_price2 b{text-decoration: none; background-color: #f7e245; color: #000; font-size: 14px; 
    padding: 5px 20px; margin-left: 40px; position: relative; top: -5px; text-transform: capitalize;
    border-radius: 20px;
}
.productsdescrption p{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 28px;
	color: #313131;
}
.p_cart2{
  clear: both;
  width: 100%;
  display: table; 
  margin-top: 30px;
  /* padding: 20px;
  background-color: #fff; */
}
.p_cart2 .atc{
  float: left;
  display: inline-block;
  text-align: center;
  background-color: #c80024;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 50px;
}
.p_cart2 .atc:hover{
  background-color: #352e7a;  color: #fff;
}

.productsdescrption h3{
	margin-top: 0px;
	color: #0d91f3;
	font-weight: 600;
	margin-bottom: 0px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: capitalize;
	font-size: 26px;
	margin-top: 50px;
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
a.takelook{
	text-decoration: none;
	width: 100%;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	display: block;
	position: relative;
}
a.takelook > img{
	width: 175px;
	display: table;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out 0s;
	margin: auto;
}
/* a.takelook:hover > img{transform: scale(1.1, 1.1)} */
a.takelook span { position:absolute; top:40%; display: table;
	left:27%; text-align:center; z-index: 66; font-size: 14px; line-height: 18px; 
}
a.takelook span b { background:rgba(0,69,168,.7); padding:10px;  opacity: 0;
 color:#fff; font-weight:normal; display: block; border-radius: 30px; }
a.takelook:hover span b { background:#322b78; opacity:1;  }

a.takelook span b em { font-style:normal; font-size:.875em; display:block; }
a.takelook-cover {  margin:0 1em 0 0; box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
transition: all 0.2s ease-in-out 0s;    z-index: 1; }
a.takelook i{color: red;}

.width20{
	float: left;
	display: inline-block;
	width: 20%; 
	padding: 10px;
}


.productsdescrption ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
}
.productsdescrption ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 8px 0 8px 25px;
    font-size: 18px;
color: #313131;
font-weight: 400;
text-transform: capitalize
}
.productsdescrption ul li:before {
    position: absolute;
    top: 6px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #ff0000;
}

.modal{
	z-index: 99999999999 !important;
}
.modal-backdrop{
	z-index: 9999999 !important;
}
.close{font-weight: 400 !important; text-shadow: none !important;
font-size: 30px !important;}
.close:hover{opacity: 1 !important;}
.modal-dialog{width: 730px !important; margin-top: 100px; }
.modal-dialog1{width: 900px; }
.modal-body{background-color: #eff8f9;
background-image: url('../images/blue-wave.png'); padding: 40px 0}
.modal-body1{padding: 40px; background-color: #fff;}
.modal-header .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  line-height: 36px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #f15d21;
  text-align: center;
  opacity: 1;
  border-radius: 40px;
  z-index: 99;

}
.modal-header .close:hover{background-color: #003c76;}

.modal-body h2 {
    position: relative;
    margin-top: 0px;
    color: #33216c;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.modal-body h2:before {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #ff0000;
    content: "";
}
.modal-body input.form-control, .modal-body textarea.form-control {
    background-color: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    z-index: 99;
    padding-left: 20px;
    box-shadow: none;
}
input.subres {
    padding: 14px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    display: table;
    border-radius: 30px;
    letter-spacing: 2px;
    margin:  auto;
    background-color: #ff0000;
    transition: all 0.3s;
}

input.subres:hover {
    background-color: #fff;
    color: #ff0000;
}
.modal-header .close{background-color: #ff0000 !important;}

.pcont2 p{font-size: 18px; line-height: 28px;}


/*contact*/
.contact_block {
    padding: 50px 0;
    display: table;
    width: 100%;
    background-color: #fff;
}
.footer_address ul li {
    list-style: none;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    max-height:315px;
    min-height:315px;
    padding:50px 0;
    width: 33.3%;
}
.footer_address ul li:last-child {
    border-right: 0 none;
}
.footer_address ul li a{text-decoration: none; display: block;}
.add_icon {
    display: table;
    margin: auto;
    text-align: center;
    width:100px;
}
.add_icon img{
    max-width:100%;
    height: 60px;
    display: inline-block;
}
.footer_address ul li h4 {
    color: #ff0c38;
    font-size: 20px;
    letter-spacing: 0px;
    margin: 20px 0 10px;
    font-weight:500;
    text-align: center;
     font-family: 'Josefin Sans', sans-serif;
}
.footer_address ul li p {
    color: #312a77;
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 26px;
    padding: 0 30px;
    width:100%;
    float:left;
    text-align: center;
    font-weight:400;
}
/*contact_adr:*/


/*omission*/
.omission{
    width: 100%;
    display: block;
    background-color: #eff8f9;
background-image: url('../images/blue-wave.png');
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    /* background: #efefef url('../images/pattern_01.png') 50% 50% repeat; */
}
.omission h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #3B4757;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}
.omission label{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #333;
}
.omission label span{color: #ff7149;}
.omission input.form-control, .omission textarea.form-control, .omission select{
    background-color: #fff;
    border-radius: 0px;
    height: 50px;
    border: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.omission textarea.form-control{height: 120px;}
.omission .col-sm-12{
    display: table;
    width: 100%;
}
.omission select{cursor: pointer;}

/*omission*/

a.downloadbtn{
	text-decoration: none;
	margin-top: 15px;
	color: #000;
	transition: all 0.3s;
	border: 1px solid #eae8e4;
	padding: 40px 20px;
	display: block;
	width: 100%;
	margin: -1px;
	position: relative;
	min-height: 205px;
}
a.downloadbtn:hover{border: 1px solid #000; position: relative; z-index: 1}
a.downloadbtn img{}
a.downloadbtn h3{
	font-size: 16px;
	color: #0f93f4;
	margin-top: 10px;
}


.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #0e92f4;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}
#header.cloned .icon-bar {background: #000;}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(113,79,54,0.4);
}
.cart_bx1{
  width: 96%;
  background-color: #322b78;
  height: 100%;
  padding: 20px;
  top: 0%;
  right: -100%;
  transition:ease all 0.4s;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  background-image: url('../images/work-left.png');
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 16px; 
    display: block; padding: 10px 15px; text-transform: capitalize; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    /* padding: 10px 25px; */
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}
a.closebtn img{width: 36px;}
a.mobilecont{
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #138dd0;
    background-color: #138dd0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}

img.deskno{display: none;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden; padding-top: 110px;}
    .container1_inner{width: 100%;}
    .top_left{display: none;}
    .bannersvg{display: block; overflow-x: hidden; min-height: 2000px;}
    .bannersvg3{display: block; overflow-x: hidden; min-height: 1500px;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .header{padding: 5px 0px;}
    .top_social, .top_social ul{display: none;}
    .menu2{display: block; top: 40px; right: 10px; z-index: 99999999999999;}
    .menu{display: none;}
    .header_right{padding: 0px;}
    .logo{padding-left: 20px;}
    .logo a{float: left;}
    .eBtn_pop{display: none;}
    a.scroll-down-link{bottom: 20px;}
    .bannercontbx1{top: 15%; text-align: center; left: 0px;}
    .bannercontbx1 h2{text-align: center; font-size: 26px; line-height: 34px;}
    .bannercontbx1 p{font-size: 18px; line-height: 24px;}
    .pavcontentslider .carousel-control{top: 20% !important;}
    .box2cont h4{font-size: 16px;}
    .box2cont h3{font-size: 26px;}
    .box2cont p{padding: 0 5%; font-size: 16px; line-height: 24px;}
    .education-short{margin-bottom: 25px;}
    .box2{padding-bottom: 10px;}
    .box3 ul li{width: 50%;}
    .box3 h2{font-size: 26px;}
    .box3 ul li a{padding: 15px;}
    .box3 ul li a h3{font-size: 14px; line-height: 21px; height: 42px;}
    .box3 ul li a .img1 img{max-height: 144px;}

    .banner_txt{left: 0px; border-radius: 0; width: 100%; height:auto;}
    .banner_hd{font-size: 28px; line-height: 36px; margin-top: 0px;}
    .banner_r_more a{height: 36px; line-height: 36px; font-size: 16px;}

    .carousel-control.right{right: 30px !important;}
    .main_banner{height: auto;}
    .section1 h2{font-size: 21px; letter-spacing: 1px;}
    .section1 h2:before, .section1 h2:after{display: none;}
    .section1 h3{font-size: 18px;}
    .section1 p{font-size: 16px; line-height: 24px;}
    .section3 .col-sm-4{padding: 0px !important;}
    .section3 .col-sm-8{height: auto;}
    a.sec2bx{margin-bottom: 25px;}
    .section2{padding-bottom: 30px;}
    .news-block .inner-box{margin-bottom: 30px;}
    .section4{padding-bottom: 20px;}
    .footer{padding: 20px;}
    .footer_menu, .footer_menu1{width: 100%; clear: both; margin-bottom: 30px;}
    .home_addressleft{width: 100%}

    .innertxt1{top: 20%;}
    .inner_banner h1{font-size: 18px;}
    .page_left, .page_right{width: 100%; clear: both;}
    .page1 .sticky{position: relative; top: auto; margin-top: 30px;}
    .key_people img{width: 100%; display: block; margin-left: 0px; margin-bottom: 20px;}
    .box5_row1{width: 100%; clear: both;}
    .career_form h2{font-size: 28px;}

    .halfspan{width: 100%; clear: both;}
    .b5_img1 img{width: 60%;}
    .footer_hd{font-size: 21px; margin-bottom: 10px;}
    .footer_menu1 img{width: 240px !important;}
    .sec3_bg{min-height: auto;}
    .section3{padding: 30px 0}
    .ft_logo, .ft_left2, .ft_left1, .ftleft1{width: 100%; clear: both; margin-bottom: 30px;}
    .ft_logo img{width: 180px;}
    .mFooter{font-size: 14px;}
    #header.cloned{
    	box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
    }
    .innertxt1 ul{display: none;}
    .innerbox3{padding: 20px;}
    .phd1{font-size: 21px;}
    .pcont2 p{font-size: 16px;}

    .omission h3{font-size: 28px;}
    .footer_address ul li{width: 100%; clear: both;}

    .productsdescrption h2{font-size: 21px; margin-top: 20px;}
    .productsdescrption h3{padding: 0 15px;}
    .width20{width: 50%;}
    a.takelook > img{width: 100%; max-height: 175px;}
    a.takelook span{left: 20%;}
    .productsdescrption p, .productsdescrption ul li{padding: 0 15px; font-size: 16px; line-height: 24px;}
    .productsdescrption ul{padding: 0 15px;}
    .productsdescrption ul li::before{left: -5px; top: 0}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{
    .bannercontbx1{top: 25%; text-align: center; left: 0px;}
    .bannercontbx1 h2{text-align: center; font-size: 42px; line-height: 55px;}
    .bannercontbx1 p{font-size: 24px; line-height: 36px; padding: 0 10%;}
    .pavcontentslider .carousel-control{top: 40% !important;}
    a.sec2bx h3{font-size: 20px;}
    .section4{padding: 40px 15%;}
    .footer_menu, .footer_menu1, .home_addressleft{float: left; display: inline-block; width: 50%; clear: none;
        min-height: 250px;}
       .education-short .education-bottom p .education-age{font-size: 42px;}
       .education-short .education-bottom p{font-size: 12px;}
       .box3 ul li{width: 33.33%}
       .box3 ul li a .img1 img{max-height: 165px;}
       .width20{width: 25%;}
}
@media only screen and (min-width : 960px) and (max-width : 1210px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .menu{height: 50px; line-height: 50px;}
}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{
    .header_right{padding: 0px;}
    .menu > ul > li > a{padding: 15px;}
    a.scroll-down-link{bottom: 10%;}
    .sec3_bg{min-height: auto;}
    a.sec2bx h3{font-size: 24px;}
    .news-block{width: 33.33%; float: left; display: inline-block;}
    .section4{padding: 20px 0px;}
}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    
}