 a,a:focus,a:hover,a:active{
	text-decoration: none;
	 outline: 0px;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body{
	overflow-x: hidden;
	background-color: transparent !important;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -69px; 
  background-color: #212545;
}
.page-wrap:after {
  content: "";
  display: block;
	
}
.footer, .page-wrap:after {
  height:69px;
  border-top: 5px solid #fff	
}

.header{
	width:100%;
	/*position: fixed;*/
	top:0px;
	z-index: 999;
	background-color: #212545;
	border-bottom: 5px solid #F3FAFF;
}
.header_color{
	position: fixed;
}
.header_holder{
	width:1200px;
	margin: 0px auto;
	float: none;
	height: 112px;
	background-color: #212545;
}
.header_holder img{
	margin: 11px auto;
	width: 85px;
	float: none;
	display: block;
}
.header_holder ul{
	padding: 0px;
	margin: -19px 20px;
}
.header_holder li{
	list-style: none;
	float: right;
	font-size: 21px;
	margin-top: 6%;
	margin-left: 5%;
	padding: 5px;
	border-radius: 5px;
}
.header_holder li:hover{
	background-color: #F3FAFF;
}
.header_holder li:hover a{
	color:#000 ;
}

.menudiv{
	display:table;
}
#menu{
	float: none;
	margin: -12px auto;
	width: 732px;
	display: table;
}
.menu-active{
	background-color: #F3FAFF;
}
.menu-active a{

	color:#000 !important;
}

#responsive-menu{
	padding: 1px 8px;
	cursor: pointer;
	background-color: #fff;
	display:none;
	position:absolute;
	top:55px;
	right: 25px;
}
#responsive-menu div{
	width: 35px;
    height: 5px;
    background-color: #206A92;
    margin: 6px 0;
}

#dropdown{
	display:none;
	position:absolute;
	top:117px;
	right: -15px;
	background-color:#fff;
	width:200px;
	z-index: 9;
}
#dropdown ul{
	
	margin:0px;
	padding:0px;	
}
#dropdown li{
	float: left;
	text-align: center;
	padding:4px 0px;
	width: 100%;
	margin:0px;
}
#dropdown li a{
	color:#000;
}
#dropdown li:first-child{
	padding:6px 0px 4px;
}


.header_holder li a{
	color: #FFF;
	
}
.language{
	float: right;
	position: relative;
	right: 25px;
	top:20px;
	color: #fff;
	font-size: 15px;
	z-index: 1;
}
.language a{
	color: #fff;
}


.nopadding{
	padding:0px;
}

.classbtn,
.seemorebtn{
	background-color:#CACACA;
	padding: 5px;
	border-radius: 5px;
	margin: 5px;
	color: #fff;
	
}
.classbtn:hover,
.seemorebtn:hover{
	background-color: #212545;
	color:#fff;
}
/*-------------------- Banner Slider Area -------------------------------------------------*/

.slider-section{
	overflow: hidden;
}
.smooth-textbox h1 {
    font-size: 50px !important;
    font-weight: bold !important;
    line-height: 65px !important;
    margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
}
.rev_slider p {
    font-family: 'Montserrat', sans-serif;
}
.smooth-textbox p {
    color: #fff;
}
.smooth-textbox {
    width: 731px;
    padding: 0 25px;
}
.slidebtns a {
    display: inline-block;
    margin-right: 20px;
    line-height: 50px !important;
    font-size: 18px !important;
    width: 160px;
    height: 50px;
    background: #ff9800;
    color: #333;
    text-align: center !important;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.slidebtn2 {
    background: #fff !important;
    color: #000 !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

.slidebtns a:hover {
    color: #fff !important;
    background: #272727 !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.slidebtns .slidebtn1 {
    color: #fff;
}
.slider-section .tparrows:hover{
	background: #ff9800;
}
/*.slider-section .tp-bannertimer{
	background: rgba(255, 152, 0, 0.8) !important;
}*/
.rev_slider .slotholder::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}
.button-wayra-a{
	overflow: hidden;	
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	transition-timing-function: ease, ease;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button-wayra-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #222222;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button-wayra-a:hover::before {
    opacity: 1;
    background: #222222;
	color: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.bestservice_banner{
	height: 700px;
	display: table;
	background: url('../img/bg-services.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bestservice_holder{
	margin: 0px auto;
	float: none;
	color:#fff;
	margin-top: 5%;
	display: none;
}

.bestservice_holder div{
	font-size: 28px;
	text-align: center;
}
.bestservice_holder img{
	margin: 11% auto;
	float:none;
	display: table;
}

.rbtn{
	margin: 5% auto;
	float:none;
	display: table;
	cursor: pointer;
	background-color: #F3FAFF;
	padding: 2%;
	color:#000000;
}

.topfooter{
	background-color:#CCCCCC;
	display: block;
	height: 389px;
}

.topfooter_holder{
	width:1200px;
	margin: 0px auto;
	float: none;
}

.topfooter span{
	color: #261F45;
	text-decoration: underline;
	font-weight: bold;
	font-size: 24px;
}
.topfooter ul{
	padding: 0px;
}

.topfooter ul li{
	list-style: none;
}
.topfooter ul li a{
	color:#261F45
}

.topfooter .first li,
.topfooter .second li{
	padding: 25px 0px 0px;
}

.topfooter .third li{
	padding: 13px 0px 0px;
}
.topfooter_container{
	margin:  44px 0px;
}



.footer{
	background-color: #212545;
	height:69px;
}
.footer_holder{
	width:1200px;
	margin:0px auto;
	float:none;

}

.copyright_holder{
	margin-top:25px;
	color:#fff;
}

.socialmedia{

}
.socialmedia ul{
	padding: 0px;
	margin: 20px auto 0px;
	float: none;
	width: 200px;
	display: table;
}
.socialmedia ul li{
	float: left;
	list-style: none;
	margin-right:19px;
}
.socialmedia ul li:last-child{
	margin-right:0px;
}
.websiteby a{
	margin-top:17px;
	color:#fff;
	float: right;
}

.about_banner{

	display: table;
	background-color:#212545;
	
}
.services_banner,
.why_banner{
	
	display: table;
	background-color:#212545;
	
}

.about_holder{
	width:1200px;
	float:none;
	margin: 3% auto 4%;
	color:#fff;
	font-size:15px; 
	padding: 0px 17px;
	display: none;
}
.about_holder img{ 
	margin: 0% auto 10%;
}
.about_holder span{
	font-size:24px;
}

.whytxt_holder{
	position: relative;
	top: 39px;
	margin: 0px auto;
	display: none;
}

.whytxt_container{
	width: 1200px;
	float: none;
	margin:0px auto;
	
}
.whytxt_container span{
	font-size:48px;
	color:#ffffff;
}
.ypaper{
	
	/*background-color: #F3FAFF;*/
	padding: 20px 0px;
	font-size: 18px;
	color:#ffffff;
}
.why_banner img{
	width:100%;
}
.line{
	border-bottom: 1px solid #212545;
	margin: 20px 0px;
}

.underyp_holder{
	margin: 45px auto 81px;
	float: none;
	width: 1200px;
	color: #fff;
	font-size: 18px;
}
.servicesbg{
	width:100%;
}
.services_holder{
	margin: 62px 0px 0px 0px;
	position: relative;
	display: none;
}
.services_container{
	width:1200px;
	margin: 0px auto;
	float: none;
	
}
.services{
	width: 20%;
	height: 285px;
	position: relative;
	cursor: pointer;
	margin-bottom: 3px;
	float: left;
}
.img_under_services{
	width:99%;
	height: 99%;
	padding: 0px;
	margin: 0px;
}
.overlay{
	width: 99%;
	height: 356px;
	/*background-color: #5F52A9;*/
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 99;
	transition: .5s ease;
	
}
.services:hover .overlay{
	height: 0px;
}
.overlay img{
	margin: 35% auto 10%;
	display: block;
	float: none;
	width:84px;
	height: 74px;
}
.stitle_holder{
	transition: .5s ease;
}
.stitle{
	
	font-size: 16px;
	font-weight: bold;
	background-color: #F3FAFF;
	height: 54px;
	width: 237px;
	display: table;
}
.stitle div{
	display: table-cell;
	color: #212545;
	vertical-align: middle;
	text-align: center;
}
.services:hover .overlay > .stitle_holder{
	height: 0px;
	margin-top:-10px;
}
.space_under{
	padding: 50px;
}

.contact_banner{
	background-color: #B7B5BF;
	display: table;
}
.contactbg{
	width:100%;
}
.contact_holder{
	width: 100%;
	position: relative;
	padding-bottom: 20%;
	margin-bottom: 9%;
	display: none;
}
.contact_container{
	background-color: #212545;
	width: 1200px;
	margin: -19% auto;
	float: none;
	padding: 30px ;
	display: table;
	color:#fff;
	position: relative;
}
#mailpic{
	position: absolute;
	left:0px;
	bottom: 0px;
	padding: 10px;
}
.cldiv{
	float: left;
	font-size: 12px;
}
.contact-frm h2,
.cldiv_left h2{
	font-size:20px;
	padding: 0px !important;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
}

.cldiv_left div{
	margin: 10px 0px;
}

.cldiv_left div img{
	margin: 0px 10px 0px 0px;
}
#ctel{
	position: absolute;
	left: 56px;
	bottom: 35px;
}
.cldiv_right{
	display:none;
}
.crdiv{
	float: right;
	font-size: 20px;
}
.crdiv_container{
	margin: 0px auto;
	float: none;

}
.inputtxt{
	width: 100%;
	height: 40px;
	margin: 15px auto;
	padding: 5px;
	background-color: #212545;
	border:none;
	border: 1px solid #fff;
}
textarea{
	resize: none;
	width: 100%;
	height: 150px;
	margin: 15px auto;
	background-color: #212545;
	border:none;
	border: 1px solid #fff;
	padding : 4px 6px;
}

.sendbtn{
	background-color: #F3FAFF;
	color: #212545;
	width:80px;
	text-align: center;
	padding: 5px 10px;
	margin: 20px 0px 18px;
	border-radius: 10px;
	cursor: pointer;
}
.error-img,.warning-img{
	position: absolute;
	top:30px;
	right: 0px;
	display: none;
}

.loader-table{
	width:200px;
	display: block;
	margin: 0px auto;
	float:none;
	text-align: center;
}

.loader-table span{
	text-align: center;
    margin: 10px auto 0px;

}

.loader-table img{
	display: block;
	margin: 0px auto;
	float:none;
	width:90px;
}
.contact-form-text{
	display: none;
}
 .prev{
	background-color: #BD4D21 !important;
	color:#fff !important;
	width: 38px;
	padding: 14px;
	position: absolute;
	top:50%;
	left: 0px;
	z-index: 9;
	font-size: 16px;
}
 .next{
	background-color: #BD4D21;
	color:#fff;
	width: 38px;
	padding: 14px;
	position: absolute;
	top:50%;
	right: 0px;
	z-index: 9;
	font-size: 16px;
}
.stextbox{
	position: absolute;
	top:37%;
	left:18%;
}

.servicedt_banner{
	display: table;
	background-color:#212545;
}
.servicedt_holder{
	width:1200px;
	float:none;
	margin: 0px auto;
	color:#fff;
	font-size:15px; 
	padding: 8% 0px 10px;
}
.serviceleft{
	float:left;
}
.servicetxt{
	float:right;
}
.servicetxt span{
	font-size: 22px;
}