input.btn-pay-digi {
    background: #ed5903;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    padding: 5px 17px;
}

p#paynow-amount {
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0 0 0;
}

button#btn-pay-now {
    padding: 6px 40px;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 0 47px;
    background: #ed5903;
    border: solid thin #ed5903;
    text-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 5px #000000ba;
}

div#pay-detail {
    border: solid thin #b17105 !important;
    padding: 10px 5px !important;
    margin: 25px 0 0 0;	
}

div#pay-detail h1 {
    background-color: #b17105 !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 500;
    padding: 6px 8px;
}

div#pay-detail table {
	border:none !important;
}


div#pay-detail table tr td{
	border:dotted thin #ccc !important;
	font-size:14px;
	padding:8px 0;
}



button.btn.btn-link.paynow {
    font-size: 12px;
    padding: 1px 10px;
    margin: -3px 0 0 15px;
    font-weight: 600;
    text-transform: capitalize;
    border: solid thin #ed5903;
    background-color: #ee5903;
    color: #fff;
}


@import url('montserrat-font.css');
*{
	margin:0;
	padding:0;
}
body {
	color:#555;
	font-family: 'Montserrat', sans-serif;
	line-height:26px;
	background:#fff;
}
.floatleft {float:left}
.floatright {float:right}
img {
	/*max-width:100%;*/
	height:auto
}
.fix {overflow:hidden}
p {
	margin:0px;
	color: #555;
}
h1, h2, h3, h4, h5, h6 {
	color: #202046;
	margin-bottom: 10px;
	margin-top: 0px;
    font-weight: 400;
}
input:focus,select:focus{
	outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
li{list-style-type:none !important;}
a {
	transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
	text-decoration:none;
	color:#333;
	font-size:17px;
}
a:hover{
	color:#202046;
}
a:active, a:hover, a:focus {
	outline: none;
	text-decoration:none;
}
button:focus{
	outline:none;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.ptb-15{padding:15px 0px}
.ptb-30{padding:30px 0px}
/*.ptb-140{padding:140px 0px;}*/ .ptb-140{padding:40px 0px;}
.ptb-70{padding:140px 0px 110px;}

.pb-140{padding-bottom:00px;}

.mtb-30{margin:30px 0px;}

.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-60{margin-top:60px;}
.mt-100{margin-top: 100px;}

.mb-60{margin-bottom:60px;}
.mb-50{margin-bottom:50px;}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-20{margin-bottom:20px}

.bg-1{background:#fafafa}
.bg-2{background:#efefef;}
.bg-fff{background:#fff}

.black-opacity{
	position:relative;
	z-index:9;
}
.black-opacity:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*background:#000;*/
	opacity:.7;
	content:"";
	z-index:-9;
}
.bg-img-1{
	background:url(../images/bg/4.html)no-repeat center center / cover;
}
.bg-img-2{
	background:url(../images/bg/5.jpg)no-repeat center center / cover;
}
.bg-img-3{
	background:url(../images/bg/6.html)no-repeat center center / cover;
}
.bg-img-4{
	background:url(../images/bg/7.html)no-repeat center center / cover;
}
.bg-img-5{
	background:url(../images/bg/8.html)no-repeat center center / cover;
}
.bg-img-6{
	background:url(../images/bg/9.html)no-repeat center center / cover;
}
.bg-img-7{
	background:url(../images/bg/10.html)no-repeat center center / cover;
}
.bg-img-8{
	background:url(../images/bg/11.html)no-repeat center center / cover;
}
/*preloader-area */
.preloder-wrap {
	background-color: #202046;
	color: #fff;
	height: 100vh;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content:center;
	align-items:center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.loader {
    height: 200px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 50%;
    top: 0;
    width: 100%;
    margin-left: -100px;
}
.loader .siteref {
    bottom: 16px !important;
    display: block;
    font-size: 10px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100% !important;
}
.preloder-wrap .child-common
{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate3 2s infinite;
    animation: animate3 2s infinite;
}

.preloder-wrap .child1
{
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.preloder-wrap .child2
{
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloder-wrap .child3
{
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloder-wrap  .child4
{
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animate3
{
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate3 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*preloader-area */

/*search-area */
.search-area{
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #262626;
    z-index: -1005;
    display: none;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    justify-content: center;
	-webkit-justify-content:center;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
}
.search-area.active{
    visibility: visible;
    opacity: 1;
    z-index: 1005;
}
.search-form form{
    position: relative;
}
.search-form input{
    height: 50px;
    width: 100%;
    border: 1px solid #f1f1f1;
    background: transparent;
    padding-left: 20px;
    padding-right: 120px;
	color:#fff;
}
.search-form button{
    height: 50px;
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    border:1px solid #f1f1f1;
}
.search-area span.closs-btn{
    position: absolute;;
    right: 5px;
    top: 5px;
    display: inline-block;
    height: 45px;
    width: 80px;
    text-transform: uppercase;;
    background: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.search-area span.closs-btn:hover{
    background: #202046;
    color: #fff;
}
/*search-area */
/*---------------------------- 2. header-area start --------------------------*/
.header-area{background: #fff}
.logo h1 {
  margin: 0;
 /* padding: 22px 0;*/ padding:5px 0px 0px 0px;
  transition:all .3s;
  text-transform:uppercase;
  font-size:24px;
  font-weight: 500;
}
.logo h1 a{
	color:#222;
	font-size:24px;
}
/*---------------------------- 2. header-area end --------------------------*/
.mainmenu > ul{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.mainmenu ul li {
	position:relative;
}
.mainmenu ul li:first-child{margin-left:0px;}
.mainmenu ul li:last-child{margin-right:0px;}
.mainmenu ul li > a{
	text-transform:uppercase;
	font-weight:500;
	padding:22px 15px;
	color:#333;
	display:block;
	position:relative;
}
.mainmenu ul li.active > a,.mainmenu ul li:hover > a{
	background:#202046;
	color:#fff;
}
.mainmenu ul li > a:before,.mainmenu ul li > a:after{
	position: absolute;
	left: 15px;
	height: 1px;
	width:0;
	background: #fff;
	content: "";
	bottom: 24px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
}
.mainmenu ul li > a:after{
	bottom:22px;
	left:auto;
	right:15px;
}
.mainmenu ul li.active > a:before,.mainmenu ul li.active > a:after,.mainmenu ul li:hover > a:before,.mainmenu ul li:hover > a:after{
	width:45%;
}
.mainmenu ul li a i{
	margin-left:2px;
}
.mainmenu ul li > ul.submenu{
	position:absolute;
	left:0;
	top:100%;
	background:#fff;
	box-shadow:0px 2px 3px rgba(0,0,0,.15);
	width:180px;
	opacity:0;
	visibility:hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
	z-index:999;
	border-top:2px solid #202046;
	text-align:left;
}
.mainmenu ul li:hover > ul.submenu{
	opacity:1;
	visibility:visible;
}
.mainmenu ul li > ul.submenu.right{
	left:auto;
	right:0;
}
.mainmenu ul li > ul.submenu li{
	display:block;
	padding:0px 0px;
	margin:0px;
}
.mainmenu ul li > ul.submenu li > a{
	text-transform:capitalize;
	padding:7px 15px;
	font-size:13px;
}
.mainmenu ul li > ul.submenu li:hover > a{
	color:#fff;
	background:#202046;
}
.mainmenu ul li > ul.submenu li.active > a{
    color:#fff;
	background:#202046;
}
.mainmenu ul li > ul.submenu li.active > a::before,.mainmenu ul li > ul.submenu li.active > a::after,.mainmenu ul li > ul.submenu li:hover > a:before,.mainmenu ul li > ul.submenu li:hover > a::after{
    display: none;
}
.mainmenu ul li > ul.submenu li > ul {
    left: 100%;
	top:0px;
}
.mainmenu ul li > ul.megamenu{
	position:absolute;
	/*right:0;*/
	z-index:9999;
	opacity:0;
	visibility:hidden;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	width:500px;
	box-shadow:0px 2px 3px rgba(0,0,0,.15);
	padding:10px ;
	background:#fff;
	border-top:2px solid #202046;
	text-align:left; left:0px;
}
.mainmenu ul li:hover > ul.megamenu{
	opacity:1;
	visibility:visible;
}
.mainmenu ul li > ul.megamenu li{
	/*width:33.33%;*/ width:28%;
	float:left;
	display:block;
	margin:0px;
	padding:0px 0px;
}
.mainmenu ul li > ul.megamenu li a{
	text-transform:capitalize;
	padding:3px 0px;
	font-size:12px;
}
.mainmenu ul li > ul.megamenu li a.mega-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}
.mainmenu ul li > ul.megamenu li a.mega-title::before,.mainmenu ul li > ul.megamenu li a.mega-title::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background:#202046;
    content: "";
}
.mainmenu ul li > ul.megamenu li a.mega-title::after{
    left: 10px;
    bottom: 2px;
}
.mainmenu ul li > ul.megamenu li:hover a.mega-title{
	background:transparent;
}
.mainmenu ul li > ul.megamenu li > ul li:hover a{
	color:#202046;
	background:transparent;
	padding-left:5px;
}
.mainmenu ul li > ul.megamenu > li.megatitle a{
	margin-bottom:5px;
	border-bottom:1px solid #f1f1f1;
	text-transform:uppercase;
}
.mainmenu ul li > ul.megamenu li > ul li{
	width:100%;
    padding:0px;
}
.mainmenu ul li > ul.megamenu li > ul li.active a{
	color:#202046;
	background:transparent;
}
.search-wrap ul li{
	width:100%;
	height:70px;
	background:#202046;
	position:relative;
	line-height:70px;
	transform:skew(15deg);
	overflow:hidden;
	position:relative;
	text-align:center;
	right:9px;
}
.search-wrap ul li a{
	color:#fff;
	display:block;
	transform:skew(-15deg);
	font-size:16px;
}
/*---------------------------- header-area end --------------------------*/

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap{
	position:relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
        padding: 28px 21px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 70px;
    width: 100px;
    background: #202046;
    transform: skew(15deg);
    -moz-transform: skew(15deg);
    -webkit-transform: skew(15deg);
}
.slicknav_menu .slicknav_icon {
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	margin: 2px 18px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
	display: none;
}
.responsive-menu-wrap .slicknav_menu {
	background: transparent none repeat scroll 0 0;
	font-size: 15px;
	padding: 0;
	position: absolute;
	/*right: 9px;*/ right:-100px;
	top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
}
.responsive-menu-wrap .slicknav_nav {
    background: #efefef none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 0;
    width: 720px;
    z-index: 99;
    right: -8px;
    z-index: 9999999;
    position: relative;
}
.slicknav_nav a {
	color: #f1f1f1;
	text-decoration: none;
	text-transform: capitalize;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	text-shadow:0px 3px 5px rgba(0,0,0,.5);
	color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
	background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
	font-size: 10px;
	margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*---------------------------- responsiv-area end --------------------------*/

/*---------------------------- 3. slider-area start --------------------------*/
.slider-area{
	/*height:100%;*/
	position:relative;
}
.slider-items{
	position:relative;
	z-index:9;
}
.slider-items:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.4;
	z-index:9;
	content:"";
}
.slider-items img{
    visibility: hidden;
}
.table{
	display:table;
	height:100%;
}
.table-cell{
	display:table-cell;
	vertical-align:middle;
}
.slider-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
}
.slider-content h2{
	text-transform:uppercase;
	color:#fff;
	margin-bottom:20px;
	font-size:36px;
}
.slider-content h3{
	color:#202046;
	text-transform:uppercase;
	margin-bottom:15px;
}
.slider-content p{
	color:#fff;
	text-transform:capitalize;
	margin-bottom:25px;
}
.slider-content ul li{
	display:inline-block;
	margin:0px 5px;
}
.slider-content ul li a,.btn-style{
	display:inline-block;
	/*padding:8px 30px;*/ padding:6px 10px;
	background:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	position:relative;
	z-index:9;
	 -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.slider-content ul li a:hover,.btn-style:hover{
	color:#fff;
}
.slider-content ul li:last-child a{
	background:#202046;
	color:#fff;
}
.slider-content ul li:last-child a:hover{
	color:#202046;
}
.slider-content ul li a:before,.btn-style:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#202046;
	content:"";
	z-index:-9;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.slider-content ul li:last-child a:before{
	background:#fff;
}
.slider-content ul li a:hover:before,.btn-style:hover:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.slider-active{
	position:relative;
}
.slider-next-prev-style{
    overflow: hidden;
}
.slider-next-prev-style .owl-nav div{
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 45px;
    width: 55px;
    background: #202046;
    line-height: 45px;
    text-align: center;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s; padding-top:15px;
}
.slider-next-prev-style .owl-nav div:hover{
    background: #0552b1;
}
.slider-next-prev-style:hover .owl-nav div{
    left: 0;
}
.slider-next-prev-style .owl-nav div.owl-next{
    left: auto;
    right: -100px;
}
.slider-next-prev-style:hover .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.dotate-style .owl-dots{
	position:absolute;
	left:0;
	bottom:5px;
	right:0;
	text-align:center;
	z-index:999999;
}
.dotate-style .owl-dot {
	height:5px;
	width:20px;
	display:inline-block;
	background:#fff;
	outline:2px solid #fff;
	outline-offset:2px;
	margin:0px 7px;
}
.dotate-style .owl-dot.active{
	background:#202046;
	outline-color:#202046;
}
/*---------------------------- 3. slider-area end --------------------------*/

/*---------------------------- 4. about-area start --------------------------*/
.about-img{
	position:relative;
	z-index:9;
}
.about-img img{
	visibility:hidden;
}
.about-img:after{
	position:absolute;
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	border:3px solid #fff;
	opacity:.7;
	content:"";
	z-index:9;
}
.about-img:before{
	z-index:9;
}
.about-wrap h2{
	margin-bottom:20px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
	line-height:30px;
}
.about-wrap h2::before,.about-wrap h2::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px ;
    content: "";
    background: #202046;
}
.about-wrap h2::after{
    left: 10px;
    bottom: -2px;
}
.about-wrap p{
	margin-bottom:15px;
}
.about-wrap ul li{
	line-height:30px;
	position:relative;
	padding-left:25px;
	text-transform:capitalize;
}
.about-wrap ul li:before{
	position:absolute;
	top:13px;
	left:0;
	width:4px;
	height:4px;
	background:#202046;
	outline:2px solid #b17105;
	outline-offset:2px;
	content:"";
	border-radius:4px;
}


/*---------------------------- 4. about-area end --------------------------*/
/*---------------------------- 5. service-area start --------------------------*/
.section-title h2{
	margin-bottom:20px;
	/*padding-bottom:15px;*/
	position:relative;
	text-transform:capitalize;
	line-height:24px;
}
.section-title h2:before,.section-title h2:after,.fanfact-wrap h2:before,.fanfact-wrap h2:after{
	position:absolute;
	left:49%;
	bottom:0;
	width:60px;
	height:1px;
	/*background:#202046;*/
	content:"";
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
}
.section-title h2:after,.fanfact-wrap h2:after{
	bottom:-2px;
	left:51%;
}
.section-title p {
    text-transform: capitalize;
   /* margin-bottom: 35px;*/ margin-bottom:20px;
    font-size: 15px;
    font-style: italic;
    color: #696969;
    line-height: 24px;
}
.service-wrap{
	background:#fafafa;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.service-wrap:hover{
	background:#da2931;
}
.service-img{
	position:relative;
	z-index:9;
	overflow:hidden;
}
.service-img img{
	width:100%;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.service-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	z-index:9;
	opacity:.2;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.service-wrap:hover .service-img:before{
	opacity:.5;
}
.service-content{
	padding:30px 20px;
    border: solid 1px;
        background: radial-gradient(#aaaae3, transparent);

}


.service-content:hover{
    border: solid 1px white;
        box-shadow: 0px 1px 15px 2px #000000 !important;

}


.service-content h3{
	font-size:20px;
	margin-bottom:15px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.service-content p{
	margin-bottom:10px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	text-transform:capitalize;
}
.service-wrap:hover .service-content p,.service-wrap:hover .service-content h3,.service-wrap:hover .service-content a{color:#fff}
.service-wrap .service-content a:hover{
    text-shadow: 0px 3px 5px rgba(0,0,0,.3);
}
/*---------------------------- 5. service-area end --------------------------*/
/*---------------------------- 6. fanfact-area start --------------------------*/
.fanfact-area{
	height:350px;
}
.fanfact-wrap h2{
	font-size:36px;
	color:#fff;
	padding-bottom:10px;
	position:relative;
	display:inline-block;
	min-width:80px;
}
.fanfact-wrap h2:before,.fanfact-wrap h2:after{
	left:0;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	width:30px;
	background:#fff;
}
.fanfact-wrap h2:after{
	left:10px;
}
.fanfact-wrap p{
	color:#f1f1f1;
}
/*---------------------------- 6. fanfact-area end --------------------------*/
/*---------------------------- 7. portfolio-area end --------------------------*/
.portfolio-menu{
    margin-bottom: 30px;
}
.portfolio-menu button{
    position: relative;
    padding: 7px 25px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 12px;
    background: #202046;
    overflow: hidden;
    z-index: 9;
}
.portfolio-menu button.active{
    background: #0552b1;
}
.portfolio-menu button::before{
    position: absolute;
    right: -30px;
    top: 0;
    z-index: -9;
    width: 55px;
    height: 100%;
    background: #0552b1;
    content: "";
    transform: skew(-48deg);
    -webkit-transform: skew(-48deg);
    -moz-transform: skew(-48deg);
}
.portfolio-menu button.active::before{
    background: #202046;
}
.portfolio-wrap{
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}
.overlay{
    position: absolute;
    text-align: center;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    justify-content: center;
	-webkit-justify-content:center;
	z-index:9;
	padding:0px 30px;
}
.overlay:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background:#202046;
	z-index:-9;
}
.overlay a{
	height:40px;
	width:40px;
	display:inline-block;
	background:#fff;
	line-height:40px;
	text-align:center;
	margin:0px auto 20px;
	color:#202046;
	border-radius:50%;
}
.overlay h3{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}
.overlay p{
	color:#fff;
}
/*----------7. portfolio-area end -----------*/

/*-------------- 8. featured-area start -----------------*/
.featured-wrap ul{
	position:relative;
	overflow:hidden;
}
.featured-wrap ul:before{
	position:absolute;
	left:50%;
	top:0;
	width:2px;
	height:100%;
	background:#202046;
	content:"";
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
}
.featured-wrap ul li{
	position:relative;
	overflow:hidden;
	padding:60px 0px 10px 0;
}
.featured-wrap ul li:before{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%);
	height:10px;
	width:10px;
	background:#202046;
	content:"";
	border-radius:50%;
	margin-top:20px;
}
.featured-wrap ul li:last-child{
	padding:17px 0;
}
.featured-wrap ul li h3{
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	position:absolute;
	left:50%;
	top:0;
	padding:10px 30px;
	background:#0552b1;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	margin:0px;
}
.featured-wrap ul li .featured-content{
	float:right;
	width:43%;
	background:#0552b1;
	position:relative;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	border-radius:5px;
}
.featured-wrap ul li:hover .featured-content{
	background:#202046;
}
.featured-wrap ul li .featured-content:before{
	position:absolute;
	top:50%;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	content:"";
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.featured-wrap ul li:nth-child(odd) .featured-content:before{
	border-right:10px solid #0552b1;
	left:-10px;
}
.featured-wrap ul li:hover:nth-child(odd) .featured-content:before{
	border-right:10px solid #202046;
}
.featured-wrap ul li:nth-child(even) .featured-content{
	float:left;
}
.featured-wrap ul li:nth-child(even) .featured-content:before{
	right:-10px;
	border-left:10px solid #0552b1;
	border-right:0px solid #0552b1;
}
.featured-wrap ul li:hover:nth-child(even) .featured-content:before{
	border-left:10px solid #202046;
	border-right:0px solid #202046;
}
.featured-wrap ul li .featured-content .featured-img{
	width:40%;
	position:relative;
}
.featured-wrap ul li .featured-content .featured-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	opacity:.2;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.featured-wrap ul li:hover .featured-content .featured-img:before{
	opacity:.5;
}
.featured-wrap ul li:nth-child(odd) .featured-content .featured-img{
	float:right;
}
.featured-wrap ul li:nth-child(even) .featured-content .featured-img{
	float:left;
}
.featured-wrap ul li .featured-content .featured-info{
	width:60%;
	padding:20px;
}
.featured-wrap ul li:nth-child(odd) .featured-content .featured-info{
	float:left;
}
.featured-wrap ul li:nth-child(even) .featured-content .featured-info{
	float:right;
}
.featured-wrap ul li .featured-content h4{
	font-size:16px;
	margin-bottom:15px;
	color:#fff;
}
.featured-wrap ul li .featured-content p {
	color:#d2d2d2;
	line-height:24px;
}
/*---------- 8. featured-area end --------------*/

/*------------- 9. video-area start --------------------------*/
.video-area{
	height:400px;
}
.video-wrap a {
	animation: .8s cubic-bezier(0.8, 0, 0, 1) 1s normal none infinite running pulse;
	-webkit-animation: .8s cubic-bezier(0.8, 0, 0, 1) 1s normal none infinite running pulse;
	-moz-animation: .8s cubic-bezier(0.8, 0, 0, 1) 1s normal none infinite running pulse;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(41, 109, 193, 0.9);
	display: inline-block;
	font-size: 18px;
	height: 75px;
	line-height: 72px;
	text-align: center;
	width: 75px;
	border:2px solid #fff;
	color: #202046;
	background:#fff;
}
.video-wrap a:hover{
	background:#202046;
	border-color:#202046;
	color:#fff;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(41, 109, 193, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(41, 109, 193, 0);
    }
}
/*---------------------------- 9. video-area end --------------------------*/
/*-----------10. team-area start --------------*/
.team-wrap{
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.team-img{
	position:relative;
	z-index:9;
}
.team-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	opacity:0;
	z-index:9;
	 -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
	transform:scaleY(0);
	-webkit-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform-origin:top;
	-webkit-transform-origin:top;
	-moz-transform-origin:top;
}
.team-wrap:hover .team-img:before{
	transform:scaleY(1);
	-webkit-transform:scaleY(1);
	-moz-transform:scaleY(1);
	opacity:.5;
}
.team-img img{
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
	width:100%;
}
.team-wrap:hover .team-img img{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.team-content{
	height: 90px;
	width: 100%;
	bottom: 0;
	position: absolute;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	z-index:9;
	backface-visibility:#202046;
}
.team-content:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background:#202046;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    left: 0;
	z-index:-9;
}
.team-wrap:hover .team-content:before{
	height: 100%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.team-wrap:hover .team-content{
	height:125px;
}
.team-info{
	background:#202046;
	padding: 20px;
}
.team-content h3{
	text-transform:uppercase;
	margin-bottom:0px;
	color:#fff;
	font-size:15px;
}
.team-content p{
	color:#fff;
	font-style:italic;
	margin-bottom:10px;
	font-size:12px;
	font-weight:300;
	letter-spacing:1px;
}
.team-content ul{
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s, opacity 0.4s;
	-moz-transition: -moz-transform 0.6s, opacity 0.4s;
	transition: transform 0.6s, opacity 0.4s;
}
.team-wrap:hover .team-content ul{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.4s;
	-moz-transition: -moz-transform 0.6s, opacity 0.4s;
	transition: transform 0.6s, opacity 0.4s;
}
.team-content ul li{
    opacity: 0;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.1s;
    -moz-transition: -moz-transform 0.6s, opacity 0.1s;
    transition: transform 0.6s, opacity 0.1s;
	display:inline-block;
}
.team-wrap:hover .team-content ul li{
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.team-wrap:hover .team-content ul li:nth-child(1){
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.team-wrap:hover .team-content ul li:nth-child(2){
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.team-wrap:hover .team-content ul li:nth-child(3){
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.team-wrap:hover .team-content ul li:nth-child(4){
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.team-wrap:hover .team-content ul li:nth-child(5){
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.team-content ul li a{
	background:#fff;
	height:27px;
	width:27px;
	line-height:25px;
	text-align:center;
	display:block;
}
/*-----------10. team-area end --------------*/

/*-----------11. faq-area start --------------*/
.faq-wrap .panel-default > .panel-heading {
	background-color: transparent;
	border-color: #e1e1e1;
	padding:0px;
	font-weight: 700;
}
.faq-wrap .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	padding: 12px 20px;
}
.faq-wrap  .panel-body p {
  margin-bottom:0px;
}
.faq-wrap .panel-body {
    padding: 20px 20px;
    border: 1px solid #202046;
}
.faq-wrap .panel-default a {
	display: block;
	position: relative;
	background:#202046;
	color:#fff;
	overflow:hidden;
	font-size:15px;
	padding-right:50px !important;
}
.faq-wrap .panel-default a:before{
    position: absolute;
    right: -15px;
    top: 0;
    width: 57px;
    height: 100%;
    background: #b17105;
    content: "";
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
}
.faq-wrap .panel-default a:after {
	content:"\f107";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	right: 0;
	background: #b17105;
	height: 100%;
	top: 0;
	width: 35px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border:1px solid #b17105;
}
.faq-wrap .panel-default a.collapsed:after{
	content:"\f107";
}
.faq-wrap.about-content {
  padding: 12px 30px 12px 0;
}
.panel-group {
	margin-bottom: 0;
}
.form-style input,.form-style textarea{
	width:100%;
	height:40px;
	padding-left:15px;
	margin-bottom:18px;
	border:1px solid #999;
}
.form-style span{
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 11px;
    margin-bottom: 5px;
}
.form-style input:focus,.form-style textarea:focus{
	border:1px solid #202046;
	outline:none;
}
.form-style textarea{
	height:115px;
}
.form-style button{
	border:1px solid #999;
}
.form-style button:hover{
	border-color:#202046;
}
/*-----------11. faq-area end --------------*/

/*-----------12. client-area start --------------*/
.client-info{
	padding:25px 20px;
	background:#202046;
}
.client-info h3{
	font-size:16px;
	margin-bottom:0px;
	color:#fff;
}
.client-info span{
    font-size: 11px;
    display: block;
    color: #f1f1f1;
}
.client-info ul li{
    display: inline-block;
    margin-bottom: 10px;
    color: #c5c53a;
}
.client-info p{
    line-height: 24px;
    color: #e6e6e6;
    font-style: italic;
    font-weight: 300;
}
.client-img{
	position:relative;
	z-index:9;
}
.client-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	z-index:99;
	opacity:.4;
}
.test-active{
	padding-bottom:50px;
}
.test-active.dotate-style .owl-dots{
	bottom:-4px;
}
.test-active.dotate-style .owl-dot{
    background: #0552b1;
    outline-color: #0552b1;
}
.test-active.dotate-style .owl-dot.active{
	background:#202046;
	outline-color:#202046;
}
/*-----------12. client-area end --------------*/
/*------------------13. praller-area start --------------------*/
.prallex-area{
    height: 450px;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    justify-content: center;
	-webkit-justify-content:center;
}
.prallex-wrap h2{
	font-size:35px;
	color:#fff;
	line-height:55px;
	letter-spacing:1px;
	margin-bottom:20px;
	text-transform:capitalize;
}
.prallex-wrap  h2 i.fa-quote-left{margin-right:30px;}
.prallex-wrap  h2 i.fa-quote-right{margin-left:30px;}
.prallex-wrap span{
	color:#f1f1f1;
	text-transform:capitalize;
}
/*------------------13. praller-area end --------------------*/

/*------------------14. blog-area start --------------------*/
.blog-wrap{
	background:#fff;
}
.blog-img{
	position:relative;
	z-index:99;
	overflow:hidden;
}
.blog-img:before,.blog-img:after{
	position:absolute;
	top:0;
	width:0;
	height:100%;
	background:#000;
	content:"";
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	opacity:.5;
}
.blog-img:before{
	left:0;
}
.blog-wrap:hover .blog-img:before{
	width:50%;
}
.blog-img:after{
	right:0;
}
.blog-wrap:hover .blog-img:after{
	width:50%;
}
.blog-meta{
	margin-bottom:10px;
}
.blog-meta ul li{
	display:inline-block;
	margin-right:10px;
}
.blog-meta ul li a{
	color:#555;
}
.blog-meta ul li a:hover{
	color:#202046;
}
.blog-meta ul li a i{
	margin-right:3px;
}
.blog-content{
	/*position:relative;*/
	padding:10px 20px 11px;
	/*border-bottom:2px solid #c3c3c3;*/
}
.blog-content:before,.blog-content:after{
	/*position:absolute;*/
	left:0;
	bottom:-2px;
	width:10%;
	height:2px;
	background: #202046;
	content:"";
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	opacity:.7;
}
.blog-wrap:hover .blog-content:before,.blog-wrap:hover .blog-content:after{
	width:50%;
}
.blog-content:after{
	left:auto;
	right:0;
}
.blog-content h3{
	margin-bottom:15px; /*margin-bottom:8px;*/
}
.blog-content h3 a{
	font-size:20px;
	text-transform:capitalize;
}
.blog-content p{
	/*margin-bottom:20px;*/
	line-height:24px;
}
.blog-content a.btn-style{
	border:1px solid #b17105;
}
/*------------------14. blog-area end --------------------*/

/*------------------15. newsletter-area start --------------------*/
.newsletter-area{
	height:400px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.newsletter-wrap h2{
	color:#fff;
	margin-bottom:15px;
}
.newsletter-wrap p{
	color:#f1f1f1;
}
.newsletter-form form{
	position:relative;
	margin:17px 0px;
}
.newsletter-form input{
	margin:0px;
}
.newsletter-form button{
	position:absolute;
	right:-1px;
	top:0;
	height:40px;
	background:#0552b1;
	border-color:#0552b1;
	color:#fff;
}
/*------------------15. newsletter-area end --------------------*/

/*------------------16. footer-area start --------------------*/
.footer-top{
	padding:40px 0px;
	background:#b17105;
}
.footer-logo h1{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-logo p{
    color: #fafafa;
    margin-bottom:15px;
}
.footer-logo ul li{
    line-height: 35px;
    color: #f1f1f1;
    font-style: italic;
}
.footer-logo ul li i{
    margin-right: 5px;
}
.footer-widget h2{
    font-size: 20px;
    color: #f1f1f1;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}
.footer-widget h2::before,.footer-widget h2::after{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f1f1f1;
    content: "";
    height: 1px ;
    width: 30px;
}
.footer-widget h2::after{
    left: 5px;
    bottom: -2px;
}
.footer-menu ul li{
    line-height: 30px;
}
.footer-menu ul li a{
    color: #fafafa;
    display: inline-block;;
    padding-left: 10px;
    position: relative;
}
.footer-menu ul li a:hover{
    text-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
.footer-menu ul li a::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: fontawesome;
}
.instagram-wrap ul{
    overflow: hidden;
}
.instagram-wrap ul li{
    padding:2px;
    width: 33.33%;
    float: left;
}
.instagram-wrap ul li a{
    display: block;
    position: relative;
}
.instagram-wrap ul li a::before{
    position: absolute;
    left: 0
    top:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    content: "";
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.instagram-wrap ul li:hover a::before{
    opacity: .5;
}
.quick-contact input,.quick-contact textarea{
    height: 30px;
    background: transparent;
    border: 1px solid #f1f1f1;
    margin-bottom: 5px;
    width: 100%;
    color: #fff;
    padding-left: 10px;
}
.quick-contact textarea{
    height: 60px;
    margin: 0px;
}
.quick-contact button{
    padding: 5px 25px;
    border: 1px solid transparent;
}
.quick-contact ::-webkit-input-placeholder {
    color: #f1f1f1;
    font-size: 12px;
}
.quick-contact ::-moz-placeholder {
    color: #f1f1f1;
    font-size: 12px;
}
.quick-contact :-ms-input-placeholder {
    color: #f1f1f1;
    font-size: 12px;
}
.footer-bottom{
   /* padding: 20px 0px;*/
    background: #202046;
    color: #fff;
	    padding: 10px 0px 5px 0px;
}

.header-top{
    padding: 15px 0px;
    border-bottom: 1px solid #77adef;
}
.header-top-left p{
    color: #fff;
    font-style: italic;
}
.header-top-right ul li{
    display: inline-block;
    margin-left: 10px;
}
.header-top-right ul li a{
    color: #d8d8d8;
    font-size: 16px;
}
.header-top-right ul li a:hover{
    color: #fff;
}
.header-bottom .mainmenu > ul {
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.header-middle{
   /* padding: 10px 0px;*/
    position: relative;
    z-index: 9;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}
.header-middle::before{
    content: "";
    background-color: #fff;
    width: 40%;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
}
.header-middle-right {
    margin: 10px 0;
}
.header-middle-right ul{
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.header-middle-right ul li{
    /*margin-left: 30px;*/ margin-left:8px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
.header-middle-right ul li:first-child{
    margin-left: 0px;
}
.header-middle-right ul li .contact-icon i{
    font-size: 14px;
    margin-right:5px;
    line-height: 40px;
    color: #fff;
}
.header-middle-right ul li .contact-info p{
    color: #fff;
    line-height: 20px;
}
.header-middle-right ul li .contact-info span{
    font-size: 12px;
    font-style: italic;
    color: #d2d2d2;
}


/*-----------slider-area------------*/
.slider-active2 #progressBar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.slider-active2 #bar{
	height:5px;
	width:0px;
	max-width:100%;
	background:rgba(41,109,193,.5);
}

/*------------about-area ------------*/
.about-items{
    text-align: center;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    justify-content: center;
	-webkit-justify-content:center;
   /* height: 180px;*/  height:233px;
    background: #202046;
  /*  padding: 0px 30px;*/   padding: 0px 10px;
    position: relative;
    z-index: 9;
}
.about-items::before{
    position: absolute;
    left:5%;
    top: 5%;
    border: 1px solid #fff;
    content: "";
    width: 90%;
    height: 90%;
}
.about-items i{
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}
.about-items h3{
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    line-height: 28px;
}

.section-title.section-title2 h2::before,.section-title.section-title2 h2::after{
    left: 0;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}
.section-title.section-title2 h2::after{
    left: 10px;
}

.home2-service-area{
    padding-bottom:15px;
}
.home2-service-area .service-wrap{
    text-align: center;
    margin-bottom: 30px;
    background: #fafafa;
}
.home2-service-area .service-wrap:hover{
    background: #202046;
}

/*--------team-area start-----------*/
.team-wrap2{
    position: relative;
}
.team-wrap2 .team-img{
    overflow: hidden;
}
.team-wrap2 .team-content {
    position: static;
    background: #202046;
    padding: 30px 0;
}
.team-wrap2 .overlay{
    padding:0px 10px;
}
.team-wrap2 .overlay h3{
    margin: 0px;
}
.team-wrap2 .overlay span{
    color: #4690ea;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
}
.team-wrap2 .overlay p{
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 13px;
}
.team-wrap2 .overlay::before{
    background: #000;
    opacity: .8;
}
.team-wrap2 .overlay ul li{
    display: inline-block;
}
.team-wrap2 .overlay ul li a{
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0px;
    font-size: 12px;
}
.team-wrap2 .overlay ul li a:hover{
    background: #202046;
    color: #fff;
}

/*----------pricing-table-area start-----------*/
.pricing-table-area{
    padding:50px 0px 50px;
}
.pricing-wrap {
    margin-bottom: 30px;
    text-align: center;
    background: #f1f1f1;
}
.pricing-wrap h3{
	font-size:30px;
	height:100px;
	line-height:100px;
    background: rgba(2,61,134,1);
    background: -moz-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,61,134,1)), color-stop(100%, rgba(41,109,193,1)));
    background: -webkit-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: -o-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: linear-gradient(to right, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0552b1', endColorstr='#202046', GradientType=1 );
	color:#fff;
	margin-bottom:0px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.pricing-wrap:hover h3{
    background: rgba(41,109,193,1);
    background: -moz-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,109,193,1)), color-stop(44%, rgba(41,109,193,1)), color-stop(44%, rgba(41,109,193,1)), color-stop(100%, rgba(2,61,134,1)));
    background: -webkit-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: -o-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: -ms-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: linear-gradient(to right, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202046', endColorstr='#0552b1', GradientType=1 );
}
.pricing-wrap h4{
	height:90px;
	line-height:90px;
	font-size:35px;
	background:#fafafa;
	margin-bottom:0px;
	font-weight:700;
}
.pricing-wrap h4 span{
    font-size: 10px;
}
.pricing-wrap ul li{
	line-height:40px;
	text-transform:capitalize;
	border-bottom:1px solid #fafafa;
    font-size: 12px;
}
.pricing-wrap ul li:last-child{
	border:none;
}
.pricing-wrap button{
    background: rgba(41,109,193,1);
    background: -moz-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,109,193,1)), color-stop(44%, rgba(41,109,193,1)), color-stop(44%, rgba(41,109,193,1)), color-stop(100%, rgba(2,61,134,1)));
    background: -webkit-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: -o-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: -ms-linear-gradient(left, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    background: linear-gradient(to right, rgba(41,109,193,1) 0%, rgba(41,109,193,1) 44%, rgba(41,109,193,1) 44%, rgba(2,61,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202046', endColorstr='#0552b1', GradientType=1 );
	padding:15px 0px;
	font-size:16px;
	text-transform:uppercase;
	font-style:italic;
	width:100%;
	color:#fff;
	border:none;
    margin-top: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.pricing-wrap:hover button{
    background: rgba(2,61,134,1);
    background: -moz-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,61,134,1)), color-stop(100%, rgba(41,109,193,1)));
    background: -webkit-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: -o-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    background: linear-gradient(to right, rgba(2,61,134,1) 0%, rgba(41,109,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0552b1', endColorstr='#202046', GradientType=1 );
}
.pricing-wrap button:hover{
	text-shadow:0px 3px 5px rgba(0,0,0,.5);
}
.next-prev-style .owl-nav div {
    position: absolute;
    right: 21px;
    top: -80px;
    height: 40px;
    width: 55px;
    background: #202046;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s; padding-top:10px;
} 
.next-prev-style .owl-nav div.owl-next{
    right: 78px;
}
.next-prev-style .owl-nav div:hover{
    background: #0552b1;
}
/*----------pricing-table-area end-----------*/

/*----------skill-area start-----------*/
.skill-area {
    position: relative;
    z-index: 9;
    min-height: 400px;
    background: #f1f1f1;
    overflow: hidden;
}
.skill-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.skill-img.black-opacity::before{
    z-index: 9;
    opacity: .5;
}
.skill-img img{
    visibility: hidden;
}
.skill-wrap{
    padding: 80px 0px 60px 20px;
}
.progress-wrap{
    overflow: hidden;
}
.progress {
    height: 15px;
    background-color: #b0c5de;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 25px;
    border-radius: 2px;
}
.progress-bar {
    background-color: #202046;
    position:relative;
    border-radius: 2px;
}
.progress-wrap p{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 13px;
}
.progress-bar span.progress-persent {
    position: absolute;
    right: -28px;
    top: -8px;
    display: block;
    height: 30px;
    width: 30px;
    background: #202046;
    line-height: 30px;
    font-size: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-radius: 5px;
}
.progress-bar span.progress-persent span{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    display: block;
}
/*----------skill-area end-----------*/
/*------------brand-area start--------------*/
.brand-area .section-title2 p,.brand-area .section-title2 h2{
    color: #fff;
}
.brand-wrap a {
    display: block;
    background: #fff;
    padding: 10px;
    border: 1px solid #202046;
}

/*------------brand-area end--------------*/

/*--------------------------------------------
             home page three style
 -------------------------------------------*/
/*----------header-style three-------------*/
.header-area2 .header-top-left p {
    color: #262626;
}
.header-area2 .header-top-right ul li a {
    color: #202046;
}
.header-area2 .header-top-right ul li  a:hover {
    color: #0552b1;
}
.header-area2 .logo h1 a{
    color: #fff;
}
.header-area2 .mainmenu ul li > a {
    color: #fff;
}
.header-area2 .mainmenu ul li.active > a,.header-area2 .mainmenu ul li:hover > a{
    background: #0552b1;
}
.header-area2 .mainmenu ul li > ul.submenu li > a,.header-area2 .mainmenu ul li > ul.megamenu li a {
    color: #222;
}
.header-area2 .mainmenu ul li > ul.submenu li.active > a{
    color: #fff;
}
.header-area2 .mainmenu ul li > ul.submenu li:hover > a{
    color: #fff;
}
.header-area2 .search-wrap ul li{
    background: #0552b1;
}
.about-area2 .about-items{
    background: transparent;
    border: 1px solid #b17105;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.about-area2 .about-items:hover{
    background: #b17105;
    border-color: #b17105;
}
.about-area2 .about-items::before{
    display: none;
}
.about-area2 .about-items i,.about-area2 .about-items h3 {
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.about-area2 .about-items:hover i,.about-area2 .about-items:hover h3, .about-items:hover p {
    color: #fff;
}
/*--------about-area end-------------*/

/*--------about-area start-------------*/
.team-wrap3{
    position: relative;
}
.team-wrap3 .team-content {
    background: #202046;
    padding: 20px 0;
    height: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform: scaleY(0);
    -moz-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
}
.team-wrap3:hover .team-content{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.team-wrap3 .team-content p {
    margin-bottom: 0;
}
.team-wrap3 .team-img{
    position: relative;
    z-index: 9;
}
.team-wrap3 .team-img ul{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.team-wrap3 .team-img ul li a{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#202046;
	color:#fff;
	display:inline-block;
	-webkit-transform:perspective(1000px) rotateY(90deg);
	-webkit-transform-origin:left;
    -moz-transform:perspective(1000px) rotateY(90deg);
	-moz-transform-origin:left;
    transform:perspective(1000px) rotateY(90deg);
	transform-origin:left;
	transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
}
.team-wrap3 .team-img ul li a:hover{
    background: #0552b1;
}
.team-wrap3.team-wrap:hover .team-img ul li a{
	transform:perspective(1000px) rotateY(0deg);
}
.team-wrap3:hover .team-img ul li a{
	transform:perspective(1000px) rotateY(0deg);
}
.team-wrap3 .team-img ul li:nth-child(1) a{
	transition-delay:.1s;
}
.team-wrap3 .team-img ul li:nth-child(2) a{
	transition-delay:.2s;
}
.team-wrap3 .team-img ul li:nth-child(3) a{
	transition-delay:.3s;
}
.team-wrap3 .team-img ul li:nth-child(4) a{
	transition-delay:.4s;
}
.team-wrap3 .team-img ul li:nth-child(5) a{
	transition-delay:.5s;
}

/*-----------pricing-table start---------*/
.pricing-switcher-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.pricing-switcher-wrap .pricing-tablist span {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.pricing-switcher-wrap .pricing-tablist .active {
  color: #202046;
}
.pricing-switcher-wrap .pricing-tablist span:first-child {
  margin-right: 120px;
}
.pricing-switch {
    width: 80px;
    height: 20px;
    position: absolute;
    left: 50.5%;
    top: 3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pricing-slider {
    background-color: #202046;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 34px;
    cursor: pointer;
}

.pricing-slider:before {
    background-color: #fff;
    position: absolute;
    content: "";
    width: 40px;
    height: 15px;
    left: 2px;
    bottom: 3px;
    border-radius: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.pricing-slide-off:before {
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -o-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

.pricing-table {
  position: relative;
}

.pricing-grids {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 0;
}
.active-price {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

/*==================================================
                about-us pages start
=====================================================*/
.breadcumb-area{
    height:300px;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    justify-content: center;
	-webkit-justify-content:center;
    text-align: center;
    position: relative;
}
.breadcumb-wrap h2{
    color: #fff;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 15px;
    /*margin-bottom:57px;*/
    font-size: 40px;
}
.breadcumb-wrap h2::before,.breadcumb-wrap h2::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #fff;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.breadcumb-wrap h2::after{
    left: 51%;
    bottom: -2px;
}
.breadcumb-menu{
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0px;
}
.breadcumb-menu ul li{
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
}
.breadcumb-menu ul li a{
    color: #fff;
}
.breadcumb-menu ul li a:hover{
    color: #fff; 
}
.about-wrap h3{
    /*margin-bottom: 20px;*/
    /*text-transform: capitalize;*/
}
/*-----------------company-details-area start----------------*/
.company-details-area{
    text-align: center;
    padding: 100px 0px;
}
.company-details-wrap h2{
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.company-details-wrap p{
    color: #fff;
    margin-bottom: 25px;
}
.company-details-wrap a{
    display: inline-block;
    padding: 8px 30px;
    text-transform: uppercase;
    background: #fff;
}
/*-----------------company-details-area end----------------*/

/*-----------------quote-area start----------------*/
.quote-area {
    padding: 50px 0px;
    background: #f1f1f1;
}
.quote-wrap h2{
    font-size: 20px;
    margin: 10px 0px;
}
.quote-wrap a{
    display: inline-block;
    padding: 8px 30px;
    background: #202046;
    color: #fff;
    text-transform: uppercase;
}
.quote-wrap a:hover{
    background: #0552b1;
}
/*-----------------quote-area start----------------*/
.ptb-100{padding:50px 0px;}
.service-area.home2-service-area.ptb-100 {
    padding: 100px 0px 70px;
}
/*-------------single-service-area start------------*/
.single-service-wrap {
    overflow: hidden;
}
.single-service-active{
    margin-bottom: 30px;
    overflow: hidden;
}
.single-service-active .owl-nav div{
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 35px;
    width: 40px;
    background: #202046;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-align: center;
    line-height: 35px;
}
.single-service-active:hover .owl-nav div{
    left: 0;
}
.single-service-active .owl-nav div:hover{
    background: #0552b1;
}
.single-service-active .owl-nav div.owl-next{
    left: auto;
    right: -100px;
}
.single-service-active:hover .owl-nav div.owl-next{
    left: auto;
    right: 0px;
}
.single-service-wrap h3{
    text-transform: capitalize;
    margin-bottom: 20px;
}
.single-service-wrap p{
    margin-bottom: 16px;
}
.single-service-wrap blockquote {
    padding: 25px 20px;
    background: #fafafa;
    font-style: italic;
    font-size: 16px;
    margin: 35px 0;
    display: block;
    color: #7b7b7b;
    border-left: 3px solid #202046;
    line-height: 30px;
}
.single-service-wrap h4{
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-menu {
    margin-bottom: 40px;
}
.sidebar-menu ul li a{
    display: block;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    margin-bottom: -1px;
    text-transform:uppercase;
}
.sidebar-menu ul li a:hover,.sidebar-menu ul li.active a{
    background: #202046;
    color: #fff;
    border-color: #202046;
}
.author-wrap{
    padding: 30px 20px;
    background: #fafafa;
    margin-bottom: 40px;
}
.author-img {
    margin-bottom: 15px;
}
.author-img img{
    border-radius: 50%;
}
.author-info h3{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.author-info span{
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
    color: #202046;
}
.banner-wrap{
    overflow: hidden;
}
.banner-wrap img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.banner-wrap:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.banner-wrap.black-opacity::before{
    z-index: 9;
    opacity: .5;
}
/*-------------single-service-area end------------*/
.seemore-btn a{
    display: inline-block;
    padding: 8px 30px;
    text-transform: uppercase;
    color: #fff;
    background: #202046;
    border-radius: 3px;
    margin-top: 20px;
}
.seemore-btn a:hover{
    background: #0552b1;
}
.portfolio-area3 .portfolio{
    width: 33.33%;
    float: left;
}
.portfolio-area3 .portfolio-wrap{
    margin: 0px;
}
.portfolio-area3 .seemore-btn a{
    margin-top: 50px;
}
/*--------------------pagination-wrap start--------------*/
.pricing-page-area{
	padding-top:220px;
}
.pagination-wrap ul{
    margin-top: 20px;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    justify-content: center;
	-webkit-justify-content:center;
}
.pagination-wrap ul li a{
    height: 45px;
    width: 45px;
    background: #;
    line-height: 45px;
    display: block;
    border: 1px solid #202046;
    text-align: center;
    margin-left: -1px;
    font-size: 18px;
}
.pagination-wrap ul li a:hover,.pagination-wrap ul li.active a{
    background: #202046;
    color: #fff;
}
.blog-img img{
    width: 100%;
}
/*--------------------pagination-wrap end--------------*/

/*-----------------------sidebar-style-here-----------------------*/
.search-sidebar form{
    position: relative;
}
.search-sidebar input{
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #c0dbfd;
    padding-left: 10px;
}
.search-sidebar button{
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    color: #fff;
    background: #202046;
    border: 1px solid #202046;
}
.search-sidebar button:hover{
    background: #0552b1;
    border-color: #0552b1;
}
.sidebar-title{
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.sidebar-title::before,.sidebar-title::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px ;
    content: "";
    background: #202046;
}
.sidebar-title::after{
    left: 5px;
    bottom: -2px;
}
.category-wrap ul li{
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
}
.category-wrap ul li:last-child{
    border-bottom: none;
}
.category-wrap ul li a{
    padding-left: 20px;
    position: relative;
    display: block;
}
.category-wrap ul li a::before{
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: fontawesome;
    color: #202046;
    font-size: 16px;
    top: 0;
}
.related-post ul li{
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.related-post ul li:last-child{
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.post-img{
    float: left;
}
.post-info{
    margin-left: 95px;
}
.post-info a {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
}
.post-info p{
    line-height: 20px;
    font-size: 12px;
    color: #202046;
}
.archive-wrap ul li{
    line-height: 35px;
}
.archive-wrap ul li a{
    display: block;
}
.tags-wrap ul li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tags-wrap ul li a{
    display: block;
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
}
.tags-wrap ul li a:hover{
    background: #202046;
    color: #fff;
}
/*============================================
            blog-details-area start
=============================================*/
.blog-details-img{
    margin-bottom: 40px;
}
.blog-details-content h3{
    margin-bottom: 20px;
}
.blog-details-content p{
    margin-bottom: 25px;
}
.blog-details-content blockquote{
    font-size: 16px;
    font-style: italic;
    background:rgba(41,109,193,.7);
    padding:30px;
    border-left: 5px solid rgba(41,109,193,.9);
    margin:35px 0px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blog-details-content ul{
    margin-bottom: 30px;
}
.blog-details-content ul li{
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.blog-details-content ul li::before,.blog-details-content ul li::after{
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #202046;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
}
.blog-details-content ul li::after{
    height: 10px;
    width: 10px;
    background: #0552b1;
    z-index: 9;
    left: -2px;
}
ol{
	list-style:none;
}
.comment-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
    padding: 30px 20px;
}
.comment-theme{
	float:left;
}
.comment-main-area{
	margin-left:100px;
}
.comment-wrap1 {
    margin-left: 20px;
}
.comment-wrap2{
    margin-left:40px;
}
.sewl-comments-meta h4{
	text-transform:capitalize;
	font-weight:500;
}
.sewl-comments-meta h4 span {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    font-style: italic;
}
.comment-main{
	margin-bottom:50px;
}
.comment-image img {
    border-radius: 50%;
}
.comment-area p{
    margin-bottom: 5px;
}
.comments-reply a.comment-reply-link{
    font-style: italic;
}
h3.blog-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}
h3.blog-title::before,h3.blog-title::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #202046;
    content: "";
}
h3.blog-title::after{
    left: 5px;
    bottom: -2px;
}
.sewl-form-inputs textarea,.sewl-form-inputs input{
	height:50px;
	width:100%;
	border:1px solid #f1f1f1;
	padding-left:20px;
	margin-bottom:20px;
}
.sewl-form-inputs textarea:focus,.sewl-form-inputs input:focus{
	outline:1px solid #202046;
}
.sewl-form-inputs textarea{
	height:150px;
	padding-top:10px;
}
.form-submit  input{
	text-transform:uppercase;
	background:#202046;
	border:1px solid #202046;
	color:#fff;
	padding: 10px 30px;
}
.form-submit  input:hover{
	background:#0552b1;
	border-color:#0552b1;
}
/*----------------commingsoon-area start------------------*/
.comming-soon-area {
	height: 500px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content:center;
}
.comming-soon-wrap h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.comming-soon-wrap p{
	font-size: 16px;
	margin-bottom: 30px;
}
.timer span.cdown {
    display: block;
    float: left;
    width: 24%;
    text-align: center;
    height: 150px;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    background: #202046;
    justify-content: center;
	-webkit-justify-content:center;
    color: #fff;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    margin-left: 10px;
}
.timer span.cdown:first-child{
	margin-left: 0px;
}
.timer span.time-count {
    font-size: 40px;
	margin: 0px auto;
    margin-bottom: 10px;
    display: block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
	padding-bottom: 10px;
	width: 100px;
	position: relative;
}
.timer span.time-count::before,.timer span.time-count::after{
	position: absolute;
	left: 25px;
	bottom: 0;
	width: 20px;
	height: 1px;
	background: #fff;
	content: "";
}
.timer span.time-count::after{
	left: 30px;
	bottom: -2px;
}
.timer span.cdown p{
	color: #fff;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
	font-size: 18px;
}

/*----------------contact-area start------------------*/

.contact-wrap textarea{
	height: 200px;
}
.contact-wrap button{
	border: 1px solid #999;
	padding: 10px 30px;
}
.contact-wrap ul li{
	padding: 30px 30px;
	background: #202046;
	color: #fff;
	position: relative;
	padding-left: 90px;
}
.contact-wrap ul li:nth-child(odd){
	background:#0552b1;
}
.contact-wrap ul li p{
	color: #fff;
}
.contact-wrap ul li i{
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 35px;
}
.contact-wrap h3{
	text-transform: uppercase;
	margin-bottom: 30px;
}
#googleMap{
	height: 500px;
	width: 100%;
	background: #202046;
	margin-top: 100px;
}
.lgnsty{background-color:#b17105; color:#000; padding:8px 20px; font-weight:bold; border:solid 1px #b17105; transition:all 1.5s;}
.lgnsty:hover{background-color:#efefef; color:#b17105;  border:solid 1px #b17105; transition:all 1.5s;}

.lgnstyd{background-color:#ed5903; color:#000; padding:8px 20px; font-weight:bold; border:solid 1px #ed5903; transition:all 1.5s;}
.lgnstyd:hover{background-color:#efefef; color:#ed5903;  border:solid 1px #ed5903; transition:all 1.5s;}

.soclinkd li a i {width:40px; height:40px; border-radius:40px; background-color:#202046; color:#fff; text-align:center; padding-top:1px; border:solid 2px #000;}
.comp-sty{color:#333 !important; transition:all 1.5s;}
.comp-sty:hover{color:#000 !important; transition:all 1.5s;}
.ftr-cnt{text-align:center; color:#efefef !important;}
.ftnv-btom p{text-align:left;}
.ftnv-btom p a{color:#fff !important; transition:all 1.5s; font-weight:normal !important;}
.ftnv-btom p a:hover{color:#1f9ef3 !important; transition:all 1.5s;}
.ftnv-btom p{color:#FFF; font-size:16px; margin:0px; padding:0px;}
.ft-socl li a i{width:35px; height:35px; border-radius:35px; background-color:#000; color:#fff; text-align:center; padding-top:7px; border:solid 2px #000; transition:all 1.5s; text-shadow:1px 1px 1px #202046;}
.ft-socl li a i:hover{background-color:#202046; color:#000; text-align:center; padding-top:7px; border:solid 2px #000; transition:all 1.5s;}

.adv-sec i{width:100px; height:100px; border-radius:100px; background-color:#fff; color:#202046; text-align:center; padding-top:20px; 

border:solid 2px #b17105; transition:all 1.5s; text-shadow:1px 1px 1px #a6d9fb; font-size:60px; margin-bottom:20px;}

.adv-sec i:hover{background-color:#b17105; color:#da2931;}
.adv-sec h4{color:#202046; text-shadow:1px 1px 1px #8dcffb;}
.pd01{padding:40px 0px;}
.fre-sec,  .fre-sec1{padding:20px 0px;}
.fre-sec a{background-color:#b17105; color:#fff; height:50px; padding:10px 30px; font-size:20px; border-radius:5px; box-shadow:4px 4px 4px #e0e0e0; transition:all 1.5s; text-shadow:1px 1px 1px #202046; display:block; }

.fre-sec a:hover{box-shadow:1px 1px 1px #202046; transition:all 1.5s; background-color:#01968a}

.fre-sec1 a{background-color:#fe5e00; color:#000; height:50px; padding:10px 30px; font-size:20px; border-radius:5px; box-shadow:4px 4px 4px #e0e0e0; transition:all 1.5s; text-shadow:1px 1px 1px #fe5e00; display:block;}

.fre-sec1 a:hover{background-color:#e95701; color:#000;  transition:all 1.5s;}
.fre-sec h2{ text-shadow:1px 1px 1px #202046; font-size:25px;}

.list1 li a i{color:#202046; transition:all 1.5s;}

.list1 li a i:hover{color:#fff; transition:all 1.5s;}
.fre-sec2{margin:30px 0px;}

.fre-sec2 a{background-color:#6ba20a; color:#fff; height:50px; padding:10px 30px; font-size:20px; border-radius:5px; box-shadow:4px 4px 4px #e0e0e0; transition:all 1.5s; text-shadow:1px 1px 1px #fe5e00; display:block;}

.fre-sec3{margin:30px 0px;}
.fre-sec3 a{background-color:#202046; color:#fff; height:50px; padding:10px 30px; font-size:20px; border-radius:5px; box-shadow:4px 4px 4px #e0e0e0; transition:all 1.5s; text-shadow:1px 1px 1px #fe5e00; display:block;}
.bg-clr{height:300px; background-color:#f8f8f8;}
.mp02{padding:50px 0px;}

.for-you-sty h3 a{font-size:13px !important; font-weight:bold !important; color:#b17105;}
.for-you-sty {height:210px; margin-bottom:30px;}
.btnd{margin-top:10px; }
.btnd1{border: dashed 1px #202046; width:260px; text-align:center; font-size:12px; margin-top:10px; color:#202046;}
.gst-sec h3 a{font-size:12px; font-weight:bold; position:relative; top:10px; color:#b17105}
.gst-sec h3 img{ position:relative; top:10px;}
.mp03{margin-top:20px;}
.res-no{display:block;}
/******************nav*****************/
.mp-4{padding:20px 0px;}
.nav-styd1 a{font-size:14px; color:#000; text-align:center !important; text-shadow:1px 1px 1px #efefef;}
.nav-btn1{background-color:#b17105; color:#fff; /*padding:10px 20px;*/  padding:4px 10px; border:solid 1px #b17105; text-align:center !important; position:relative; /*top:10px;*/ transition:all 1.5s; font-size:12px; border-radius:5px; box-shadow:1px 1px 1px #A3A3A3}
.nav-btn1:hover{background-color:#da2931; color:#fff; border:solid 1px #da2931; text-align:center !important; transition:all 1.5s;}

.nav-cnt{color:#333; text-align:center; margin:20px 0px !important; font-size:12px; line-height:15px;}
.mp04{padding-top:20px;}
.ln-sty{background-color:#202046; position:relative; top:10px; padding:2px; transition:all 1.5s; border:solid 1px #202046; display:block;}
.ln-sty a{font-size:11px; text-shadow:1px 1px 1px #fff; transition:all 1.5s;}
.ln-sty a:hover{text-shadow:1px 1px 1px #fff; transition:all 1.5s; color:#000}
.ln-sty:hover{background-color:#fff; transition:all 1.5s; border:solid 1px #202046}


.login-styd{
background:#b17105;
border-radius: 5px;
width:64px;
height: 28px;
color: #ffffff;
display:inline-block;
text-align:center;
text-shadow:0px 0px #cc0000; float:left; font-size:12px; margin-right:4px; position:relative; top:8px; transition:all 1.5s; border:solid 1px #b17105;}

.login-styd1{
background:#ed5903;
border-radius: 5px;
width:64px;
 height: 28px;
color:#ffffff;
display:inline-block;
text-align:center;
text-shadow:0px 0px #cc0000; float:left; font-size:12px; margin-right:4px; position:relative; top:8px; transition:all 1.5s; border:solid 1px #ed5903;}

.login-styd:hover, .login-styd1:hover{transition:all 1.5s; color:#202046; background-color:#fff; border:solid 1px #202046;}
.mb-30 p:hover{color:#fff !important;}
.logod-top{/*margin-top:8px;*/ width:230px !important;}
.posd-sty{position:relative; left:-22px;}
@media (min-width:320px) and (max-width:767px) 
{
	.res-no{display:none;}
.fre-sec, .fre-sec1 {
    padding: 9px 0px;
}

.footer-top {
    padding: 40px 0px 40px !important;
}
.adv-sec{margin-bottom:20px;}
.service-area, .team-area {
    padding:0px 0px 70px !important;
}
.fre-sec2 a, .fre-sec3 a {/*height:auto; width:auto; padding:20px; */font-size:15px;}

.btnd1{ margin-bottom:10px; width:100%;}

.responsive-menu-wrap .slicknav_btn {
    padding: 8px 3px !important;
}
.responsive-menu-wrap .slicknav_btn{height:37px !important;}
.slicknav_nav a:hover {
	
	color:#000 !important;
}

.slicknav_nav a{
	
	color:#000 !important;
}
.responsive-menu-wrap .slicknav_btn{background-color:#000 !important;}
.mp-tds{margin-bottom:20px;}
}
.hep-btn{border:solid 1px #efefef; padding:8px 20px; box-shadow:1px 1px 1px #efefef; font-weight:400; transition:all 1.5s; position:relative; left:20px; top:8px;}
.hep-btn1{border:solid 1px #b17105; padding:7px 5px; box-shadow:1px 1px 1px #efefef; font-weight:400; transition:all 1.5s; position:relative; left:20px; top:8px; border-radius:5px; color:#fff; background-color:#b17105;  font-weight:600;}

.hep-btn1 i{font-size:16px;color:#fff }
.hep-btn2{border:solid 1px #fe5e00; padding:7px 10px; box-shadow:1px 1px 1px #efefef; font-weight:400; transition:all 1.5s; position:relative; left:20px; top:8px; border-radius:5px; color:#fff; background-color:#fe5e00;  font-weight:600;}
.hep-btn2 i{font-size:16px; color:#fff;}
.hep-btn1:hover, .hep-btn2:hover{border:solid 1px #000; color:#fff;  box-shadow:1px 1px 1px #efefef; background-color:#000; transition:all 1.5s;}
.mp-btn0{margin:0px; padding:0px;}
.frm-sty{width:100%; height:40px; padding:10px; margin-bottom:10px; border:solid 1px #aeafaf; font-size:12px; border-radius:5px; }
.in-tx-lgin h2{font-size:22px;}
.in-tx-lgin{padding:0px 0px 0px 0px; background:rgba(225,225,225,0.5); margin:125px 0px; border:solid 1px #efefef;}
.btn-login{background-color:#b17105; padding:3px 12px; color:#fff; border-radius:5px; border:solid 1px #b17105; margin:10px 0px; transition:all 1.5s;}
.btn-login:hover{background-color:#04736a;}
.fotr-inr{border-top:solid 1px #000; padding:10px 0px;}
.fotr-inr a{color:#00a6ac; font-size:16px;}
.ftr-inr-cnt p{color:#000;}
.frget{color:#fe5e00; font-weight:600;}
.sgnup{background-color:#b17105; padding:5px;}
.sgnup p{color:#FFF; font-weight:600;}
.sgnup p a{color:#FFF; font-weight:600; border:solid 1px #CCC; padding:5px 10px; transition:all 1.5s; }
.hdglgin{background-color:#b17105;}
.hdglgin h2{ color:#fff !important; padding:7px 0px 0px 0px; text-shadow: 1px 1px 1px #efefef;}
.btn-tdr-rtn{background-color:#b17105; border:solid 1px #b17105; padding:8px 30px; transition:all 1.5s; color:#fff;}
.btn-tdr-rtn:hover{background-color:#fff; border:solid 1px #b17105; color:#b17105 !important; transition:all 1.5s;}

.bg-bcl{background-color:#136603 !important; border:solid 1px #136603 !important; transition:all 1.5s; color:#fff !important;}
.bg-bcl:hover{background-color:#fff !important; border:solid 1px #136603 !important;  color:#136603 !important;transition:all 1.5s }
.tds-sec{padding:50px 0px 80px 0px;}
.bg1-tds{background-color:#fafafa; border:solid 1px #CCC; box-shadow:1px 1px 20px #b17105; padding:40px 0px 50px 0px;}
.tds-hdg1 h3{font-weight:600 !important; color:#ed5903 !important; font-size:30px !important; text-shadow:1px 1px 1px #ccc;}
.tds-hdg1 p{font-size:18px;}	
.active1d{color:#b17105 !important;}
.term-cnd{margin-top:20px;}
.term-cnd h5{padding:0px; color:#F00; font-weight:bold; text-align:left; font-size:14px !important; margin:0px; text-decoration:underline;}
.term-cnd p{padding:0px; color:#000; font-weight:bold; text-align:left; font-size:10px !important;  margin:0px;}
.term-cnd i{color:#F00;}
.regular-sty{font-size:20px; color:#b17105; font-weight:bold; text-transform:uppercase; text-decoration:underline;}
.fee-sty{font-weight:600; color:#202046; text-shadow:1px 1px 1px #b17105;}
.styd{font-size:16px; color:#F00 !important;}
.fnt-sz h3{font-size:18px; font-weight:bold;}
.fnt-sz p{position:relative; font-size:16px;}
/*.gst-acc img{width:100%; border:solid 1px #3CF;}*/
.fnt-sz h3 i{color:#ed5903; text-shadow: 1px 1px 2px #000;}
.fnt-sz ul li{margin-left:10px !important; font-size:13px;}
.fnt-sz{margin:20px 0px;}
.gst-acc img{width:100%; margin:40px 0px; box-shadow:1px 1px  20px #b17105;}
.fnt-sz h3 span{color:#b17105 !important; text-shadow:1px 1px 2px #cdfffb;}
.top-hdg h2{text-transform:uppercase; font-size:40px; padding-bottom:20px; text-decoration:underline; padding-bottom:10px;}
.pd_0{padding:40px 0px 50px 0px;}
.mp-btm_1{margin-top:10px !important; text-align:right !important; font-weight:bold;}
.fty-std_1{width:93px; }
.gst-acc1{float:right !important; padding:10px; width:400px !important;  box-shadow:1px 1px  20px #b17105;}
.fl-frm {
    width: 59% !important;
}
.ld-sty{margin-top:50px; text-align:left !important}
.ld-sty li{padding:5px 10px; list-style-type:square; text-decoration:underline; color:#b17105}
.sty-fup{margin-top:20px !important;}
.sty-fup li{list-style-type:decimal; margin:10px; list-style-position:inside; font-size:12px; text-decoration:underline; color:#b17105}
.sb-bnr{background-color:#b17105; background:url(../assets/images/sb-bnr.jpg); no-repeat center center / cover}
.sb-pge a{color:#fff !important;}
.sb-pge{color:#ed5903; display:block;}
.left-navd{border:solid 1px #efefef; border-bottom:0px; margin:0px; padding:0px; margin-bottom:50px;}
.left-navd li{padding:0px 0px; margin-bottom:2px;}
.left-navd li a{display:block; border-bottom:solid 1px #efefef; color:#000;  font-weight:500 !important;  padding:8px; transition:all 1.5s; }
.left-navd li a:hover{display:block; color:#000f4c; transition:all 1.5s;}
/**********************/
.left-navd-child{border:0px !important;}
.left-navd-child li{padding-left:10px;}
.left-navd-child li a i{font-size:10px; border:0px !important;}
.left-navd-child li a{display:block; font-size:12px; color:#000; font-weight:normal !important; padding:8px; transition:all 1.5s;  }
.left-navd-child li a:hover{ transition:all 1.5s;}
/****************/
.pd_50{padding:50px;}
.actvd{border:solid 1px #efefef; color:#000f4c; background-color:#efefef;}
.sb-bd{font-weight:bold; color:#b17105; font-size:16px; padding:5px 0px;}
.sb-list{margin:0px; padding:0px;}
.sb-list li{padding:4px 0px; list-style-type:square; margin-left:15px;}
.gst-reg1 h3{position:relative; top:10px;}
.gst-reg1 p{margin-bottom:10px; text-align:justify;}
.hdg_h5{color:#09F; font-weight:bold;}
.sb-hdg_d{position:relative; top:-5px !important; margin:0px; padding:0px;}
.clrd-p{color:#b17105; position:relative; top:10px; font-weight:bold; font-size:16px !important;}
.bg-gry{background:#efefef; padding:5px; margin:10px 0px;}

.mp_btm{margin-bottom:20px;}
.pd-botm{padding-bottom:30px !important;}
.heding{border-bottom:solid 0px #efefef; padding:5px 0px; text-align:left; color:#b17105; padding-bottom:0px !important; font-weight:300; text-shadow:1px 1px 1px #efefef;}
.brdr{border:solid 1px #efefef;}
.brdr p i{font-family:25px; color:#ed5903;}
.frm1{width:100%; height:40px;}
.btn-styled{width:100%; background-color:#b17105; border:solid 1px #b17105; color:#fff; padding:5px 10px; transition:all 1.5s;}
.btn-styled:hover{width:100%; background-color:#fff; border:solid 1px #b17105; color:#b17105; transition:all 1.5s;}
textarea{resize:none; padding:10px; height:80px !important; width:100% !important;}
.mp-btm_2{margin-bottom:10px !important	; margin:0px; padding:0px;}
.mp_3{margin:0px; padding:0px; padding-bottom:65px;}
.mp00{margin:0px !important; padding:0px !important;}
.mp-rt{margin-right:0px; padding-right:0px;}


.mp001{padding:0px; margin:0px;}
.mp001 img{width:100%; border:solid 1px #efefef; height:150px; margin:10px;}
.bg-wth{background-color:#FFF; border:solid 1px #efefef; margin:0px; padding:0px;}
.hdg-bg{background:#43d0be; margin:0px; padding:0px;}
.hdg-bg h3{color:#fff; padding:8px 10px 0px;}
.lst-hm li a i{color:#ef3079; transition:all 1.5s;}
.lst-hm li a:hover, .lst-hm li a i:hover{color:#4ca59c; transition:all 1.5s;}
.add-hm p i{font-size:18px; color:#ef3079; padding:10px;}
.frm2{width:100%; border:solid 1px #ccc; font-size:14px;  height:35px; background-color:#f7f7f7; color:#000; transition:all 1.5s;}
.mp_btm_1{margin-bottom:8px;}
.frm2:hover{width:100%; border:solid 1px #ccc;  height:35px; background-color:#ffff; color:#000; transition:all 1.5s;}

.btn-sty{background-color:#b17105; border:solid 1px #b17105; border-radius:5px; font-weight:bold; color:#fff; padding:5px 20px; transition:all 1.5s; margin-bottom:10px; text-align:center;}
.btn-sty:hover{background-color:#fff; border:solid 1px #b17105; color:#b17105; transition:all 1.5s;}
.pd2{padding:20px; margin:0px;}
.lst-hm{margin:10px;}
.add-hm{margin-top:10px;}

input[type=text], input[type=search] , select , button , textarea , input[type=file] , input[type=radio], input[type=password]{
    outline: 0;
}
.ft-cent{text-align:center !important;}
.actvd1 {color:#b17105 !important;}
/**********************************/
table {
    width:100%;
}
table, th, td {
    border: 1px solid #b17105;
    border-collapse: collapse;
}
#t01, th, td {
    padding:5px;
    text-align: center;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color: #fff;
}
table#t01 th {
    background-color: #b17105;
    color: white;
}
span.ansdd{color:#b17105 !important; font-weight:bold;}
span.d2{color:#ed5903 !important;}

.pd10{padding:10px 0px;}
/**********/
		.blog-content{margin-top:0px; padding-top:0px;}
		.fnt-sz{margin-top:0px; padding-top:0px;}
		.mp_10{margin-top:-10px;}
		pa.clrd-bn{color:#b17105 !important;}	
		
/**********************table*******************/
.imgenq{height:205px !important;}
.clrd1{color:#F00;}

.pd1d{margin:20px 0px;}
.gst-imgd1{float:right; padding:10px; width:400px;}
.tk-pro{float:right; padding:5px; width:80px; box-shadow:1px 1px 10px #ccc; margin:10px;}
.gst-imgd{float:left; padding:10px; width:200px;}
.gst-imgd2{float:right; padding:10px; width:200px;}
.mp-10{margin:20px 0px; padding:0px;}
p.pd20{padding:20px 0px;}
.brn-reg{background:#b17105; color:#fff; font-size:18px;  border:solid 1px #b17105; padding:5px 10px; position:relative; top:5px; font-weight:normal; font-family:arial; transition:all 1.5s;}
.brn-reg:hover{background:#fff; color:#b17105; border:solid 1px #b17105; transition:all 1.5s;}

.img-sb{float:right; width:300px; border:solid 1px #efefef; margin:10px 10px 0px 20px;}
.img-sb-lft{float:left; width:300px; border:solid 0px #efefef; margin:10px 10px 10px 0px;}
.bnr-add{width:100%; height:510px; border:solid 1px #efefef;}
@media (min-width:320px) and (max-width:767px) 
{
.bnr-add{height:auto;}
.img-sb-lft{float:none; width:100%; margin:10px 0px;}
.img-sb{float:none; width:100%;  margin:0px 0px 10px 0px;}
.fnt-sz h3{font-size:16px !important; line-height:15px !important;}
.btn-tdr-rtn {padding: 8px 8px;}
.pd_50 {
     padding:20px 0px; 
}
.gst-reg1{margin:20px 0px 20px 0px; padding:0px;}

.mp001 img {
   
    margin: 10px 0px;
	
}
.mp_btm{margin: 0px;
    padding: 0px;
    margin-top: 20px;}
.mp_btm mp-rt{margin:0px; padding:0px;}
.res1{margin:10px !important; padding:10px !important;}
.gst-imgd1, .gst-imgd, .gst-imgd2, .tk-pro{width:100%; float:none; height:300px; margin-bottom:10px;}
}
.ex-styd{volume:#C39;}
.mp-tbl{margin:20px 0px}
.img-sb1{float:left;}
.str{color:#906;}
.spn-styd{color:#f5383c;}
.m_0_lft{margin-left:33px;}

.rd-mr{background-color:#296dc1; padding:10px 15px; color:#FFF; border:solid 1px #296dc1; transition:all 1.5s;}
.rd-mr:hover{background-color:#1154a7;  color:#FFF; border:solid 1px #1154a7; transition:all 1.5s;}
.btn-ser{border:solid 1px #202046; padding:5px 10px; transition:all 1.s;}
.home2-service-area .service-wrap:hover .btn-ser{border:solid 1px #fff; transition:all 1.s;}
.i-sty i{width:50px; height:50px; border-radius:50px; color:#202046; border:solid 1px #202046; padding-top:15px; margin-bottom:10px; font-size:20px;}
.home2-service-area .service-wrap:hover  .i-sty i{color:#202046; border:solid 1px #202046; background-color:#fff;}
.pd-home{padding:50px;}
.flw-us li {float:left; padding:5px;}
.flw-us li a i{color:#fff; font-size:15px; border:solid 1px #fff; transition:all 1.s; padding:10px;}
.flw-us li a i:hover{color:#05f8e5; border:solid 1px #05f8e5; transition:all 1.s;}
.btn-ds-enq{background-color:#b17105; border:solid 1px #b17105; color:#fff; padding:5px 10px; transition:all 1.s;}
.btn-ds-enq:hover{background-color:#fff; border:solid 1px #b17105; color:#b17105; transition:all 1.s;}

.btn-bnk-dtl{background-color:#ed5903; border:solid 1px #ed5903; font-size:16px; color:#fff; padding:5px 10px; transition:all 1.s;}
.btn-bnk-dtl:hover{background-color:#e45704; border:solid 1px #e45704; color:#fff; transition:all 1.s;}
.lst-dsc li i{font-size:16px !important; color:#000; font-weight:bold;}
.lst-dsc{margin:0px; padding:0px;}
.img-dg-sg{margin:20px 0px; width:60%;}
.img-dg-sg1{float:left; padding:10px; margin-right:10px;}
.img-dg-sg2{float:right; padding:10px;}
.mp_gb{margin-top:0px; padding-top:0px;}
.tnkd{font-size:40px; color:#b17105; margin-top:50px; text-align:center; text-shadow:0px 0px 1px #000;}
.pd_tnkd{padding:130px; }
.over-sty{overflow:auto; margin:0px; padding:0px;}

.flw-us-top li {float:left; padding:5px 3px; margin-left:0px !important;}
.flw-us-top li a i {
    color: #fff;
    font-size: 11px;
    border: solid 1px #fff;
    transition: all 1.s;
    padding: 5px;
    width: 25px;
    text-align: center;
}
.flw-us-top li a i:hover{color:#05f8e5; border:solid 1px #05f8e5; transition:all 1.s;}
<!--.top-socl ul li{margin-right:0px !important;}-->
.mp-top-0{margin:0px; padding:0px;}
@media (min-width:320px) and (max-width:767px) {
	.pd_tnkd{padding:15px;}
	.tnkd{font-size:20px; margin-top:10px; text-align:left;}
	.img-dg-sg{margin:0px 0px; width:100%;}
	.img-dg-sg1{float:none; width:100%;}
	.img-dg-sg2{float:none; padding:5px; width:100%;}
	.img-sb{float:none; width:100%;}
	.breadcumb-wrap h2 {
    font-size: 31px;
}
.logo img{max-width:200px;}
table {
    width: 100% !important;
}
td {
    padding: 15px 4px !important;
    text-align: center;
}
table{margin:0px !important; margin-bottom:20px !important;}
.ptb-100{padding:20px 0px;}
	}
.abt-innr p{text-align:justify;}	
.abt-innr1 p{text-align:justify; margin-top:20px;}	
.mp_sev{margin:0px; padding:0px;}
.activ_1{background-color:#202046 !important; color:#fff !important;}
.gs-img{width:100%; /*margin-bottom:40px;*/ margin-bottom:30px;}

.gs-img{border:solid 1px #efefef;}
.black-opacity img{width:100%; margin-bottom:20px;  border:solid 1px #ccc;}
.bg_d{background-color:#fff !important; box-shadow:1px 1px 10px #ccc;}
.clrd-p i{color:#000; font-size:12px;}
.sec-sty1{border-bottom:solid 1px #efefef; padding:10px; 
/*box-shadow:1px 1px 1px #ccc;*/
    /*background: radial-gradient(#aaaae3, transparent);*/
    background-image: linear-gradient(to right, #ffffff , #aaaae3);

        box-shadow: 0px 1px 15px 2px #bcbce9 !important;

    
}
.brd-botm{border-bottom:solid 1px #F7F7F7;}
.bg-sen{box-shadow:1px 1px 10px #44a2bc; padding:10px; background-color:#fff;}
.mp_0d{margin:0px; padding:0px;}
.ftn-liso ul li a{color:#f1f1f1; transition:all 1.s;}
.ftn-liso ul li a:hover{color:#fff; transition:all 1.s;}
.symbl-sty{color:#00C; font-size:16px; padding:5px; font-weight:bold; border:solid 2px; text-align:center !important; width:50px; height:50px; border-radius:50px;}
.prod-tm{font-weight:bold; font-size:18px; position:relative; top:15px;}
.hrf-clr{color:#039 !important;}
.cmp-reg-sty{font-weight:bold; position:relative; top:5px;}
.stip-reg{font-weight:bold; padding:10px 0px;}
.stip-reg1{font-weight:bold; top:10px; padding:2px 0px; font-size:18px !important;}
.stpi-mp{margin-top:10px !important;}
.exp-sty{font-weight:bold; font-size:20px;}
.m0-pa{margin:30px 0px 20px 0px;}
.mp-cd-n0{margin:-10px 0px 15px 0px !important;}
.cnl-of-gst{width:100%; margin:10px;}
.cnl_mp{padding-bottom:10px !important;}
.bsn-rtu{position:relative; top:12px; font-weight:bold; font-size:18px !important;}
#t01{margin:10px 0px !important;}
h4.abt-mp{top:10px !important; position:relative;}
.mp-gstr1{margin-bottom:10px;}
.fnt-bld{font-weight:bold; font-size:20px; margin:10px 0px 10px 0px;}
.str-nt{color:#F00;}
.hrf-cdr{text-decoration:underline; color:#00F;}
/********************/
.sho-btn{background-color:#b17105; border:solid 1px #b17105; padding:5px 15px; font-size:20px; margin-bottom:20px; color:#fff; transition:all 1.s}
.sho-btn:hover{background-color:#fff; border:solid 1px #b17105; transition:all 1.s}
.less-btn{background-color:#ed5903; border:solid 1px #ed5903; padding:5px 15px; font-size:20px; margin-bottom:20px; color:#fff; transition:all 1.s}
.less-btn:hover{background-color:#fff; border:solid 1px #ed5903; transition:all 1.s}
.mp-lsbtn{margin-top:10px;}

.sidebar-menu ul li a:hover, .sidebar-menu ul li.active-MA a {
    background: #ececec;
    color: #000;
    border-color: #ececec;
}
.MA-acc{text-align:center; font-size:20px; background-color:#b17105; color:#fff !important; font-weight:bold; padding:10px 0px !important; box-shadow:1px 1px 20px #ccc;}
.nm-sty{color:#b17105 !important;}
.ma-ac-bg{ border:solid 1px #f1f1f1;  padding:40px 0px 10px 0px;}
.img-dsbrd{width:100%;}
.ma-hdg{margin-top:50px; font-size:30px; font-weight:bold;}
.star-sty{color:#F00;}
.meac-m0{margin-top:0px !important; margin-bottom:20px !important;  text-align:center !important; font-size:20px;}
.bd-bg{background-color:#efefef;}

.srh-sty{font-size:25px; color:#b17105;}
.mp-rdmr{position:relative; top:5px !important;}
.new-img{width:100%; margin:20px 0px; border:solid 2px #000;}
.mp-rdmr1{position:relative; top:20px !important; margin-bottom:20px;}
.login-mp{margin:0px; padding:0px;}
.breadcumb-wrap{position:relative; top:-10px;}
.log-dy{padding:40px 0px;}
.pos-iel{position:relative; top:10px; font-weight:bold;}
.bld-sty{font-weight:bold; color:#0042ff; font-size:16px;}
.gst-rtf-btn{color:#0042ff; text-shadow:1px 1px 1px #ccc; font-size:12px !important; transition:all 1.s;} 
.gst-rtf-btn:hover{color:#b17105; text-shadow:0px 0px 0px #ccc; transition:all 1.s;} 
.not-styd{color:#0024ff;}
.assm{background-color:#b17105; padding:5px; color:#fff; box-shadow:1px 1px 1px #ccc; border:solid 1px #fff; transition:all 1.s;} 
.assm:hover, .audit:hover{background-color:#202046; color:#fff;  transition:all 1.s;} 
.audit{background-color:#b17105; padding:5px 20px; color:#fff; box-shadow:1px 1px 1px #ccc; border:solid 1px #fff; transition:all 1.s;} 
.btn-as-aud{background-color:#b17105; margin:0px; padding:5px; border-radius:5px; color:#fff; font-size:20px !important;}
.hsn-rd{background-color:#b17105; color:#fff; padding:2px; border:solid 1px #fff; font-size:12px;}
.top-hd1{background-color:#202046;}
.top-hdr{padding-top:4px;}
.top-hdr p i{ color:#fff; transition:all 1.s;} 
.top-hdr p a{color:#fff; transition:all 1.s; font-size:17px;} 
.top-hdr p a:hover{color:#dafffc; transition:all 1.s;} 
.soc-sty{float:right;}

.logn-ftr{margin-top:67px;}
@media (min-width:320px) and (max-width:767px) {.ma-hdg{margin-top:0px; font-size:25px;}
.soc-sty{padding-left:130px;}
.top-hdr p a{font-size:28px;} 
.soc-sty{float:none;}
input.btn-pay-digi {
    position: relative;
    top: 10px;
}
.breadcumb-wrap{position:relative; top:-15px;}
.log-dy{padding:10px 0px;}
.hdglgin {
    background-color: #b17105;
    padding: 1px 0px;
}
.top-hdr p i{ font-size:20px; color:#000;}

.lgnsty{font-size:17px; padding: 8px 25px;}
.lgnstyd{font-size:17px;}
.section-title h2 {
     margin-bottom:0px; 
}
text-center {
    text-align: center;
    position: relative;
    top: 10px;
}
.in-tx-lgin {
    margin:20px 0px;
}
.logn-ftr{margin-top:0px;}
.pd-home{padding:0px;}
.responsive-menu-wrap .slicknav_menu{top:4px;}
.section-title h2 {
    padding: 10px 0px 0px 0px;
}
.logo img {
    max-width: 200px;
    top: -2px;
     position: relative; 
}
}