@charset "utf-8";


@-ms-viewport { width: device-width!important; }

html{ overflow-y: auto;-ms-overflow-style: -ms-autohiding-scrollbar!important;}

/*----------intial declartaion of css----------*/
* { /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/ }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; /* list-style:none;*/ box-sizing: border-box; }
* { box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0 }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul {/*list-style: none;*/ }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
p { font-size: 1.803rem; line-height: 1.4; padding-bottom: 25px; color: #77777b; font-family: 'Roboto', sans-serif; font-weight: 400; }
h1 { color: #216093; font-family: "Roboto Slab", serif; font-size: 7rem; font-weight: 400; letter-spacing: -0.2px; line-height: 1; margin-bottom: 18px; }
h2 { color: #216093; font-family: "Roboto Slab", serif; font-size: 6rem; font-weight: 400; letter-spacing: -0.2px; line-height: 1; margin-bottom: 18px; }
h3 { color: #77777b; font-family: "Roboto", sans-serif; font-size: 4.7rem; font-weight: 400; letter-spacing: 1.1px; line-height: 1; margin-bottom: 5px; }
h4 { color: #77777b; font-family: "Roboto", sans-serif; font-size: 4.2rem; font-weight: 400; letter-spacing: 1.1px; line-height: 1.2; margin-bottom: 18px; }
h5 { color: #77777b; font-family: "Roboto", sans-serif; font-size: 4.0rem; font-weight: 400; letter-spacing: 1.1px; line-height: 1.2; margin-bottom: 18px; }
h6 { color: #77777b; font-family: "Roboto", sans-serif; font-size: 3.5rem; font-weight: 400; letter-spacing: 1.1px; line-height: 1.2; margin-bottom: 18px; }
.page-body { padding: 30px 0px; }
a, button, .btn { outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none !important; }
input { -webkit-appearance: none; border-radius: 0px; }
body { -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; font-weight: 400; }
strong{
	font-weight:bold;
}
/*ul, li { list-style-type: none; }*/
::-webkit-input-placeholder {
 opacity: 1;
 color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
 opacity: 1;
 color: inherit;
}

::-moz-placeholder {  /* Firefox 19+ */
 opacity: 1;
 color: inherit;
}

:-ms-input-placeholder {
 opacity: 1;
 color: inherit;
}
.container { max-width: 1548px; width: 100%; margin: auto; }
.img-text-sec{ align-items: center; display: flex; }
.img-left .sec-img { order: 1; }
.img-left .sec-text{ order: 2; }
li{ font-size:1.803rem; }
.lnk-typ1{ font-size:1.803rem; }
.lnk-typ1:hover{ color:#77777b; }
li a:hover{ color:#77777b; }
.img-right .sec-img { order: 2; }
.img-right .sec-text{ order:1; }
/* Menu Css */
/*header.fixed { position: fixed; animation: 0.5s linear 0s normal none 1 running slideDown; animation: 0.5s linear 0s normal none 1 running slideDown; z-index: 99; }
@keyframes slideDown {
0% {
transform:translateY(-100%);
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
}
100% {
transform:translateY(0%);
-webkit-transform:translateY(0%);
-moz-transform:translateY(0%);
}
}
@-webkit-keyframes slideDown {
0% {
transform:translateY(-100%);
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
}
100% {
transform:translateY(0%);
-webkit-transform:translateY(0%);
-moz-transform:translateY(0%);
}
}
@-moz-keyframes slideDown {
0% {
transform:translateY(-100%);
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
}
100% {
transform:translateY(0%);
-webkit-transform:translateY(0%);
-moz-transform:translateY(0%);
}
}
@-ms-keyframes slideDown {
0% {
transform:translateY(-100%);
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
}
100% {
transform:translateY(0%);
-webkit-transform:translateY(0%);
-moz-transform:translateY(0%);
}
}*/
#header-main .header-right .menu_navigation { text-align: right; padding: 17px 0 0 0; }
#header-main.fixed .menu_navigation { padding: 0; }
#header-main .menu-icon { cursor: pointer; color: #fff; text-transform: uppercase; text-align: center; font-weight: bold; line-height: 33px; font-size: 2.2rem; padding: 10px 0; position: absolute; left: -99999px; display: none; }
#header-main .menu-icon .menu-box { width: 34px; height: 20px; margin-right: 20px; position: absolute; right: 0; top: 2px; bottom: 0; margin: auto; left: -6px; }
#header-main .menu-icon .menu-box span { width: 100%; height: 3px; margin-bottom: 5px; background: #1f5f92; display: block; border-radius: 2px; transition: all 0.5s; -webkit-transition: all 0.5s; }
#header-main .menu-icon.active span { background: #fff; }
#header-main .menu-icon.active span:nth-child(1) { transform: rotate(45deg) translateY(3px) translateX(7px); -webkit-transform: rotate(45deg) translateY(3px) translateX(8px); -ms-transform: rotate(45deg) translateY(3px) translateX(7px); }
#header-main .menu-icon.active span:nth-child(2) { opacity: 0; }
#header-main .menu-icon.active span:nth-child(3) { transform: rotate(-45deg) translateY(-4px) translateX(8px); -webkit-transform: rotate(-45deg) translateY(-4px) translateX(8px); -ms-transform: rotate(-45deg) translateY(-4px) translateX(8px); }
#header-main .enumenu_ul .caret { color: #fff; margin-left: 7px; }
#header-main .enumenu_ul { padding: 0px; list-style: none; margin: 0; }
#header-main .enumenu_ul > li { display: inline-block; vertical-align: top; padding-bottom: 10px; position: relative }
#header-main .enumenu_ul .arrow::after { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; content: "\f107"; font-family: "FontAwesome"; font-size: 2.0rem; font-weight: 500; color: #553422; position: absolute; top: -4px; right: 7px; cursor: pointer; }
#header-main .enumenu_ul li.hover .arrow:after, #header-main .enumenu_ul li .up.arrow:after { color: #49494c; transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
#header-main .enumenu_ul { text-align: right; }
#header-main .enumenu_ul li { padding-top: 12px; position: relative; float: left; text-align: center; }
#header-main .enumenu_ul li:first-child { margin-left: 4px; }
#header-main .enumenu_ul li a { font-size: 2.2rem; color: #77777b; padding: 0px 15px; text-transform: uppercase; display: block; letter-spacing: 0.2px; font-family: 'Roboto', sans-serif; }
#header-main .enumenu_ul > li > a:before { height: 0; width: 0; content: ""; border-top: 4px solid #77777b; border-left: 4px solid #77777b; display: inline-block; position: absolute; top: 0px; left: -2px; opacity: 0; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; }
#header-main .enumenu_ul > li:hover > a:before { height: 50%; width: 25%; opacity: 1; }
#header-main .enumenu_ul > li { cursor: pointer; }
#header-main .enumenu_ul > li > a:after { height: 0; width: 0; content: ""; border-bottom: 4px solid #77777b; border-left: 4px solid #77777b; display: inline-block; position: absolute; bottom: 0px; left: -2px; opacity: 0; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; }
#header-main .enumenu_ul > li:hover > a:after { height: 50%; width: 46%; opacity: 1; }
#header-main .enumenu_ul > li:before { height: 0; width: 0; content: ""; border-top: 4px solid #77777b; border-right: 4px solid #77777b; display: inline-block; position: absolute; top: 0px; right: -2px; opacity: 0; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; }
#header-main .enumenu_ul > li:hover:before { opacity: 1; height: 50%; width: 46%; }
#header-main .enumenu_ul > li:after { height: 0; width: 0; content: ""; border-bottom: 4px solid #77777b; border-right: 4px solid #77777b; display: inline-block; position: absolute; bottom: 0px; right: -2px; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; opacity: 0; }
#header-main .enumenu_ul > li:last-child:before { right: -16px; }
#header-main .enumenu_ul > li:last-child:after { right: -16px; }
#header-main .enumenu_ul > li:hover:after { height: 50%; width: 25%; opacity: 1; }
#header-main .enumenu_ul > li.has-children > a { padding: 0 24px 0 7px; }
#header-main .enumenu_ul > li:last-child a { padding-right: 0; }
#header-main .enumenu_ul > li:hover > a, .enumenu_ul > li.active > a, #header-main .enumenu_ul > li > a:focus { color: #216093; }
#header-main .enumenu_ul.desk > li ul { display: none; margin: 0; }
#header-main .enumenu_ul ul li:first-child{ margin-left:0px; }
#header-main .enumenu_ul ul li { margin: 0; list-style: none; position: relative; text-align: left; padding: 8px 5px; cursor:default; }
#header-main .enumenu_ul ul { top: 100%; z-index: 999; list-style: none; left: 0px; /*background: rgba(33,96,147,0.90);*/ position: absolute; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border: 2px solid #fff; padding:15px 0 15px; right: 0; /*-webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.31); -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.31); -ms-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.31); box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.31);*/ border-top: none; -webkit-border-top: none; -moz-border-top: none; -ms-border-top: none; border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px; border:0px;}
#header-main .enumenu_ul.desk ul{ min-width:660%; } 
#header-main .enumenu_ul.desk ul li { width: 33.33%; }
#header-main .container { max-width: 1500px; }
/*Sub menu styles*/
#header-main .menu.submenu-ul-level1 li a { background: rgba(31, 26, 107, 0.8); color: #fff; padding-left: 90px; }
#header-main .enumenu_ul li:hover > ul { display: inline-block; opacity: 1; }
#header-main .enumenu_ul .sb-menu .sb-menu { left: 100%; top: 0; }
#header-main .enumenu_ul ul li a { padding: 0; display: inline-block; color: #fff; text-align: left; vertical-align: middle; font-size: 1.6rem; letter-spacing: -0.25px; z-index:1111; position:relative;  }
#header-main .enumenu_ul ul li > a:hover, #header-main .enumenu_ul ul li > a:focus { color: #777777; }
.arrow { width: 26px; height: 20px; display: inline-block; vertical-align: middle; position: relative; padding-left: 7px; z-index: -1; }
#header-main .enumenu_ul.desk ul li a{ padding:10px; line-height:1.5; }
#header-main .enumenu_ul.desk ul li a:hover,#header-main .enumenu_ul.desk ul li a:focus{ background-color:#777777; color:#ffffff; }
/* Device Toogle Css */
.device-toggle a { display: block; text-align: center; position: relative; margin: 0; font-family: "FontAwesome"; color: #ffffff; font-size: 2.5rem; line-height:0; }
.device-toggle a:hover, .device-toggle a:focus { color: #49494c; }
.device-toggle { background: #1f5f92; display: none; right: 0; margin-top: 0; position: absolute; text-align: center; top: 70px; bottom: 0px; padding-bottom:0px; width: 57px; z-index: 9999999; }
.device-phone-link { position: relative; font-size: 2.0rem; color: #fff; margin: 0; padding: 14px 0; vertical-align: middle; background: #1f5f92; width: 100%; height: 50%; float: right; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; }
.conatct-link { background: #447ca9; display: inline-block; line-height: 2.3125rem; vertical-align: middle; width: 100%; height: 50%; float: left; padding:15px 0 11px; }
.upperdiv { position: absolute; top: auto; left: 0; right: 0; bottom:15px; margin: 0 auto; /*-webkit-transform: translateY(-95%); -moz-transform: translateY(-95%); -ms-transform: translateY(-95%); transform: translateY(-95%);*/ }
/* Custome CSS */
header { padding: 41px 0px 43px; background-color: rgba(255,255,255,0.85); position: fixed; left: 0px; top: 0px; z-index:88; width: 100%; box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.5); }
#header-main .enumenu_ul > li:nth-child(4) a, #header-main .enumenu_ul > li:nth-child(5) a, #header-main .enumenu_ul > li:nth-child(6) a { padding: 0 8px; }
#header-main .enumenu_ul > li:nth-child(4), #header-main .enumenu_ul > li:nth-child(5), #header-main .enumenu_ul > li:nth-child(6) { display: inline-block; float: none; }
#header-main .enumenu_ul > li:nth-child(6) a { padding-right: 0px; }
#header-main .enumenu_ul .arrow { display: none; }
.sec-img-main { background-position: center center; background-size: cover; padding: 0 0 100%; }
.btn-typ1:hover { color: #77777b; }
.btn-typ1 { color: #216093; font-family: "Roboto Slab", serif; font-size: 1.8rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.btn-typ1 span { display: inline-block; vertical-align: middle; margin-top: 3px; margin-right: 5px; }
.btn-typ1 em { display: inline-block; margin-right: 5px; vertical-align: middle; color: #bebec3; font-style: normal; }
/* Banner Css */
header .logo { position: absolute; left: 50%; transform: translateX(-50%); top: 35px; margin-top: -12px; margin-left: -6px; }
.vedio-area-home { height: auto; left: 0; overflow: hidden; position: relative; right: 0; top: 0; width: 100%; z-index: 1; background: url('../images/video-bg.png') no-repeat center center; background-size: cover; background-position: center center; }
.slider-video { background-repeat: no-repeat; background-size: cover;  height:715px; object-fit: cover; width: 100%; display: block; }
.vedio-area-home:before { height: 289px; width: 100%; position: absolute; bottom: 0px; left: 0px; content: ""; background: url('../images/banner-shadow1.png') repeat-x left bottom; }
.service-bg { padding: 14px 0px 40px; }
.service-bg .flex { flex-wrap: wrap; position: relative; z-index: 2; align-items: stretch; display: flex; justify-content: space-between; margin-left: -15px; margin-right: -15px; }
.service-bg .flex li { flex: 0 1 50%; position: static; list-style-type: none; }
.service-bg ul li a { height: 237px; display: inline-block; width: 100%; border: 15px solid #ffffff; border-width: 17.5px 15px 17.5px 15px; color:#ffffff; }
.service-bg ul li a:hover,.service-bg ul li a:hover strong{ color:#ffffff; }
.service-bg ul:hover li a span { background-color: rgba(119,119,119,0.50); }
.service-bg ul:hover li:hover a img { opacity: 1; }
.service-bg ul li a { position:relative; }
.service-bg ul li a img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: -1; opacity:1; pointer-events: none; -webkit-transition: opacity .4s; -moz-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; background-repeat: no-repeat; background-size: cover; }
.service-bg ul li a:hover span:before { border: 4px solid rgba(255,255,255,1); }
.service-bg ul li a span:before { border: 4px solid rgba(255,255,255,0.6); position: absolute; left: 9px; top: 9px; bottom: 9px; right: 9px; content: ""; }
.service-bg ul li a span:after { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; border: 9px solid rgba(255,255,255,0); content: ""; transition: 0.5s; -webkit-transition: 0.5s; -ms-transition: 0.5s; }
.service-bg ul li a:hover span:after { border: 9px solid rgba(255,255,255,1); }
.service-bg ul li a span { display: inline-block; height: 100%; width: 100%; background-color: #777777; font-family: 'Roboto Slab', serif; font-weight: 400; font-size: 3rem; color: #ffffff; text-align: center; position: relative; z-index: 2; overflow: hidden; }
.service-bg ul li a span strong { font-weight: 400; padding-top:85px; padding-left:15px; padding-right:15px;  display: inline-block; text-transform: uppercase; line-height: 1.0; color:#ffffff !important; }
.service-bg ul:hover li:hover a span { background-color: #216093; }
.service-bg ul li a span strong:before { height: 0; width: 0; content: ""; border-top: 9px solid #bebec3; border-left: 9px solid #bebec3; display: inline-block; position: absolute; top: 0px; left: 0px; opacity: 0; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; z-index: 11; }
.service-bg ul li a:hover span strong:before { height: 50%; width: 13.5%; opacity: 1; }
.service-bg ul li a span strong:after { height: 0; width: 0; content: ""; border-bottom: 9px solid #bebec3; border-left: 9px solid #bebec3; display: inline-block; position: absolute; bottom: 0px; left: 0px; opacity: 0; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; z-index: 11; }
.service-bg ul li a:hover span strong:after { height: 50%; width: 62%; opacity: 1; }
.service-bg ul li a span p:before { height: 0; width: 0; content: ""; border-top: 9px solid #bebec3; border-right: 9px solid #bebec3; display: inline-block; position: absolute; top: 0px; right: 0px; opacity: 0; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; z-index: 11; }
.service-bg ul li a:hover span p:before { opacity: 1; height: 50%; width: 62.9%; }
.service-bg ul li a span p:after { height: 0; width: 0; content: ""; border-bottom: 9px solid #bebec3; border-right: 9px solid #bebec3; display: inline-block; position: absolute; bottom: 0px; right: 0px; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; opacity: 0; z-index: 11; }
.service-bg ul li a:hover span p:after { opacity: 1; width: 14%; height: 50%; }
.service-bg ul li a em:before { height: 100%; width: 50%; content: ""; background: url('../images/b-isolated.png') no-repeat right top; position: absolute; left: -160%; top: 14px; top: 0px; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; }
.service-bg ul li a:hover em:before { left: 12.5px; }
.service-bg ul li a:hover em:after { right: 12.5px; }
.service-bg ul li a em:after { height: 100%; width: 50%; top: 0px; content: ""; background: url('../images/t-isolated.png') no-repeat left bottom; position: absolute; right: -160%; bottom: 14px; transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s; }
/*** Wel Come Content ***/
.welcome-content { padding: 63px 0 52px; text-align: center; background: url('../images/welcome-bg.png') no-repeat top center; background-size: 373px; }
.welcome-content h2 { font-size: 4.8rem; line-height: 1; color: #77777b; font-family: 'Roboto', sans-serif; font-weight: 400; letter-spacing: 1.1px; margin-bottom: 3px; }
.welcome-content h1 { font-size: 5rem; font-family: 'Roboto Slab', serif; font-weight: 400; color: #216093; line-height: 1; margin-bottom: 20px; letter-spacing: -0.2px; }
.welcome-content p { max-width: 950px; margin: auto; }
.readmore a em, {
font-style:normal;
color:#bebec3;
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
}
.readmore a span, .readmore a em { display: inline-block; vertical-align: middle; margin-right: 5px; }
.readmore a span { margin-top: 3px; }
.readmore a:hover { color: #77777b; }
.readmore a { font-size: 1.8rem; line-height: 1; color: #216093; font-family: 'Roboto Slab', serif; font-weight: 700; text-transform: uppercase; }
.readmore a em{ font-style:normal; color:#bebec3; }
.readmore a:hover em { color: #77777b; }
.readmore a:hover em, .contact-bg form .buttons div button:hover span { -webkit-animation-name: hvr-wobble-horizontal; animation-name: hvr-wobble-horizontal; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
@-webkit-keyframes hvr-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 33.3% {
 -webkit-transform: translateX(-6px);
 transform: translateX(-6px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
@keyframes hvr-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 33.3% {
 -webkit-transform: translateX(-6px);
 transform: translateX(-6px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.readmore { margin-top: -4px; }
.testimonials-bg .testimonial-left { padding-right: 75px; padding-bottom: 67px; position: relative; }
.amount-box { border: 9px solid #f1f1f2; }
.amount-box .item { height: 364px; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.amount-box .item .txt-wrapper { position: relative; z-index: 1; padding: 81px 20px 10px; text-align: center; }
.amount-box .item:after { height: 100%; width: 100%; background-color: rgba(33,96,147,0.5); content: ""; position: absolute; left: 0px; top: 0px; }
.amount-box .item:after { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; border: 4px solid #ffffff; content: ""; }
.amount-box .item .txt-wrapper p { color: #ffffff; font-size: 8rem; font-family: 'Roboto Slab', serif; font-weight: 400; line-height: 1; margin-bottom: 8px; padding-bottom: 0px; }
.amount-box .item .txt-wrapper span { color: #ffffff; font-size: 2.5rem; font-family: 'Roboto Slab', serif; font-weight: 400; line-height: 1; }
.testimonials-bg { padding: 50px 0 15px; }
.blue-txt-bg { position: absolute; overflow:hidden; bottom: 2px; right: 0px; padding:28px 32px 24px; background-color: #216093; max-width: 456px; z-index: 1; text-align: center; }
.blue-txt-bg p { color: #ffffff; padding-bottom: 0px; font-size: 1.75rem; }
.testimonials-bg .testimonials-right { padding-left: 70px; }
.testimonials-right .feedback-comment p { padding-bottom: 0px; font-family: 'Roboto Slab', serif; font-weight: 400; font-size: 2.4rem; line-height: 1.69; }
.testimonials-right .feedback-comment { background-color: #f8f8f8; padding:66px 80px 71px 60px; text-align: center; }
.slider-btn { position: absolute; right: -45px; top: 72px; width: 60px; z-index: 11; }
.blue-txt-bg{ overflow-x:hidden; }
.slider-btn a:hover, .slider-btn a:focus { background-color: #77777b; }
.slider-btn a { height: 60px; width: 60px; background-color: #205f92; display: inline-block; border-radius: 100%; -webkit-border-radius: 100%; -ms-border-radius: 100%; margin-bottom: 3px; }
.slider-btn a.prev-btn { background: url('../images/prev.png') no-repeat center center #205f92; background-size: 20px; background-repeat: no-repeat; }
.slider-btn a.prev-btn:hover { background: url('../images/prev.png') no-repeat center center #77777b; background-size: 20px; }
.slider-btn a.next-btn { background: url('../images/next.png') no-repeat center center #205f92; background-size: 20px; background-repeat: no-repeat; }
.slider-btn a.next-btn:hover { background: url('../images/next.png') no-repeat center center #77777b; background-size: 20px; }
.ft-logo ul { text-align: center; }
.ft-logo ul li { display: inline-block; vertical-align: middle; padding: 0px 20px; list-style-type: none; margin-bottom: 15px }
.ft-logo { padding: 40px 0px 39px; }
/*.animated  {
 -webkit-animation-duration : 250ms  ;
 animation-duration : 250ms  ;
 -webkit-animation-fill-mode : both  ;
 animation-fill-mode : both  ;
} */
.contact-bg{ overflow:hidden; }
.contact-bg .form-left { min-height: 530px; text-align: center; position: relative; padding-top: 42px; }
.contact-bg .form-left:before { width: 753px; height: 392px; content: ""; background: url(../images/contact-person.png) no-repeat center bottom; position: absolute; bottom: 0px; left: 10px; }
.contact-bg { background-size: cover; position: relative; }
.contact-bg .form-left h2 { font-family: 'Roboto Slab', serif; font-weight: normal; text-transform: uppercase; font-size: 8rem; color: #ffffff; margin-bottom:0px; text-shadow: 0px 2px 27.26px rgba(0, 0, 0, 0.5); -webkit-text-shadow: 0px 2px 27.26px rgba(0, 0, 0, 0.5); }
.contact-bg .form-left h3 { color: #9cc6e8; font-size: 4.8rem; font-family: 'Roboto', sans-serif; font-weight: 400; text-transform: uppercase; line-height: 0.8; text-shadow: 0px 2px 27.26px rgba(0, 0, 0, 0.5); -webkit-text-shadow: 0px 2px 27.26px rgba(0, 0, 0, 0.5); margin-bottom:0px;}
.contact-bg .contact-slider { position: absolute; bottom: 73px; left: 0px; width: 100%; text-align: center; }
.contact-bg .contact-slider p { color: #ffffff; max-width: 455px; display: inline-block; padding-bottom: 0px; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); -webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
.contact-bg:before { height: 250px; width: 100%; content: ""; background: url('../images/contact-shadow-bg.png') repeat-x left bottom; position: absolute; bottom: 0px; left: 0px; z-index: 1; }
.contact-bg .form-right { position: relative; z-index: 2; padding: 45px 112px 30px 108px; position: relative; min-height: 530px; }
.contact-bg .form-right .desc { display: none; }
.contact-bg .form-right:before { height: 100%; width:300%; background-color: rgba(37,97,146,0.6); position: absolute; content: ""; left: 0px; top: 0px; }
.contact-bg .form-right h2 { font-size: 3.6rem; color: #ffffff; font-family: 'Roboto Slab', serif; font-weight: 400; text-align: center; text-transform: uppercase; letter-spacing: 0.7px; margin-bottom: 23px; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); -webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
.contact-bg .form-right h2 span { display: block; color: #bababf; }
.contact-bg .form-right .form { position: relative; }
.contact-bg form .field { background: none; border-bottom: 4px solid #ffffff; width: 100%; padding: 8px 0 7px; color: #ffffff; font-size: 1.8rem; transition: 0.5s; -webkit-transition: 0.5s; -ms-transition: 0.5s; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); -webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
.contact-bg form .field:focus { border-color: #9cc6e8; }
.contact-bg form textarea.field { height: 48px; resize: none; }
.contact-bg form .buttons { margin-top: 53px; text-align: center; }
.contact-bg form .buttons div { display: inline-block; }
.contact-bg form .buttons div button { color: #bababf; background: none; text-transform: uppercase; font-size: 1.8rem; font-family: 'Roboto Slab', serif; font-weight: 700; border: 0px; padding: 0px; line-height: 1; }
.contact-bg form .buttons div button:focus, .contact-bg form .buttons div button:hover { color: #ffffff; }
.contact-bg form .buttons div button span { color: #ffffff; font-weight: 700; display: inline-block; line-height: 1; margin-left: 3px; }
span.error { display: block; color: #da001f; font-family: 'Roboto', sans-serif; font-weight: 400; position: absolute; bottom: -23px; left: 0px; }
.contact-bg form ul li { margin-bottom: 25px; position: relative; list-style-type: none; }
.device_contact { display: none; }
/*** Footer Css ***/
footer { padding: 62px 0px 50px; }
footer .flex { align-items: stretch; display: flex; flex-wrap: wrap; justify-content: space-between; }
footer .flex .ft-left ul { padding-left: 47px; }
footer .flex .ft-left { flex: 0 1 38%; position: static; }
footer .flex .ft-middle { flex: 0 1 22%; position: static; }
footer .flex .ft-right { flex: 0 1 40%; position: static; }
.ft-left p a { color: #77777b }
.ft-left p a:hover { color: #1f5f92 }
footer ul li { text-align: center; margin-bottom: 9px; list-style-type: none; }
footer ul li a { font-size: 1.8rem; line-height: 1; color: #77777b; font-family: 'Roboto', sans-serif; font-weight: 500; }
footer ul li a:hover { color: #205f92; }
footer .flex .ft-left li { display: inline-block; float: left; width: 50%; }
footer .ft-middle { text-align: center; }
footer .social-icon { margin-top: 54px; }
footer .social-icon a:hover { background-color: #77777a; }
footer .social-icon a { height: 51px; width: 51px; background-color: #1f5f92; display: inline-block; vertical-align: middle; border-radius: 100%; -webkit-border-radius: 100%; -ms-border-radius: 100%; color: #ffffff; font-size: 3rem; text-align: center; padding-top: 12px; }
footer .social-icon a.fa-google-plus { font-size: 2.5rem; }
footer .ft-left p { margin-top: 26px; text-align: center; padding-bottom: 0px; margin-right: 0px;    font-size: 1.7rem; }
footer .ft-right .phone-text { margin-top: 13px; text-align: center; line-height: 1; font-size: 2.5rem; color: #bababf; font-family: 'Roboto', sans-serif; font-weight: 400; }
footer .ft-right .phone-text span { display: inline-block; vertical-align: middle; margin-top: 2px; }
footer .ft-right .phone-text a:hover { color: #77777b; }
footer .ft-right .phone-text a { font-size: 3.6rem; color: #1f5f92; margin-left: 5px; font-family: 'Roboto Slab', serif; font-weight: 700; display: inline-block; vertical-align: middle; }
footer .ftr-logo a { display: inline-block; width: 107px; }
.ios-icon, .android-icon, .ios .desktop-icon, .android .desktop-icon { display: none !important; }
.ios .ios-icon, .android .android-icon { display: inline-block !important; }
.find-help { background-color: #216093; padding: 14px 29px 5px; position: fixed; right: -77px; top: 50%; z-index: 11; color: #ffffff; font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: 400; transform: rotate(270deg); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); margin-top: -22px;  
 -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-font-smoothing:none;
}
.find-help:hover, .find-help:focus { background-color: #77777b; color: #ffffff; }
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.service-bg ul li a:hover,.service-bg ul li a:focus{ color:#ffffff; }
.readmore a:hover,.readmore a:focus,.readmore a:hover span,.readmore a:focus span{ color:#77777b; }

.blue-txt .owl-carousel, .owl-carousel .owl-item .item{overflow-x: hidden}
.vid{min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
header .sb-menu:before{
    content:"";  
    display:block;
    width:1500%;
    left:-645px;
    height:100%;
    bottom:0px;    
    position:absolute;
    top:0px; 
    background-color:rgba(33,96,147,0.90);
    z-index:1111; 
    cursor:default;
}
.ie header .sb-menu:before{ cursor:default !important; }
.ie .vedio-area-home{ 
    height: auto;
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;   
}
.ie .banner-video{ height: 715px; overflow:hidden; }
.ie .vedio-area-home .slider-video{ 
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;  
}
hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(33, 96, 147, 1), rgba(0, 0, 0, 0));
}
#m-logos{
			display: none;
		}
.team-bio {
    padding: 20px;
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.team{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.team div{
	padding: 0;
}
	@media (max-width:640px) {
		#logos{
			display: none;
		}
		#m-logos{
			display: block;
		}
	}