*{padding:0;margin:auto;font-family: 'raleway';font-size:14px;}
@font-face {font-family: 'raleway';src: url('../fonts/Helvetica.ttf');}
@font-face {font-family: 'ralewaym';src: url('../fonts/Helvetica.ttf');}
@font-face {font-family: 'playfair';src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf');}
h1, h2, h3, h4, h5, h6{font-family: 'playfair';}
a:hover, a:focus, a:active,
input:hover, input:focus, input:active{
	background:rgba(0,0,0,0) !important;
	outline:none !important;
	text-decoration:none !important;
	box-shadow:0 0 0 0 black !important;
}
.thumb{border-radius:0px;padding:0px;border:0px;background:rgba(255,255,255,0);}
.row, .row .col{margin:0px;}
.text-transform{text-transform: uppercase;}
img {pointer-events: none;margin: 0;}
.mobile{display:none !important;}
.desktop{display:block !important;}
/**/
header{
	padding: 7px 10px 5px;
    z-index: 20000;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}
header .call{display:none !important;}
header .topheading .logoholder{padding:0px;}
header .topheading .logoholder .logo{
    width: 100%;
    padding:3px 10px;
	background: #fff !important;
}
header .topheading .logoholder .logo img{
    max-height: 75px;
}
header .topheading .call {display: none;}
header .topheading .logoholder button {
    border: solid 1px black;
    border-radius: 0;
    position: absolute;
    right: 0px;
    top: 20px;
	display:none;
}
header .topheading .logoholder button span {
    background: none;
    border-top: solid 1px #000;
    height: 1px;
    width: 2em;
    margin-left: 0px;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
header .topheading .logoholder button span::before {
    content: "";
	border-top: solid 1px #000;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: -8px 0px 0px -20px;
}
header .topheading .logoholder button span::after {
    content: "";
	border-top: solid 1px #000;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: 6px 0px 0px -20px;
}
header .topheading .more{padding:0px;}
header .links ul{
	padding: 0 5px;
}
header .links ul li{
	text-align: center;
    padding: 0px;
    position: relative;
    margin: 0 0 0 auto;
}
header .links ul li:after{
	content: "";
}
header .links ul li a{
	color: #000;
    display: block;
    position: relative;
    padding: 20px 0 0;
    font-size: 13px;
    font-family: 'ralewaym';
    text-transform: uppercase;
    letter-spacing: 1px;
}
header .links ul li:last-child a:after{
	display:none;
}
header .links ul li.active a{
	color:#3A53A5 !important;
}
header .links ul li ul{
	position: absolute;
    background: #fff;
    max-width: 270px;
	width: 185px;
	padding:0px;
	height:0px;
	overflow:hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header .links ul li ul li a,
header .links ul li.active ul li a{
	padding: 5px 20px;
	color:#000 !important;
	text-align:left;    
	text-transform: none;
	font-size: 14px;
}
header .links ul li ul li a:after{
	display:none;
}
header .navbar .navbar-toggler{display: none;}
header .navbar .navbar-brand{margin: 0;background: #fff !important;padding: 10px;}
header .navbar button span {
    background: none;
    border-top: solid 1px white;
    height: 1px;
    width: 2em;
    margin-left: 0px;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
header .navbar button span::before {
    content: "";
	border-top: solid 1px black;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: -8px 0px 0px -20px;
}
header .navbar button span::after {
    content: "";
	border-top: solid 1px black;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: 6px 0px 0px -20px;
}
header .navbar .navbar-brand img{height: 90px;}

header .links .top .text-right .cart i:hover::after,
header .links .top .text-right .cart i:focus::after,
header .links .top .text-right .cart i:active::after{
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header .links .navbar-brand:hover, header .navbar .navbar-brand:active, header .navbar .navbar-brand:focus {background: #fff !important;}
header .topheading .more .top a:hover, header .topheading .more .top a:active, header .topheading .more .top a:focus, 
header .links ul li a:hover, header .links ul li a:active, header .links ul li a:focus{
	color:#3A53A5 !important;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
}
header .links ul li:hover ul,
header .links ul li:focus ul,
header .links ul li:active ul{
    height: auto;
	padding:10px 0px;
	border: solid 1px #B24A4B;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
.home{padding: 50px;}
.slider{
    position: relative;overflow:hidden;
}
.slider .heroSlider .rsOverflow, 
.slider .royalSlider.heroSlider {
    height: 550px !important;
}
.slider .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background: url('../images/p.png') center no-repeat;
	background-size: contain;
}
.slider .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background: url('../images/n.png') center no-repeat;
	background-size: contain;
}
.slider .rsMinW .rsTabs {
    bottom: 20px;
    width: 62vh;
	position: absolute;
	text-align: left;
    padding: 0px 0px 0px 15px;
}
.slider .rsMinW .rsTab {
    padding: 0px 10px;
	min-width: 20px;
	margin-right: 4px;
	border: 1px solid rgba(217, 217, 221,.2);
	background: rgba(217, 217, 221,.2);
}
.slider .rsMinW .rsTab.rsNavSelected {
	border: 1px solid rgba(217, 217, 221,.2);
	background: rgba(217, 217, 221,.2);
}
.slider .rsMinW .rsTab.rsNavSelected:after {
	content: "";
	position: absolute;
    background: white;
    height: 2px;
    width: 11px;
    margin: -1px 0px 0px -11px;
}
.slider .rsMinW .rsArrow, .slider .rsMinW .rsArrowIcn {
	height: 50px;width:50px;
}
.slider .rsMinW .rsArrowLeft {
    right: auto;
	bottom: 50%;
	left: 25px;
}
.slider .rsMinW .rsArrowRight {
    right: 25px;
    bottom: 50%;
	left: auto;
}
.slider img {
	height: auto !important;
    width: 100% !important;
}
.slider .infoBlock {
	max-width: 100%;
    text-align: right;
    top: auto;
    bottom: 25vh;
    left: auto;
    right: 0;
    width: 100%;
    overflow: visible;
    color: #3D3E41;
}
.slider .infoBlock a{
	text-decoration:none;
	display: block;
}
.slider .infoBlock h2{
	font-size: 60px;
    position: relative;
    color: #fff;
    margin: 0 0 -3px;
    padding: 3px 10px;
    text-shadow: 0 -1px 3px #000;
    display: inline-block;
    text-transform: none;
    white-space: break-spaces;
}
.slider .infoBlock h6{
    font-size: 27px;
    color: #fff;
    padding: 7px 10px;
    text-transform: none;
	text-shadow:0 -1px 3px #000;
	white-space: break-spaces;
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: rgba(255,255,255,0) !important;
    color: #FFF;
}
.slider .infoBlock .goto:hover,
.slider .infoBlock .goto:focus,
.slider .infoBlock .goto:active{
	background: #fff;
	color:#74C3D0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
.home .sp{
	margin: 0;
    font-family: 'ralewaym';
    font-size: 14px;
    letter-spacing: 3px;
    color: #6eace0;
}
.home h1,
.home h2{
	color: #082f63;
}
.home .col{
	margin: auto;
}
.home .thumb{
	padding: 0;
	position: relative;
}
.home .thumb .ptn{
	position: absolute;
    bottom: -20vh;
    right: -50px;
}
.home .data{
	padding: 0 50px 0 0;
}
.home .data .rws{
	padding: 0 0 0 20px;
}
/**/
.section1{
	padding-bottom: 20px;
}
.section1 .data .rws{
	width: 80%;
}
/**/
.section2{
	background: #f7f7f7;
	padding-bottom: 80px;
}
.section2 .rws{
	margin: 0;
	padding: 0 15px 15px;
}
.section2 .rws .inner{
	background: #fff !important;
	display: block;
	padding: 10px;
    border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.section2 .rws .inner .thumb{
	width: 100%;
    height: 180px;
    padding: 0;
    overflow: hidden;
}
.section2 .rws .inner .thumb img{
	width: 100%;
	min-height: 100%;
}
.section2 .rws .inner .dts{
	padding: 15px ;
    /*height: 200px;*/
    color: #000;
}
.section2 .rws .inner .dts .rw{
    display: none;
}
.section2 .rws .inner:hover,
.section2 .rws .inner:focus,
.section2 .rws .inner:active{
	background: #e1e1e1 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
.section2 .rws .inner h4{
	font-size: 13px;
    color: #082f63;
    font-family: 'ralewaym';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.viewmore{
	position: relative;
    padding: 25px 0;
}
.viewmore .inner{
	position: absolute;
    width: 170px;
    left: calc(50% - 45px);
}
.viewmore .inner i{
	position: absolute;
    width: 2px;
    height: 70px;
    background: #6eace0;
    left: 32px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    top: -15px;
}
.viewmore .inner .sp{
	color: #082f63;
    letter-spacing: 1px;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.viewmore .inner .sp1{
	margin: 0 0 0 26px;
}
.viewmore .inner a:hover .sp,
.viewmore .inner a:focus .sp,
.viewmore .inner a:active .sp{
	color: #6eace0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
.whatwedo{
	padding-top: 0;
	padding-bottom: 80px;
}
.whatwedo .data{
	background: #fff;
    padding: 50px 30px 20px;
    margin: -70px 0 0;
}
.whatwedo .alldata{
    padding: 30px 30px 20px;
}
/**/
.bannerhome{	
	background: url('../images/bannerhome.jpg') center no-repeat;
	background-size: cover;
	height: 50vh;
}
/**/
.alldata .row{
	margin: 0 0 30px;
}
.alldata .thumb img{
	width: 100%;
}
.alldata .dts_{
	padding: 40px;
}
.alldata .dts_ h4{
	font-family: 'ralewaym';
    color: #082f63;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

/**/
.faq .inner{
	padding:0;
}
.faq .inner .col{
	margin:auto;
}
.faq .row{
	color:#090C64;
}
.faq .wrapper{
    padding: 7px;
    border: solid 1px rgba(9, 12, 100, .1) !important;
    border-radius: 3px;
    margin: 0 0 7px;
}
.faq .sign{
	color: #090C64;
    font-size: 18px;
    margin: 5px 0 0;
    line-height: .5;
}
.faq .content{
	padding: 0 10px 0;
    min-height: 18px;
    line-height: 1;
}

.faq .content h3{
	font-size: 20px;
    color: #090C64;
    margin: 0;
}

.faq .answer{
	height: 0px;overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.faq .answer.show{
	height: auto;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.faq .description{
    padding: 10px 10px;
    color: #4d4d4d;
}
.faq .description p{margin: 0px;color: #4d4d4d;}
.faq .thumb img{
    width: 100%;
}
/**/
.topdata{
	background: #173763;
	color: #fff;
}
.topdata h2{
	color: #fff;
}
.topdata .data .sp {
	margin: 0 0 5px;
}
/**/
.photos img {
	max-width: 100%;
	display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.photos figure {
margin: 0;
display: grid;
grid-template-rows: 1fr auto;
margin-bottom: 10px;
break-inside: avoid;
}
.photos figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}
.photos .container {
	column-count: 2;
	column-gap: 10px;
	padding: 0;
}
.photos .container figure a {
	overflow: hidden;
    display: block;
}
.caption-container {padding: 0 16px;}
.caption-container p{margin: 0;}
.photos figure a:hover img,
.photos figure a:active img,
.photos figure a:focus img{
	-moz-transform:scale(1.05); 
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/**/
.teamheader{
	padding-bottom: 20px;
}
.team{
	padding-top: 0;
}
.team .colwrapper{
	padding: 0 5px;
    flex: 0 0 20%;
    max-width: 20%;
	margin: 0;
}
.team .colwrapper a{
	display: block;
	padding: 10px;
}
.team .colwrapper a img{
	height: 310px;
}
.team .colwrapper a.active{
	background: #173763 !important;
}
.team .colwrapper a.active h5{
	color: #fff !important;
}
.team .colwrapper a h5{
	color:#082f63;
}
.team .colwrapper a h6{
    font-family: 'ralewaym';
    font-size: 11px;
    letter-spacing: 1px;
    color: #6eace0;
    text-transform: uppercase;
}
.teamdata .innerteamdata .inner{
	background: #f7f7f7;
    padding: 50px;
}
.teamdata .innerteamdata .inner h5{
	color:#082f63;
}
.teamdata .innerteamdata .inner h6{
    font-family: 'ralewaym';
    font-size: 11px;
    letter-spacing: 1px;
    color: #6eace0;
    text-transform: uppercase;
}
/**/
.btn-more_{
	background: #6eace0;
    border: solid 1px #6eace0 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 50px;
    font-size: 12px;
    letter-spacing: 1px;
	position: relative;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn-more_::before{
	content: "";
    background: #fff;
    position: absolute;
    width: 45px;
    height: 175%;
    left: -15px;
    top: -25%;
    -webkit-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    transform: rotate(27deg);
}
.btn-more_::after{
	content: "";
    background: #fff;
    position: absolute;
    width: 45px;
    height: 175%;
    right: -15px;
    top: -25%;
    -webkit-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    transform: rotate(27deg);
}
.btn-more_:hover,
.btn-more_:focus,
.btn-more_:active{
	background: #3A53A5 !important;
    border: solid 1px #3A53A5 !important;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/

.contact{
	background: #fff;
    padding: 40px;
    z-index: 1;
    position: relative;
}
.contact .contacttop{
    padding: 0 30px 0 0;
}
.contact .row .col{
	margin:0;
}
.contacttop .rw *{
	margin:0;
}
.contact .map-canvas{
	position:relative;
	padding-right:0;
}
#map-canvas{
	height: 500px;
}
#map-canvas iframe{height:100%;}
.contact .mail{
	background: #f7f7f7;
    padding: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px !important;
}
.contact .mail .rw{
	margin:0;
}
.contact .mail .frm{
    padding:0;
}
.contact .mail .frm .row{
	margin:0 -15px;
	width: 100%;
}
.contact .mail .frm label{
	margin: 10px 0 0;
}
.contact .mail .frm .dets{
	width: 100%;
    padding: 15px;
    border: solid 1px rgba(0, 0, 0, .1);
    margin: 0;
    background: rgba(255, 255, 255, 1) !important;
    color: #549ce4;
    border-radius: 0;
}
.contact .mail .frm textarea{
	height: 100%;
    padding: 15px;
}
.contact .mail .frm .form-file{
    padding: 15px;
}
.contact .mail .frm .dets::placeholder{
	color: #7c6d6d;
}
.contact .btnholder{
	padding: 20px 0 0;
}
.btn-send{
	background: #fff;
    border: solid 1px #6eace0 !important;
    color: #6eace0;
    border-radius: 4px;
    padding: 10px 50px;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn-send:hover,
.btn-send:hover,
.btn-send:hover{
	background: #6eace0;
    color: #fff;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
.overlayfooter{
	/*height: 70vh;*/
	padding: 10px 0;
}
.overlayfooter .home{
	padding: 10px 0 0;
}
.overlayfooter img{
	width: 100%;
}
.overlayfooter .heroSlider-fixed img {
    width: 50px;
}
.overlayfooter .heroSlider-fixed .coldata{
	padding: 10px;
}
.overlayfooter .heroSlider-fixed .coldata a{
	display: flex;
	border:solid 1px #dedede !important;
}
.overlayfooter .heroSlider-fixed .coldata .thumb{
	text-align: center;
    padding: 30px;
    display: flex;
	height: 120px;
}
.overlayfooter .heroSlider-fixed .coldata .thumb img{
	max-height: 100%;
    width: auto;
    min-width: 10px;
	margin: auto;
}
.overlayfooter .container {
	max-width: 100%;
}
.overlayfooter .container,
.overlayfooter .container .col-md-12{
	padding: 0;
}
.overlayfooter .prev,
.overlayfooter .next{
	top: 75px !important;
}
/**/
.footer{
	position:relative;
}
.footer #gtx-trans {
	display: none !important;
}
.footer .copy{
	background: #173763;
	padding: 40px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.footer .copy::after{
	content: "";
	background: #082f63 url('../images/pattern.png') center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
}
.footer h4{
	color: #6eace0;
}
.footer .dt{
	padding:20px;
}
.footer .dt .frm *{
	margin:0;
}
.footer .dt .social{
	margin: 0 0 40px;
}
.footer .dt img{
	margin: auto 0;
}
.footer .links{
	padding:20px 20px 0;
}
.footer .links a{
	color:#fff;
	display:block;
	position:relative;
	margin: 0 0 3px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.footer h3{
	color:#fff;
	font-size: 30px;
}
.footer .cright{
	padding: 10px 15px;
    position: relative;
    background: #03224c;
    color: #6eace0;
    letter-spacing: 1px;
}
.footer .cright a{
	color:#fff;
	display:inline-block;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.footer .cright img{
	width:100px;
}
.footer .dt .frm .dets{
	padding: 10px;
    width: 80%;
    background: #F6F6F8 !important;
    border: 0;
    margin: 0 0 0 7px;
}
.footer .dt .frm .dets::placeholder{
	color:rgba(46, 28, 28, 0.58);
}
.footer .dt .frm .btn{
	padding: 10px;
    width: 10%;
    background: rgba(0,0,0,0);
    color: #000;
    font-size: 20px;
    line-height: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.footer .dt .social a {
	display: inline-block;
    margin: 0 15px 0 0;
}
.footer .dt .social svg {
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 3px;
    color: #082f63;
    background: #fff;
    border: solid 1px #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.footer .links a:hover,
.footer .links a:focus,
.footer .links a:active{
	color: #6eace0;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.footer .dt .frm .btn:hover,
.footer .dt .frm .btn:focus,
.footer .dt .frm .btn:active{
	color: #EC2026;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.footer .dt .social a:hover svg,
.footer .dt .social a:focus svg,
.footer .dt .social a:active svg{
    background: #fff;
    color:  #000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.footer .cright a:hover,
.footer .cright a:focus,
.footer .cright a:active{
	color: #EC2026;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
label.error{color:#fb5b5b;}
@media screen and (max-width: 1030px){
		
}

