/*== GENERAL CSS ==*/
*, a, img, ul, ol { list-style: none; padding: 0px; margin: 0px; outline: none; border: none; }
*:focus, a:focus { border: none; outline: none; }
body, a, input, #products ul li { text-decoration: none; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; }
textarea { resize: none; overflow: hidden; font-family: 'Open Sans', sans-serif; }
input, select { border: none; outline: none; font-family: 'Open Sans', sans-serif; }
input[type=submit], input[type=button], input[type=reset] { background: #ab3822; color: #eecb56; text-transform: uppercase; font-size: 15px; }
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { background: #eecb56; color: #ab3822; }
a:focus, a:hover { color: #fff; text-decoration: none; }
.button { color: #fff; font-size: 14px; background: #3dabff; text-transform: uppercase; min-width: 260px; border-radius: 5px; display: inline-block; padding: 16px; font-weight: 400; text-align: center; }
.button:hover { background: #444444; }
/* General CLASSES */
body { font-family: 'Open Sans', sans-serif; }
h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;}
h1 {font-family: 'Roboto', sans-serif;}
.container { max-width: 1170px; margin: 0 auto; position: relative; }
.floatLeft { float: left!important; }
.floatRight { float: right!important; }
.alignLeft { text-align: left!important }
.alignRight { text-align: right!important; }
.alignCenter { text-align: center!important; }
.noMargin { margin: 0px !important; }
.txt-center { text-align: center !important; }
.dispalyInline { display: inline; }
#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; width: 100%; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; }
#jqcheck img { margin: 0px 5px -3px; }
::selection { background: #4483e0; color: #fff; text-shadow: none; }
::-webkit-scrollbar {
width:10px;
height:10px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display:none;
}
::-webkit-scrollbar-track-piece {
background-color:#ecedf1;
-webkit-border-radius:0px;
border-left:1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
-webkit-border-radius:0px;
background:#be202e;
}

.header .mnu a#pull {
    display: none;
    position: absolute;
    color: #fff;
    padding: 0px;
    font-size: 13px;
    float: none;
    top: -66px;
    right: 15px;
}
ul.nav.navbar-nav li a {
	padding: 51px 0px;
    color: #354e5c;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin: 0px 18px;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
}
ul.nav.navbar-nav li.current-menu-item a, ul.nav.navbar-nav li a:hover  {
    color: #be202e;
}
ul.nav.navbar-nav li:last-child a {
	margin-right: 0px;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.header-strip {
    background-color: #be202e;
    height: 50px;
}
.header-menus {
    min-height: 122px;
}
.banner {
    min-height: 651px;
    background-color: #354e5c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	position: relative;
    z-index: 99;
}
.banner .bubbleimgs{position:absolute;
  transition-delay:1s;
  transition: visibility 0s, opacity 1s linear;
	  visibility: hidden;
	  opacity: 0;
}
.banner.slick-active .bubbleimgs{
  animation: 1s fadeInWidthDelay;
  animation-fill-mode: forwards;
}
@keyframes fadeInWidthDelay {
  50% {
	  visibility: hidden;
	  opacity: 0;
  }
  100% {
	  visibility: visible;
	  opacity: 1;
  }
}
.logo {
    padding: 11px 0px;
}
.soc {
	float: right;
}
.soc li {
    display: inline-block;
    margin: 14px 11px;
}
.soc li a {
    color: #fff;
    font-size: 16px;
}
.soc li:last-child {
    margin: 0px 0px 0px 33px;
}
.soc li:last-child a {
    background: #a1000e;
    display: block;
    padding: 14px 18px 13px;
}
.opti {
    width: 96px;
    background: #a1000e;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    padding: 0px 12px;
    margin-right: 33px;
	line-height: 46px;
}
h1 {
	color: #fff;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 57px;
    margin: 0px;
    padding-top: 100px;
}
.banner p {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 56px;
}
.abr { text-align:center;}
.abr h1, .abr p {
    padding-left: 52px;
}
ul.ban-list {
	background: rgba(190, 32, 46, 0.8);
    min-height: 526px;
    padding: 17px 0px 0px;
    max-width: 245px;
	position: relative;
    z-index: 99;
	border-radius: 0px 0px 5px 5px;
}
ul.ban-list li {
    padding: 0px 19px;
	-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;
    cursor: pointer;
}
ul.ban-list li a span{display:block;padding-left: 45px;line-height: 33px;    cursor: pointer;}
ul.ban-list li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #cb4d58;
    position: relative;
    padding: 18.5px 0px;
}
.banner-wrap {
    position: relative;
}
.banner-list {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
ul.ban-list li:last-child a {
    border-bottom: 0px;
}
.banner-wrap .slick-dots {
	bottom: 44px;
    position: absolute;
}
.banner-wrap .slick-dots button {
    background: #fff;
}
.banner-wrap .slick-dots .slick-active button {
    background: #fff;
    width: 23px;
    height: 10px;
    border-radius: 10px;
    background: transparent;
    border: 2px solid #fff;
}
.banner-wrap .slick-dots li {
    margin: 0 6px;
}
.banner-wrap .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.services-sec {
    min-height: 460px;
    background: #f4f7f9;
    padding: 70px 0px 0px;
}
ul.ban-list li a .abs {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    display: table;
    top: 15px;
}
ul.ban-list li a .abs span {
	display: table-cell;
	vertical-align: middle;
}	
h2 {
    color: #be202e;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 38px;
    position: relative;
    text-align: center;
	margin-bottom: 30px;
}
h2:after {
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    display: table;
    margin: 0 auto;
    background-image: url(../images/heart.png);
    width: 229px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: top center;
    bottom: 0px;
}
.box-ser {
    position: relative;
    padding: 7px 0px 0px 62px;
}
h3 {
    color: #062033;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.box-ser p {
    color: #062033;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.box-ser img {
    position: absolute;
    left: 0px;
    top: 0px;
}
.services-sec h2 {
    margin-bottom: 53px;
}
.partner-sec p, .mission-sec p, .contact-sec .abg p {
    color: #062033;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0px 7%;
}
.partner-sec {
    padding: 90px 0px 18px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
	background: transparent;
	border: 1px solid #c7ced4;

}
.slick-dots .slick-active button {
	background: #062033;
	border: 1px solid #062033;
}
.mission-sec {
    padding: 74px 0px;
}
.strip-sec {
    min-height: 200px;
    background: #cecece;
    padding: 45px 0px 0px;
}
.log .log-in img {
    width: 100%;
}
.strip-sec .slick-dots li button {
    border: 1px solid #7e8286;
}
.log {
    height: 100px;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
}
.log-in {
    display: table-cell;
    vertical-align: middle;
}
.fact-sec {
    min-height: 600px;
    background-color: #be202e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/facts.jpg);
	padding: 95px 0px 0px;
}
.fact-sec h2 {
    color: #fff;
}
.fact-sec h2:after {
	background-image: url(../images/heartw.png);
}
.fact-sec p {color: #fff;font-size:18px;text-align:center;margin-bottom: 40px;}
.counter {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    display: block;
    line-height: 60px;
    padding: 40px 0px 8px;
}
.cont p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
.cont {
    text-align: center;
}
.contact-sec {
    min-height: 640px;
    padding: 95px 0px 0px;
}
h6 {
    margin: 0px 0px 30px;
    color: #062033;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}
.pds p {
    color: #6a737b;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
.pds p a {
    color: #6a737b;
	display: block;
}
.abg {
    padding-bottom: 65px;
}
h5 {
    color: #354e5c;
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 10px;
    line-height: 32px;
}
.map-sec {
    height: 214px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*background-image: url(../images/map.png);*/
}
.frm .jform .field fieldset {
    top: 13px;
    left: 15px;
    font-size: 13px;
    color: #5b646e;
    font-weight: 400;
	background: transparent;
    border-radius: 0px;
}
.frm .jform .field input, .jform .field textarea {
    color: #5b646e;
    padding: 10px 0px;
    height: 48px;
    border-bottom: 1px solid #cccccc;
}
.frm .jform .field fieldset.active {
    padding: 0px;
    font-size: 10px;
    top: 0px;
}
.frm input.error, .frm textarea.error {
    border: 0px solid #FF0004 !important;
    border-bottom: 1px solid #FF0004 !important;
}
.frm .jform .field {
    height: 48px;
	margin-bottom: 25px;
}
.frm {
    padding-top: 25px;
}
.frm button {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    float: right;
}
.submit {
    padding-top: 10px;
    text-align: right;
}
.submit i.fa.fa-envelope-o {
    color: #be202e;
    font-size: 20px;
    margin-right: 0px;
    position: relative;
    right: 13px;
}
.frm input[type="text"], .frm input[type="email"] {
    color: #5b646e;
    padding: 10px 0px;
    height: 48px;
    border-bottom: 1px solid #cccccc;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
	font-size: 13px;
    color: #5b646e;
    font-weight: 400;
	    margin-bottom: 25px;
}
.frm textarea {
    color: #5b646e;
    padding: 10px 0px;
    height: 48px;
    border-bottom: 1px solid #cccccc;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
	font-size: 13px;
    color: #5b646e;
    font-weight: 400;
	    margin-bottom: 25px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5b646e;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #5b646e;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #5b646e;
}
:-moz-placeholder { /* Firefox 18- */
    color: #5b646e;
}


.formSec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.formSec ::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.formSec :-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.formSec :-moz-placeholder { /* Firefox 18- */
    color: #999999;
}
span.wpcf7-not-valid-tip {
    display: none!important;
}
.wpcf7-not-valid {
    border-color: #f00!important;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
    border: 2px solid #f7e700;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.frm .wpcf7-not-valid {
	border-color: transparent !important;
    border-bottom-color: #f00!important;
}
.frm  input[type=submit], .frm  input[type=button], .frm input[type=reset] {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
	text-transform: initial;
    float: right;
    padding: 0px;
    margin: 0px;
}
.copr-r {
    height: 107px;
    display: table;
    width: 100%;
    background: #161515;
    text-align: center;
}
.copr-r-in {
	display: table-cell;
	vertical-align: middle;
}
.copr-r p {
    color: #fff;
    font-size: 15px;
    margin: 0px;
}
.copr-r p a {    color: #fa2224;
    text-transform: uppercase;
    font-weight: 600;}
.footr {
    min-height: 540px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/footer.jpg);
    padding: 125px 0px 0px;
	
}
h4 {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin: 0px 0px 10px;
    text-transform: capitalize;
}
.footr h4 {
    margin: 0px 0px 42px;
}
.footr p {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    padding: 0px 50px 0px 0px;
    margin-bottom: 45px;
}
ul.footer-soc li {
    display: inline-block;
    margin: 0px 7px;
}
ul.footer-soc li a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #906947;
    text-align: center;
    color: #222222;
    font-size: 22px;
    padding-top: 7px;
}
ul.footer-soc li a:hover {
	color: #fff;
	background: #be202e;
}
.foot-nav li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 6px 0px 6px 30px;
}
.foot-nav li a:before {
    content: "\f0da";
    font-family: 'fontawesome';
    position: absolute;
    left: 0px;
}
ul.foot-con li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 16px 0px 16px 37px;
}
.foot-nav li:first-child a, ul.foot-con li:first-child a {
	padding-top: 0px;
}
ul.foot-con li a i,ul.foot-con li a img  {
    position: absolute;
    left: 0px;
    font-size: 14px;
    top: 2px;
}
ul.foot-con li:nth-child(2) a i {
    font-size: 27px;
    top: 10px;
}
ul.foot-con li:nth-child(3) a img {
    top: 17px;
}
.foot-nav li a:hover {
	color: #be202e;
}
ul.ban-list li:hover {
    background: #a1000e;
}
ul.ban-list li:hover a{
    cursor: default;
}
.soc li a:hover i.fa {
	color: #3a589b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.soc li a:hover i.fa.fa-twitter {
	color: #02a6e7;
}
.soc li a:hover i.fa.fa-linkedin {
	color: #007bb5;
}
.soc li a:hover i.fa.fa-youtube {
	color: #000;
}
ul.footer-soc li:first-child a:hover {
    background: #3a589b;
}
ul.footer-soc li:nth-child(2) a:hover {
    background: #02a6e7;
}
ul.footer-soc li:nth-child(3) a:hover {
    background: #007bb5;
}
ul.footer-soc li:nth-child(4) a:hover {
    background: #f00;
}
.cont img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.cont:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
/* css here paste */

.page .header-menus, .search  .header-menus {min-height: 122px;box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.23);}
.page-title {margin-top:40px;margin-bottom: 30px;}
.page-title p {font-size:13px;color:#062033;text-align: center;border-bottom: solid 1px #e6e8ea;padding-bottom: 40px;}

.mision {
    margin-bottom: 48px;
}
.mision img {float: left;}
.mision article {float: left;width: 71%;margin-left: 20px;}
.mision h2 {color: #be202e;text-align:left;float: left;font-size: 18px;padding-bottom: 10px;margin-bottom: 0;font-weight: 600;text-transform: capitalize;}
.mision h2:after { display:none;}
.mision p {width:100%;float:left;text-align:left;font-size: 13px;color: #5b646e;line-height: 19px;}
.mision p img {float:left;margin: 0 20px 0 0;}
.mision ul {float: left;text-align: left;margin: 30px 0 0;}
.mision ul li { margin: 0 0 6px;}
.mision ul li a {color:#0077c7;font-weight: 300;font-size: 15px;}
.mision ul li a i {margin-right: 9px;}

.fiveSec {padding: 0px 0 0px;background-size: 100%;margin-bottom: 60px;}
.fiveSec ul {width: 100%;background: #f4f4f4;float: left;border: solid 1px #e0e0e0;}
.fiveSec ul li {display: inline-block;width: 20%;float: left;text-align: center;}
.fiveSec ul li a {display: block;padding: 20px 0;font-size: 15px;color: #242424;border-right: solid 1px #e0e0e0;font-weight: 700;}
.fiveSec ul li a.last { border-right: solid 1px #fff; }
.fiveSec ul li a:hover {background: #fff;color: #be202e;}
.fiveSec ul li a.active { background: #fff; color: #be202e;}
.fiveSec ul li a.active:hover { color: #000; }

.tab-pen {border: solid 1px #e0e0e0;float: left;width: 100%;background: #fff;}
.tab-im {display: none;padding: 35px 0;float: left;}
.tab-im.active {display: block;}
.tab-pen ul {background: #fff;border: 0px;}
.tab-pen ul li {width: 100%;border: 0px;}
.tab-pen ul li a {border: 0px;text-align: left;font-size: 13px;padding: 0 0 10px;}
.tab-pen ul li a:before {content: "\f0da";font-family: 'fontawesome';position: absolute;left: 0px;color: #be202e;}

.cntct {
    margin-bottom: 30px;
}
.cntct h2 {    font-size: 20px;
    color: #be202e;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-bottom: 20px;}
.cntct h2:after { display:none;}
.cntct ul {text-align: left;}
.cntct ul li {margin: 0 0 10px;}
.cntct ul li a {    font-size: 14px;
    color: #5b646e;
    font-weight: 400;}
.cntct ul li a i {color: #be202e;margin-right: 10px;}
.cntct .bx {position: relative;margin-bottom: 30px;padding-bottom: 30px;}
.cntct .bx:after {content:'';width:1px;height:170px;background:#e5e5e5;display:inline-block;position: absolute;top: 0;right: 40px;display: none;}
.cntct .bx.last:after { display:none;}
.cntct ul li a img {
    margin-right: 5px;
}
.formSec form {}
.formSec h2 {}
.formSec p { text-align: left;
    margin-bottom: 25px;
    color: #5b646e;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;  }
.formSec form input {height: 45px;border-radius: 0px;border: 0px;background: #ffffff;width: 100%;border: solid 1px #d5d5d5;     padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;}
.formSec form textarea { height:100px; border-radius: 0px;border: 0px;background: #ffffff;width: 100%;border: solid 1px #d5d5d5;     padding: 6px 12px;
    font-size: 14px;
    color: #999999;}

.formSec form .btn{
    background: #fff;
    color: #be202e;
    font-size: 18px;
    padding: 8px 50px;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 400;
    margin-bottom: 7px;
    float: left;
    border: solid 1px #be202e;
}
.formSec .wpcf7-submit {
    background: #fff;
    color: #be202e;
    font-size: 18px;
    padding: 8px 50px;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 400;
    margin-bottom: 7px;
    float: left;
    border: solid 1px #be202e;
    width: auto;
    margin: 0px;
}
.formicon { background:url(/assets/images/formIcon.jpg) no-repeat; display:block;}

/* css */

.sr-dv {
    text-align: center;
    padding: 35px 0px 55px;
}
.sr-dv p {
    font-size: 18px;
    color: #062033;
    line-height: 24px;
	font-weight: 400;
}
.svr-text {
    background-color: #be202e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/svrbg.jpg);
    padding: 75px 0px 50px;
}
.svr-text h2 {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    color: #fff;
}
.svr-text h2:after {
    margin: initial;
	background-image: url(../images/heartw.png);
}
.svr-text p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}
.list-gen li {
    font-size: 16px;
    color: #5b646e;
    font-weight: 400;
    list-style: disc;
}
.svr-text .list-gen li {
    color: #fff;
}
.svr-text.nobg .list-gen li, .svr-text:nth-child(even) .list-gen li {
    color: #5b646e;
}
ul.list-gen {
    padding: 0px 0px 25px 20px;
}

.search  .entry-title a{color: #be202e; margin-top: 50px; display: inline-block}
.search  h2.entry-title{padding-bottom: 25px;  margin-bottom: 11px;}

.search .entry-meta a, .search .entry-summary a, .search .navigation a, a.post-edit-link{color: #be202e; }
.search  h1{     color: #354e5c;
    margin-top: 0px;
    padding: 0px 10px 19px;}

.search input[type=submit], input[type=button], .search input[type=reset]{ background: #be202e; color: #fff;}

.svr-text.nobg, .svr-text:nth-child(even) {
    background-color: transparent;
    background-image: none;
    padding: 75px 0px 50px;
}
.svr-text.nobg p, .svr-text:nth-child(even) p {
    color: #5b646e;
}
.svr-text.nobg p strong, .svr-text.nobg h2, .svr-text:nth-child(even) p strong, .svr-text:nth-child(even) h2 {
    color: #be202e;
}
.svr-text.nobg h2:after, .svr-text:nth-child(even) h2:after {
		background-image: url(../images/heart.png);
}
.svr-text h2.text-center {
    text-align: center;
}
.svr-text h2.text-center:after {
	margin: 0 auto;	
}
.logo-box {
    height: 312px;
    border: 1px solid #d5d5d5;
    text-align: center;
    display: table;
    width: 100%;
	margin-bottom: 25px;
}
.logo-sec {
    padding: 0px 0px 40px 0px;
}
.logo-box img {
	-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;
}
.logo-box:hover img {
    transform: scale(1.2);
}
div.page-title p {
    font-size: 18px;
    color: #062033;
    line-height: 24px;
    font-weight: 400;
}
.wid20 {
    width: 20%;
    box-sizing: border-box;
    padding: 0px 15px;
    display: table;
    float: left;
    height: 150px;
	    position: relative;
		text-align: center;
}
.wid20:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 25px;
    width: 1px;
    background: #d5d5d5;
    height: 67%;
}
.wid20:before {
content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: table;
    margin: 0 auto;
    width: 67%;
    background: #d5d5d5;
    height: 1px;
}
.wid20 img {
    margin: 0 auto;
	-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;
}
.wid20:nth-child(5n+5):after {
    background: transparent;	
}
.wid20:hover img {
    transform: scale(1.1);
}
footer h4 .fa {
	display: none;
}
header .mnu a#pull {
    display: none;
    position: absolute;
    color: #fff;
    padding: 0px;
    font-size: 13px;
    float: none;
    top: -45px;
    right: 15px;
}
.banner-list-ico {
    display: none !important;
}
ul.footer-soc li:first-child {
    margin-left: 0px;
}
ul.footer-soc li:last-child {
    margin-right: 0px;
}
.lftr {
    padding-left: 50px;
}
.serachBar {
    width: 218px;
    position: absolute;
    top: 0;
    right: 67px;
    height: 50px;
	display:none;
    z-index: 9;	
}
.serachBar input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
select#qtranxs_select_qtranslate-2-chooser {
    width: 96px;
    background: transparent;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    padding: 0px 12px;
    position: relative;
    z-index: 1;
    line-height: 50px;
    border: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
select#qtranxs_select_qtranslate-2-chooser option{background: #a1000e;}
.abc {
    display: inline-block;
    position:relative;
    background: #a1000e;
    margin-right: 33px;
}
.abc:before {
    content: "\f0d7";
    color: #fff;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 30%;
    z-index: 0;
}
.banp {
    text-transform: uppercase;
    font-weight: 300;
}
.ls-v5 .ls-bottom-slidebuttons a{/* background: none !important; */height: 8px !important;width: 8px !important;border-radius: 50% !important;border: 2px solid #fff !important;background: #fff;margin: 0 6px !important;}
.ls-v5 .ls-thumbnail-hover{display:none !important;}
.ls-v5 .ls-bottom-nav-wrapper{position:relative;bottom:30px;}
.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active {
    background: #fff;
    width: 23px !important;
    border-radius:8px !important;
    background: transparent;
    border: 2px solid #fff !important;
}

.gmq_9 {
    width: 150px;
    height: auto;
    position: absolute;
}

.svg-icon {fill:#be202e;}

.svg-icon {fill:#be202e;fill-opacity: 0;stroke: #be202e;stroke-width: 0;stroke-miterlimit: 0;stroke-dasharray: 1000;stroke-dashoffset: 0;animation: linear forwards;-webkit-animation: linear forwards;-o-animation: linear forwards;-moz-animation: linear forwards;animation-name: dash, fill;animation-duration: 4s, 0.4s;animation-delay: 0s, 3s; }

@-webkit-keyframes dash{
	from{
		stroke-dashoffset: 1000;
	}
	to{
		stroke-dashoffset: 0;
	}
}

.gmq_92 {
    width: 150px;
    height: auto;
	position: absolute;
}

.gmq_94 {
	width: 200px;
    height: auto;
	position: absolute;
}

.gmq_95 {
    width: 140px;
    height: auto;
	position: absolute;
}

.svg-icon2 {fill:#be202e;}

.svg-icon4 {fill:#be202e;}


.svg-icon5 {fill:#be202e;}

.svg-icon2 {fill:#be202e;fill-opacity: 0;stroke: #be202e;stroke-width: 0;stroke-miterlimit: 0;stroke-dasharray: 1200;stroke-dashoffset: 0;animation: linear forwards;-webkit-animation: linear forwards;-o-animation: linear forwards;-moz-animation: linear forwards;animation-name: dash2, fill;animation-duration: 4s, 0.4s;animation-delay: 0s, 3s; }

.svg-icon4 {fill:#be202e;fill-opacity: 0;stroke: #be202e;stroke-width: 0;stroke-miterlimit: 0;stroke-dasharray: 2500;stroke-dashoffset: 0;animation: linear forwards;-webkit-animation: linear forwards;-o-animation: linear forwards;-moz-animation: linear forwards;animation-name: dash4, fill;animation-duration: 4s, 0.4s;animation-delay: 0s, 3s; }

.svg-icon5 {fill:#be202e;fill-opacity: 0;stroke: #be202e;stroke-width: 0;stroke-miterlimit: 0;stroke-dasharray: 3500;stroke-dashoffset: 0;animation: linear forwards;-webkit-animation: linear forwards;-o-animation: linear forwards;-moz-animation: linear forwards;animation-name: dash5, fill;animation-duration: 4s, 0.4s;animation-delay: 0s, 3s; }


@-webkit-keyframes dash2{
	from{
		stroke-dashoffset: 1200;
	}
	to{
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dash4{
	from{
		stroke-dashoffset: 2500;
	}
	to{
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dash5{
	from{
		stroke-dashoffset: 3500;
	}
	to{
		stroke-dashoffset: 0;
	}
}


.gmq_93 {
    width: 170px;
    height: auto;
    position: absolute;
}

.svg-icon3 {fill:#be202e;}

.svg-icon3 {fill:#be202e;fill-opacity: 0;stroke: #be202e;stroke-width: 0;stroke-miterlimit: 0;stroke-dasharray: 1000;stroke-dashoffset: 0;animation: linear forwards;-webkit-animation: linear forwards;-o-animation: linear forwards;-moz-animation: linear forwards;animation-name: dash3, fill;animation-duration: 4s, 0.4s;animation-delay: 0s, 3s; }

@-webkit-keyframes dash3{
	from{
		stroke-dashoffset: 1000;
	}
	to{
		stroke-dashoffset: 0;
	}
}

/*.mobile-cta {background: #226ee0;position: fixed;bottom: 0;z-index: 9999;padding: 0px 0px;text-align: left;display:none;width: 100%;}
.mobile-cta a {
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    padding: 9px 0px;
    text-align: center;
    margin: 0 0px 0;
    width: 50%;
    float: left;
    }
.mobile-cta i {color: #fff;font-size: 16px;margin-right: 0;}
.mobile-cta a.none { border:0px;}
.mobile-cta a span {font-size: 18px;display: block;padding-left: 20px;}
.mobile-cta a.red { background:#fb2224;}
.mobile-cta a.yallow { background:#ff9800;}

.mobile-cta a:focus { text-decoration:none;}*/

.mobile-cta {
    position: fixed;
    bottom: 64px;
    width: 42px;
    z-index: 999;
    display: none;
    right: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.mobile-cta .xicon {
    cursor: pointer;
    background: #fb2224;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
    color: #fff;
    font-size: 22px;
    padding-top: 4px;
    margin-bottom: 10px;
}
.mobile-cta .xicon.text {
    background: #fb2224;
}
.mobile-cta .xicon.call {
    background: #1dbc55;
	font-size: 25px;
}

@media (min-width:1200px) {
}

@media(max-width:992px){
	.fiveSec ul.zg-ul-select {cursor: pointer;float: none;border-radius: 3px;background: transparent;border: 0;padding: 0;margin: 0 auto;}
	.fiveSec ul.zg-ul-select li {border-radius: 3px;display: none;padding: 0 1em;}
	.fiveSec ul.zg-ul-select li.active {-webkit-box-align: center;background: #fff;-ms-flex-align: center;align-items: center;border: 1px solid #111;border-radius: 3px;box-shadow: 0 0 2px #aaa;color: #111;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: 100%;margin: 0 auto;padding: 0 0.5em;min-height: 0;border: 1px solid #111;border-radius: 3px;box-shadow: 0 0 2px #aaa;padding: 0.5em;margin: 15px auto 0;}
	.fiveSec ul.zg-ul-select li.active a{width:100%;margin:0 auto;padding: 0 0.5em;border: 0;min-height: 0;text-align: left;background: transparent;color: #000;}
	.fiveSec ul.zg-ul-select.active {border: 1px solid #aaa;margin: 0 auto 0;display: inline-block;height: 200px;overflow-y: scroll;}
	.fiveSec ul.zg-ul-select.active li {border: 0;box-shadow: none;text-align: left;display: block;width: 100%;padding: 0 15px;min-height: 0;height: 45px;line-height: 45px;margin: 0 auto;}
	.fiveSec ul.zg-ul-select.active li a{border: 0;min-height: 0;padding: 0;}
	.fiveSec ul.zg-ul-select.active li.active a{/* color:#fff */background: transparent;padding: 0;}
	.fiveSec ul.zg-ul-select.active li:hover {/* background: #0074d9; */}
	.fiveSec ul.zg-ul-select.active li.active {/* background: transparent; */}
	.fiveSec ul.zg-ul-select.active li.active:hover {/* margin: 0; *//* background: transparent; */}
	#selected--zg-ul-select {-webkit-box-align: center;-ms-flex-align: center;align-items: center;box-sizing: border-box;color: #111;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: auto;}
	#selected--zg-ul-select.active {border: 1px solid #111;border-radius: 3px;box-shadow: 0 0 2px #aaa;padding: 0.5em .5em 0.5em 1em;margin: 15px auto 0;font-size: 14px;font-weight: 700;}
}

@media (min-width:980px) and (max-width:1030px) { 
ul.nav.navbar-nav li a {
    font-size: 14px;
    position: relative;
    margin: 0px 14px;
}
.banner {
    min-height: 600px;
}
h1 {
    font-size: 45px;
}
.banner p {
    font-size: 30.95px;
}
.box-ser p {
    font-size: 12.5px;
    line-height: 19px;
}
h3 {
    font-size: 18px;
}
.partner-sec p, .mission-sec p, .contact-sec .abg p {
    font-size: 16px;
}
.counter {
    font-size: 50px;
    padding: 25px 0px 8px;
}
.cont p {
    font-size: 16px;
}
.fact-sec {
    padding: 95px 0px 20px;
}
h5 {
    font-size: 20px;
}
ul.footer-soc li {
    margin: 0px 4px;
}
.logo-box {
    height: 285px;
}
.fiveSec ul li a {
    font-size: 13px;
}
div.page-title p {
    font-size: 16px;
}
.mision article {
    width: 65%;
}
.cntct .bx {
    min-height: 220px;
}
ul.ban-list {
    min-height: auto;
    padding: 0px;
	display:none;
}
.ls-slide .banh{left:auto !important;}
.ls-slide .banp{left:auto !important;}
ul.ban-list li a {
    font-size: 13px;
    padding: 17.5px 0px 17.5px 0px;
}
.banh {
    font-size: 26px!important;
	top:35%!important;
}
.banp {
    font-size: 26px!important;
	top:45%!important;
}
.gmq_9, .gmq_92, .gmq_93, .gmq_95 {
    width: 120px;
    height: auto;
}
.gmq_94 {
    width: 140px;	
}
}

@media (min-width:768px) and (max-width:979px) { 
.logo img {
    width: 100%;
}
ul.nav.navbar-nav li a {
    font-size: 13px;
    margin: 0px 6.5px;
}
.banh {
    font-size: 30px!important;
}
.banp {
font-size: 25px!important;	
}
.banner {
    min-height: 600px;
}
h1 {
    font-size: 34px;
}
.banner p {
    font-size: 23.95px;
}
h3 {
    font-size: 17px;
}
.partner-sec p, .mission-sec p, .contact-sec .abg p {
    font-size: 15px;
}
.contact-sec {
    min-height: auto;
    padding: 95px 0px 50px;
}
h5 {
    font-size: 21px;
}
.pds p {
    margin-bottom: 30px;
}
.footr h4 {
    margin: 40px 0px;
}
.footr {
    min-height: auto;
    padding: 25px 0px;
	    background-position: top right;
}
.wid20 {
    width: 33.333%;
    padding: 0px 0;}
.fiveSec ul > li > a {
    min-height: 80px;
}
.fiveSec ul.links > li > a {
    min-height: auto;
}
div.page-title p {
    font-size: 16px;
}
.mision article {
    width: 65%;
}
.dfr {
	    clear: both;
    min-height: 185px;
}
.formSec form .btn {
    margin-bottom: 27px;
    float: none;
}
.cntct .bx {
    position: relative;
    margin-bottom: 0px;
}
.formSec {
    clear: both;
    overflow: hidden;
    padding-bottom: 50px;
}
.lftr {
    padding-left: 0px;
}
ul.ban-list {
    min-height: auto;
    padding: 0px;
	max-width: 275px;
	display:none;
}
.gmq_9, .gmq_92, .gmq_93, .gmq_95 {
    width: 120px;
    height: auto;
}
.gmq_94 {
    width: 140px;	
}
}

@media (max-width:1024px) { 
.ls-l.banh{left:auto !important;width:100%!important;text-align:center !important;top:35%!important;}
.ls-l.banp{left:auto !important;width:100%!important;text-align:center !important;top:45%!important;}
ul.ban-list li a {
    font-size: 13px;
    padding: 10px 0px;
}
img.ls-l.balloon-img{display:none !important;}
#layerslider_1{max-height:450px;}
}
@media (max-width:767px) { 
.mobile-cta {
    display: block;
}
#layerslider_1{max-height:250px;}
.banner.slick-active .bubbleimgs, .saddress ul{ display: none}
.logo img {
    width: 100%;
}
ul.nav.navbar-nav li a {
    font-size: 13px;
    margin: 0px 6.5px;
}
.banner {
    min-height: 400px;
}
h1 {
    font-size: 34px;
}
.banner p {
    font-size: 23.95px;
}
h3 {
    font-size: 17px;
}
.partner-sec p, .mission-sec p, .contact-sec .abg p {
    font-size: 15px;
}
.contact-sec {
    min-height: auto;
    padding: 95px 0px 50px;
}
h5 {
    font-size: 21px;
}
.pds p {
    margin-bottom: 30px;
}
.footr h4 {
    margin: 0;
    padding: 40px 0px;
}
.footr {
    min-height: auto;
    padding: 25px 0px;
}
footer h4 .fa {
    display: inline-block;
}
footer h4 .fa {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    float: right;
}
.foot-nav {
	padding-bottom: 0px;
}
.foot-nav ul {
	display: none;
	    padding-bottom: 40px;
}
.lftr {
    padding-left: 0px;
}
.footr .lst h4 {
    padding-top: 0px;
}
.header .mnu a#pull {
    display: block;
}
.dash {
    display: block;
    background-color: #be202e;
    width: 35px;
    height: 3px;
    margin: 5px 0px;
	 transition: 0.4s;
}
#topMenu {
    display: none;
    position: absolute;
    top: 7px;
    width: 50%;
    left: auto;
    background: #354e5c;
    z-index: 999;
    right: 0px;
}
.navbar-nav {
    float: none;
    margin: 0px;
}
ul.nav.navbar-nav li a {
    padding: 10px 15px;
    margin: 0px;
	color: #fff;
}
ul.nav.navbar-nav li.current-menu-item a, ul.nav.navbar-nav li a:hover {
    color: #fff;
    background: #be202e;
}
.logo img {
    width: auto;
}
.cont img {
    margin: 0 auto;
}
.abr h1, .abr p {
    padding-left: 0px;
}
.act .dash1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
        transform: rotate(-45deg) translate(-5px, 4px);
}
.act .dash2 {opacity: 0;}

.act .dash3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
}
ul.ban-list {
    display: none;
}
.banner-list-ico {
    content: "menu";
    position: absolute;
    top: 0px;
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    right: 13px;
}
ul.ban-list {
	min-height: auto;
    position: absolute;
    left: 0px;
    width: 75%;
	padding: 0px;
}
.banner-list-ico {
    display: block;
}
ul.ban-list li a {
    padding: 17.5px 0px 17.5px 50px;
}
ul.ban-list li a .abs {
    top: 7px;
}
.sr-dv p {
    font-size: 16px;
}
.logo-box img {
    margin: 0 auto;
}
.dfr {
	    clear: both;
    min-height: 185px;
}
div.page-title p {
    font-size: 16px;
}
.fiveSec ul li a {
    font-size: 13px;
}
.formSec form .btn {
    margin-bottom: 27px;
    float: none;
}
.cntct .bx {
    position: relative;
    margin-bottom: 0px;
}
.soc li {
    margin: 5px 11px;
}
.soc li:last-child a {
    padding: 14px 18px 13px;
}
.opti {
    height: 32px;
    line-height: 32px;
}
.logo img {
    width: 110px;
    height: auto;
}
.header-menus {
    min-height: auto;
}
.header .mnu a#pull {
    top: -53px;
}
#topMenu {
    top: 1px;
}
.header-strip {
    height: auto;
}
.banner-list-ico i {
    color: #a1000e;
    font-size: 45px;
}
.banner-list-ico {
    -webkit-animation: bounce 2s infinite ease-in-out;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateX(0); }
    40%  { -webkit-transform: translateX(-20px); }
	80% { -webkit-transform: translateX(-10px); }
}
.page .header-menus {
    min-height: auto;
}
.formSec {
    clear: both;
    overflow: hidden;
    padding-bottom: 30px;
}
.fa-plus-square-o.fa-minus-square-o:before {
    content: "\f147";
}
.banh, .banp {
	left: auto!important;
	text-align: center!important;
	width: 100%!important;
	font-size: 25px!important;
}
.banp {
	font-size: 18px!important;	
}

.banp {
	top:50% !important;
}
.banh {
	top:35% !important;
}
.gmq_9, .gmq_92, .gmq_93, .gmq_95 {
    width: 60px;
    height: auto;
}
.gmq_94 {
    width: 80px;	
}
.mobile-cta {
    display: block;
}
}

@media (max-width:480px) {
.header-strip {
    height: auto;
}
.opti {
    margin-right: 10px;
}
.soc li:last-child {
    margin: 0px 0px 0px 10px;
}
.abr h1, .abr p {
    padding-left: 0px;
}
.partner-sec, .services-sec, .mission-sec, .fact-sec, .contact-sec {
    padding: 50px 0px 18px;
}
.abg {
    padding-bottom: 25px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
}
h6 {
    margin: 0px 0px 25px;
    font-size: 20px;
    line-height: 24px;
}
.footr h4 {
    margin: 0;
    padding: 25px 0px;
    font-size: 20px;
}
.copr-r {
    height: 80px;
}
.footr p {
    margin-bottom: 25px;
}
.partner-sec p, .mission-sec p, .contact-sec .abg p {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 3%;
}
h2 {
    font-size: 24px;
}
ul.footer-soc li {
    margin: 0px 5px;
}
.svr-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.sr-dv {
    padding: 35px 0px 25px;
}
.svr-text.nobg, .svr-text {
    padding: 45px 0px 35px;
}
.sr-dv p {
    font-size: 15px;
}
.fiveSec ul > li > a {
    font-size: 14px;
    min-height: 85px;
}
.fiveSec ul > li {
    min-height: 85px;
}
.fiveSec .tab-im{
	float:none;
}
.fiveSec .resp-slider .wid20{
	text-align:center;
	width:100%;
}
.fiveSec .resp-slider .wid20 img{
	display:inline-block;
}
.fiveSec .resp-slider .wid20 .log-in{
	display:block;
	text-align:Center;
}
.fiveSec .slick-dots > li {
    min-height: 0;
    width: auto;
	float:none;
}
.fiveSec ul.links > li {
    min-height: auto;
	width: 100%;
}
.fiveSec ul.links > li > a {
    min-height: auto;
}
.fiveSec ul.links > li > a[href="javascript:;"] {
	color:inherit;
}
.wid20 {
    width: 50%;
}
.dfr {
	    clear: both;
    min-height: 185px;
}
div.page-title p {
    font-size: 14px;
}
.mision article {
    float: none;
    width: 100%;
    margin-left: 0px;
    text-align: center;
}
.mision img {
    float: none;
    display: table;
    margin: 0 auto 20px;
}
.mision h2, .mision p {
    float: none;
    display: block;
    text-align: center;
}
.mision p {
	margin-bottom: 20px;
}
.banner {
    min-height: 420px;
}
.banner p {
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
}
.banh, .banp {
	left: auto!important;
	text-align: center!important;
	width: 100%!important;
	font-size: 23px!important;
}
.banp {
	font-size: 11.5px!important;
	top:45% !important;
}
.banh {
	font-size: 17px!important;
	top:35% !important;
}
.soc li:last-child a {
    padding: 5px 11px 4px;
}
select#qtranxs_select_qtranslate-2-chooser {
    height: 32px;
    padding: 0px 12px;
    line-height: 32px;
}
.serachBar input, .serachBar {
    height: 32px;
}
}

@media (max-width:320px) { 
.mobile-cta {
    bottom: 90px;
}
.opti {
    margin-right: 0px;
}
.soc li:last-child {
    margin: 0px 0px 0px 0px;
}
.soc li {
    margin: 5px 6.5px;
}
.banner {
    min-height: 440px;
}
select#qtranxs_select_qtranslate-2-chooser {
    margin-right: 0px;
}
.banh, .banp {
	font-size: 15px!important;
}
.banp {
	font-size: 10.5px!important;
}
}
.contact-sec .pds {display:none;}