@charset "utf-8";
/* CSS Document */body{font-family: 'Muli', sans-serif; font-size: 15px;        letter-spacing: .2px;}	p{line-height: 26px;}
h1{color:#000;}
h2,h3,h4,h5{color:#4f8330;font-size: 21px;}
a{color: #ff4a6d;}
a:hover{color: #ff4633;}
a:active{color: #9f352a;}
img{max-width:100%;}
.brakingnw { background:#34b665; display: block; max-width: 100%; border-radius: 0; color: #fff; position: relative; }
.brakingbrand{ width: 250px; background:#20a251 ; text-transform: uppercase; font-weight: 500; position: absolute;  text-align: center; bottom: 0; top: 0; z-index: 1; line-height: 40px; }
.brakingbrand:after { content: '';width: 0;height: 0;border-top: 18px solid transparent;border-left: 20px solid #20a251;border-bottom: 20px solid transparent; position: absolute; right:-20px;}.navbar-toggler-icon{color:#fff;}
.responsive{max-width:100%;}
.brakingnw  .toast-body { padding: 0.50rem;}.tab-pane iframe{min-height:300px;}
.close-nw{ position: absolute;    right: 25px;    z-index: 2;    top: 5px;    cursor: pointer;    color: #89ffb5;    font-size: 16px;    border: solid 2px #89ffb5;    border-radius: 50%;    line-height: 22px;    padding: 0;    width: 25px;    background: #34b665;    height: 25px;}
.toast:not(:last-child) {margin-bottom:0!important;}
.marquee {width: 98%;overflow: hidden;}.onlyMob{display:none;}
.marquee p{margin-bottom:0;line-height: 21px;}
.marqueelogo {width: 98%;overflow: hidden;}
.infonav{ display: block; border-bottom: solid 0 #f7f6f6; padding:5px 0;   }
.infonav .btn{font-size: 14px; color:#858585!important ; font-weight: normal!important;}
.infonav .btn:nth-child(1):before{content:"       ";  white-space:pre; background: url(../../images-b/sprite.png) left 2px no-repeat;}
.infonav .btn:nth-child(2):before{content:"       ";  white-space: pre; background: url(../../images-b/sprite.png) left -29px no-repeat;}
/* .infonav .btn:nth-child(3):before{content:"       ";  white-space: pre; background: url(../../images-b/info-icon.png) left -59px no-repeat;} */
.infonav .btn:nth-child(3) {     color: #fff!important;    font-weight: 700!important;    background: #ff486c;    border-radius: 5px;}
.blink span{ animation: blink 1s linear infinite;  padding-right: 5px;-o-transition: all 0.4s ease;  transition: all 0.4s ease;  -webkit-transition: all 0.4s ease;  -moz-transition: all 0.4s ease;  -ms-transition: all 0.4s ease;}
@keyframes blink{
0%{opacity: .0; transform:scale(.8); -moz-transform:scale(.8); -webkit-transform:scale(.8); }10%{opacity: .6; transform:scale(.9); -moz-transform:scale(.9); -webkit-transform:scale(.9);}
60%{opacity: 1; transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1);}100%{opacity: .1; transform:scale(.9); -moz- transform:scale(.9); -webkit- transform:scale(.9);}
}


.vs-template a{ /*color:#fff ;*/color: #ff486c; font-weight: 700; font-size: 15px;}
.vs-template .nav-link {color:#212529; font-size:13px; padding-right: 0.6rem!important;
padding-left: 0.6rem!important;  }
.vs-template .dropdown-item{ color:#555;}
.vs-template .navbar { 
	/* padding: 0.8rem 0.8rem; */
	padding: 15px 0;
	background:#4F8330;
}



@keyframes blink { 
   50% { border-color:#919191; } 
}
.highlight-bor{ /*or other element you want*/
    animation-name: blink ;
    animation-duration: .5s ;
    animation-timing-function: step-end ;
    animation-iteration-count: infinite ;
    animation-direction: alternate ;
}



@keyframes blink { 
   50% { border-color: #919191; } 
}
.highlight-bor{ /*or other element you want*/
    animation: blink .5s step-end infinite alternate;
}





.vs-template .navbar-expand-xl .navbar-nav .nav-link { padding-right: 1.5rem; padding-left: 1.5rem; border-radius: 3px;}
.vs-template .navbar-expand-xl .navbar-nav .active a{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff486e+0,ff5055+100 */
background: rgb(255,72,110); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,72,110) 0%, rgb(255,80,85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,72,110) 0%,rgb(255,80,85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,72,110) 0%,rgb(255,80,85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff486e', endColorstr='#ff5055',GradientType=0 ); /* IE6-9 */ color:#fff ; }
.vs-template .navbar-expand-xl .navbar-nav .nav-link:hover{ background: #f2f2f2; }
.vs-template .navbar-expand-xl .navbar-nav .active .nav-link:hover{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff486e+0,ff5055+100 */
background: rgb(255,72,110); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,72,110) 0%, rgb(255,80,85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,72,110) 0%,rgb(255,80,85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,72,110) 0%,rgb(255,80,85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff486e', endColorstr='#ff5055',GradientType=0 ); /* IE6-9 */ color:#fff ; }
.vs-template .btn{  transition: all 0.2s ease-in-out 0s;}
.vs-template .btn:hover{ opacity:0.8; transition: all 0.2s ease-in-out 0s;  }
.vs-template .navbar-brand {  position: absolute;    top: -27px;    left: 20px;    padding: 0;}
.vs-template .navbar-brand img{ width:60%}
.vs-template .navbar-toggler{  position: absolute; right:0; padding: 0px 5px;padding-top: 0;z-index: 999;}
.vs-template  .carousel-inner { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff486e+0,ff5055+100 */
background: rgb(255,72,110); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,72,110) 0%, rgb(255,80,85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,72,110) 0%,rgb(255,80,85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,72,110) 0%,rgb(255,80,85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff486e', endColorstr='#ff5055',GradientType=0 ); /* IE6-9 */ }
.vs-template .carousel-item { text-align: center;}
.vs-template .carousel-item img{ width:100%; text-align: center;}.client img{max-width:100%; padding: 0 10px;  background: #fff; height: 91px;}.client .box{display:inline-block; padding-bottom: 10px;}.client{    background: #fff;    padding: 30px 0;    border-bottom: 1px solid #ddd;    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.client h4{ color:#212529; }
.left{ color:#212529; }
.vs-template .bg-about{ background:#fff6f0 ; padding:50px 15px; }
.vs-template .bg-internal{ background:#fff ; padding:50px 15px;border-top: solid 1px #f7f6f6; }
.vs-template .bg-internal h1 { position:relative;display:inline-block; font-weight: 700; color:#323232 ; font-size: 23px; margin-bottom: 25px; }
.vs-template .bg-internal h1:after { content:'';position:absolute; left:0; right:0;top:100%; margin: inherit; margin-top:7px; width:60%;height:3px; background:#ff486c; }
.vs-template h1 { position:relative;display:inline-block; font-weight: 800; color:#000 ; font-size: 21px; margin-bottom: 25px;text-transform: uppercase;line-height: 1.5; }
/* .vs-template h1:after { content:'';position:absolute; left:0; right:0;top:100%; margin:7px auto; width:50%;height:3px; background:#999; } */
.vs-template h1 p{ font-size:22px; font-weight: normal;}
.vs-template .bg-about p{ padding:20px 0;}
/*.vs-template .bg-internal p{ padding:20px 0;}*/
.vs-template .btn-custom{ background:#fb435d; text-transform: uppercase; font-weight: 700; color:#fff!important;padding:7px 40px !important; box-shadow: 0 5px 5px 0 #ffcfd6; }
.vs-template .servies-vs{ background:#373737; padding:50px 0; text-align: center; position: static; overflow: hidden;}
.ih-item {position: relative;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out; vertical-align: top; display:inline-block; margin:0 0.6vw;  
}
.ih-item,.ih-item * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ih-item .box {color: #333; display: block;}
.ih-item .box:hover { text-decoration: none;}
.ih-item img {width: 100%;height: 100%;}
.ih-item.circle {position: relative;  border-radius: 50%; margin-bottom: 10px;}
.ih-item.circle .img { position: relative;width: 180px; height:180px;border-radius: 50%;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;	}
.img p{ color: #919191;text-transform: uppercase;font-weight: normal;text-align: center;display: block;clear: both;bottom: 0;padding-top: 95px;line-height: 16px; font-size: 14px;}
.ih-item.circle .info {position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align: center;border-radius: 50%;-webkit-backface-visibility: hidden;backface-visibility: hidden;
}
.ih-item.circle.effect3 .img {z-index: 11;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.ih-item.circle.effect3 .info {background: #333333;opacity: 0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;}
.ih-item.circle.effect3.right_to_left .img {-webkit-transform: scale(1) translateX(0);-moz-transform: scale(1) translateX(0);-ms-transform: scale(1) translateX(0);-o-transform: scale(1) translateX(0);transform: scale(1) translateX(0);}
.ih-item.circle.effect3.right_to_left .info { -webkit-transform: translateX(100%);-moz-transform: translateX(100%);-ms-transform: translateX(100%);-o-transform: translateX(100%);
 transform: translateX(100%);}
.ih-item.circle .img  { clear: both; border:solid 13px #fbc543; }
.ih-item.circle.effect3.right_to_left .box:hover .img {  border:solid 13px #fbc543; -webkit-transform: scale(0.7) translateX(-100%);-moz-transform: scale(0.7) translateX(-100%);-ms-transform: scale(0.7) translateX(-100%);-o-transform: scale(0.7) translateX(-100%);transform: scale(0.7) translateX(-100%);}
.ih-item.circle.effect3.right_to_left .box:hover p { color:#373737; }
.ih-item.circle.effect3.right_to_left .box:hover .info {  border:solid 13px #c29c40; background:#373737 ;  z-index: 99;opacity: 1;-webkit-transform: translateX(0);-moz-transform: translateX(0); -ms-transform: translateX(0);-o-transform: translateX(0); transform: translateX(0);}
.ih-item.circle.effect3.right_to_left .box:hover .info ul  { list-style: none; margin:0; padding: 15px 40px;}
.ih-item.circle.effect3.right_to_left .box:hover .info ul li{ list-style: none;  border-bottom: solid 2px #fbc543; line-height: 26px;}
.ih-item.circle.effect3.right_to_left .box:hover .info ul li a{ color:#fbc543; text-transform: uppercase; font-size: 13px;} 
.ih-item.circle.effect3.right_to_left .box:hover .info ul li a:hover{ color:#e3e3e3; text-decoration: none;}
.ih-item:nth-child(2).circle .img  {  background:#404040 url(../../images-b/sr-icons.png) no-repeat -167px 30px;}
.ih-item:nth-child(2).circle.effect3.right_to_left .box:hover .img { color:#373737;    background:#fbc543 url(../../images-b/sr-icons.png) no-repeat 68px 30px;}
.ih-item:nth-child(3).circle .img  {  background:#404040 url(../../images-b/sr-icons.png) no-repeat -167px -178px;}
.ih-item:nth-child(3).circle.effect3.right_to_left .box:hover .img { color:#373737;    background:#fbc543 url(../../images-b/sr-icons.png) no-repeat 68px -177px;}
.ih-item:nth-child(4).circle .img  {  background:#404040 url(../../images-b/sr-icons.png) no-repeat -167px -395px;}
.ih-item:nth-child(4).circle.effect3.right_to_left .box:hover .img { color:#373737;    background:#fbc543 url(../../images-b/sr-icons.png) no-repeat 68px -390px;}
.ih-item:nth-child(7).circle .img  {  background:#404040 url(../../images-b/sr-icons.png) no-repeat -167px -626px;}
.ih-item:nth-child(7).circle.effect3.right_to_left .box:hover .img { color:#373737;    background:#fbc543 url(../../images-b/sr-icons.png) no-repeat 68px -620px;}
.ih-item:nth-child(6).circle .img  {  background:#404040 url(../../images-b/sr-icons.png) no-repeat -167px -830px;}
.ih-item:nth-child(6).circle.effect3.right_to_left .box:hover .img { color:#373737;    background:#fbc543 url(../../images-b/sr-icons.png) no-repeat 68px -830px;}
.ih-item:nth-child(5).circle .img  {  background:#404040 url(../../images-b/sr-icons.png) no-repeat -167px -997px;}
.ih-item:nth-child(5).circle.effect3.right_to_left .box:hover .img { color:#373737;    background:#fbc543 url(../../images-b/sr-icons.png) no-repeat 68px -997px;}
.vs-template  .pnp{ background:#e8e8e8 ; padding: 50px 25px; padding-bottom: 0;}
.vs-template  .pnp h3{ color:#212529; }
.vs-template  .pnp .box{ background:#f7fbf9 ; padding: 25px; margin-bottom: 40px; border:solid 1px #dad8d8; box-shadow: 0 0 12px 0 #d4d4d4; text-align: center; } 
.vs-template  .pnp h1{ margin-bottom:85px;}
.vs-template  .pnp .box .icon{width: 120px;height: 120px;border: solid 12px #e8e8e8; margin: 0 auto;border-radius: 100%; margin-top: -90px; margin-bottom: 10px;}
.vs-template  .pnp .box .icon img{ width:100%;}
.tarea h2{ color: #696a6a; font-weight: 700; font-size: 16px; margin: 0; padding:0; }
.tarea p{ color:#696a6a ; padding:10px;}
.tarea .btn{ background:#f6f6f6 ; border:solid 1px #dad8d8; color:#838484; font-size: 14px;}
.vs-template .FaxFgure{ padding:25px; overflow: hidden; }
.vs-template .FaxFgure h1{ color:#fff;}
.vs-template .FaxFgure h1:after{background: #fff; }
.vs-template section.module.content { padding: 40px 0;}
.vs-template section.module.parallax {background-position: 50% 50%;background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover;-moz-background-size: cover;
  -o-background-size: cover; background-size: cover;}
.vs-template section.module.parallax-1 {  background-image:url(../../images-b/vs-sr-bg.png);}
.vs-template .box-blue{ width:50%; height:144px; border:solid 2px #fff;  border-radius:3px; color:#fff;  position: relative; }
.vs-template .box-blue .tstBlcok{ display:block}
.vs-template .box-blue .tstBlcok .tst-title{ font-size:3vw; font-weight: 700;  }
.vs-template .box-blue .tstBlcok span{  font-size:1.2vw; font-weight:normal; display: block; text-align: center;margin-top: -1vw;}
.vs-template .box-blue p{ font-size: 14px; line-height: 15px; width: 90%;margin: 0 auto; }
.row-2 .box-blue{ margin-top:-2px;}
.row-2 .box-blue:first-child{margin-left:-175px !important; }
.vs-template .extraspace{ padding-top: 50px;}
.vs-template .box-blue.color-1{background:rgba(241, 221, 52, 0.2) ;}
.vs-template .box-blue.color-2{background:rgba(21, 38, 255, 0.2) ;}
.vs-template .box-blue.color-3{background:rgba(241, 221, 52, 0.3) ;}
.vs-template .box-blue.color-4{background:rgba(255, 227, 231, 0.2) ;}
.vs-template .box-blue.color-5{background:rgba(54, 255, 21, 0.2) ;}
.vs-template .box-blue.color-6{background:rgba(255, 21, 104, 0.2) ;}
.vs-template .inq{ background: #582b98;    padding: 25px;    position: absolute;    top: -25px;    /*bottom: -111px;*/    right: -10px;}.processA h4 a{border: solid 1px #ddd;    color: #373737;    display: block;    padding: 12px 15px;    background: #fff;    border-radius: 5px;}.panel-collapse{padding: 15px;    background: #fcfcfc;    margin-top: -11px;    border: 1px solid #ddd;    margin-bottom: 10px;    font-size: 14px;    line-height: 24px;    color: #333;}
.vs-template .inq h1{ font-size: 30px;}
.vs-template .inq h1:after{ display:none!important}
:focus{outline: none;}
.vs-template .inq .row{ margin-bottom:40px;}
.input-effect{ position:relative; text-transform: uppercase;}
.effect-in-vs {border: 0; padding:5px 0; border-bottom: 2px solid #fff; background-color: transparent; position: relative;
z-index: 2; width: 100%; color:#fff; }select.effect-in-vs{background-color: #582b98;	}
.effect-in-vs ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #e73e5e; transition: 0.4s; z-index: 2;}
.effect-in-vs:focus ~ .focus-border,
.has-content.effect-in-vs ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-in-vs ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #fff; transition: 0.3s; z-index: 1; letter-spacing: 0.5px; font-size: 11px; line-height: 10px;
font-weight: 500;}
.effect-in-vs:focus ~ label, .has-content.effect-in-vs ~ label{top: -16px; color: #e73e5e; transition: 0.3s;  }
.vs-template .inq .orbtn{ background:#e73e5e ; color:#fff ; text-transform: uppercase; font-weight: 700; font-size: 14px;}
.vs-template .process{ padding:50px 25px; background:#fff; }
.vs-template .process h4{ color:#212529; }
.vs-template .process .nav-tabs {border-bottom:0; margin-bottom: 25px; }
.vs-template .process .nav-tabs .nav-link{ border:solid 1px #e6e6e6; font-weight: 500; border-radius:20px; font-size: 12px; color:#373737 ; }
.vs-template .process .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {background: #fea66f;    border: solid 1px #fea66f;}
.vs-template .process .nav-tabs .nav-link:hover {background:#f1f1f1; border: solid 1px #e6e6e6;}
.vs-template .process .nav-tabs .nav-link.active:hover{ }


.vs-template .process .ce:before{ background:url(../../images-b/p-icons.png) no-repeat -38px 0; content: "000  "; color: transparent; font-size: 16px;}
.vs-template .process .active.ce:before{ background:url(../../images-b/p-icons.png) no-repeat 0 0; content: "000  "; color: transparent; font-size: 16px;}
.vs-template .process .ia:before{ background:url(../../images-b/p-icons.png) no-repeat -38px -40px; content: "000  "; color: transparent; font-size: 16px;}
.vs-template .process .active.ia:before{ background:url(../../images-b/p-icons.png) no-repeat 0 -40px; content: "000 "; color: transparent; font-size: 16px;}
.vs-template .process .onet:before{ background:url(../../images-b/p-icons.png) no-repeat -38px -80px; content: "000 "; color: transparent; font-size: 16px;}
.vs-template .process .active.onet:before{ background:url(../../images-b/p-icons.png) no-repeat 0 -80px; content: "000 "; color: transparent; font-size: 16px;}
.vs-template .process .sp:before{ background:url(../../images-b/p-icons.png) no-repeat -38px -118px; content: "000"; color: transparent; font-size: 16px;}
.vs-template .process .active.sp:before{ background:url(../../images-b/p-icons.png) no-repeat 0 -118px; content: "000 "; color: transparent; font-size: 16px;}
.vs-template .process .du:before{ background:url(../../images-b/p-icons.png) no-repeat -38px -159px; content: "000"; color: transparent; font-size: 16px;}
.vs-template .process .active.du:before{ background:url(../../images-b/p-icons.png) no-repeat 0 -159px; content: "000"; color: transparent; font-size: 16px;}
.vs-template .process .fs:before{ background:url(../../images-b/p-icons.png) no-repeat -38px -200px; content: "000"; color: transparent; font-size: 16px;}
.vs-template .process .active.fs:before{ background:url(../../images-b/p-icons.png) no-repeat 0 -200px; content: "000"; color: transparent; font-size: 16px;}
.vs-template .process .rp:before{ background:url(../../images-b/p-icons.png) no-repeat -38px -240px; content: "000"; color: transparent; font-size: 16px;}
.vs-template .process .active.rp:before{ background:url(../../images-b/p-icons.png) no-repeat 0 -240px; content: "000"; color: transparent; font-size: 16px;}
.vs-template .process .nav-fill .nav-item { margin:0 10px; position: relative;  }
.vs-template .process .nav-link{ position:relative;}
.vs-template .process .nav-item .active:after{ width: 0;height: 0;border-left: 20px solid transparent;border-right: 20px solid transparent;position: absolute;border-bottom: 20px solid #f6f6f6;content: "";bottom: -28px;  }
.vs-template .process .active{ position: relative;}
.vs-template .tab-pane.active{ background:#f6f6f6; font-size: 15px; color:#585858; padding: 25px; }
.vs-template .tab-pane.active:before{   }
.vs-template .process .nav-item:after{ content:""; border-bottom:solid 1px #b3b3b3;position: absolute;top: 19px;right: -20px;
width: 1.3rem;}
.vs-template .process .nav-item:last-child:after{ display:none; }
.vs-template .process .nav-item.forarrow:before{ width: 0;content: '';position: absolute;height: 0;border-top: 7px solid transparent;border-left: 7px solid #bebebe;border-bottom: 7px solid transparent;right: -12px;top: 12px;z-index: 9;}
.vs-template .process .nav-item.forarrow:last-child:before{ display:none;}
.vs-template .why-vs-visa{ padding:20px; }
.vs-template .why-vs-visa h1{  color:#fff;}
.vs-template .why-vs-visa h1:after{background: #fff; }
.vs-template section.module.whyparallax {height: auto;background-position: 50% 50%;background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;}
.vs-template section.module.whyparallax-1 {  background-image:url(../../images-b/or-bg.png);}
.vs-template .why-vs-visa .table td{ border-right:solid 1px #fff;  }
.vs-template .why-vs-visa .table td:last-child{ border-right:solid 1px  transparent;}
.vs-template .why-vs-visa .table td {border-top:solid 1px transparent;border-bottom:1px solid #fff;}
.vs-template .why-vs-visa .table tr:nth-child(2) td {border-bottom:1px solid transparent;}
.vs-template .why-vs-visa .box-why{ color:#fff; padding:10px; }
.vs-template .why-vs-visa .icon-why{ width: 50px; height: 55px; margin:0 auto;}
.vs-template .why-vs-visa  h3{ font-weight:700; font-size:20px; margin-top:15px;color:#fff;}
.vs-template .why-vs-visa p{ font-size: 14px;}
.vs-template .vs-sr-bl .lightblue{ background:#4db8c2; padding: 25px; }
.vs-template .vs-sr-bl .lightblue h4{ color:#212529; }
.vs-template .vs-sr-bl h1{  color:#fff; text-align: center; }
.vs-template .vs-sr-bl h1:after{background: #fff;  }
.vs-template .vs-sr-bl .roundbox{ background:#d2edf0 ; border-radius:100%;  display:inline-block; margin-bottom: 30px; }
.vs-template .vs-sr-bl a:hover { box-shadow: 0 6px 2px 0px #39858c; background: #fff; transition: all 0.2s ease-in-out 0s;}
.vs-template .vs-sr-bl .roundbox .pa-icon{ background: url(../../images-b/b-sr-icons.png) no-repeat 0 0; width: 32px;height: 43px;margin: 0 auto; margin-bottom: 5px;}
.vs-template .vs-sr-bl .roundbox .va-icon{ background: url(../../images-b/b-sr-icons.png) no-repeat 0 -73px; width: 32px;height: 43px;margin: 0 auto; margin-bottom: 5px;}
.vs-template .vs-sr-bl .roundbox .du-icon{ background: url(../../images-b/b-sr-icons.png) no-repeat 0 -145px; width: 32px;height: 43px;margin: 0 auto; margin-bottom: 5px;}
.vs-template .vs-sr-bl .roundbox .pl-icon{ background: url(../../images-b/b-sr-icons.png) no-repeat 0 -213px; width: 32px;height: 43px;margin: 0 auto; margin-bottom: 5px;}
.vs-template .vs-sr-bl .roundbox .ia-icon{ background: url(../../images-b/b-sr-icons.png) no-repeat 0 -279px; width: 32px;height: 43px;margin: 0 auto; margin-bottom: 5px;}
.vs-template .vs-sr-bl .roundbox .ocall-icon{ background: url(../../images-b/b-sr-icons.png) no-repeat 0 -344px; width: 32px;height: 43px;margin: 0 auto; margin-bottom: 5px;}
.vs-template .vs-sr-bl .roundbox p{ color:#252525; width: 111px; text-align: center; margin: 0 auto; line-height:18px;}
a,a:hover{transition: all 0.2s ease-in-out 0s;}
.vs-template .vs-sr-bl a{ text-decoration:none; }
.vs-template .vs-sr-bl .nav-tabs .active{border-bottom:solid 4px #39858c; color:#39858c ; transition: all 0.2s ease-in-out 0s;}
.vs-template .pad0{ padding:0!important}
.vs-template .blog_test{ padding: 50px 25px;}
.vs-template .vs-sr-bl .tab-content { height: 100%;}
.vs-template .vs-sr-bl .tab-pane.active { height: 100%; padding: 0;}
.vs-template .vs-sr-bl .nav-tabs{ position: absolute; padding:0 25px; bottom: 0;background: #f0f0f0;width: 100%;line-height: 43px;}
.vs-template .vs-sr-bl .nav-tabs .active a{ color:#4db8c2 ;}
.vs-template .vs-sr-bl .nav-tabs li{ margin-left:20px;}
/* h1.left:after{left:0; width:100px; background: #b3b3b3;   right: auto;  } */
.vs-template .blog_test .blog .blogbox img{ width:auto!important; height: 100%!important;position:absolute;}
.vs-template .blog_test .blog .blogbox{ display: block; width: 100%; height: 100%; box-shadow:0 0  8px 0 #e6e6e6;   }
.vs-template .blog_test .blog .textblock{padding:20px 30px 20px 10px; }
.vs-template .blog_test .blog .textblock h3{ text-align: left; color:#353535; border-bottom:solid 1px #b3b3b3; display: block; font-size: 18px; font-weight:700; padding-bottom:5px;  }
.vs-template .blog_test .blog .textblock p{ font-size: 14px;}
.rmore{ color:#fea66f!important; text-decoration:none; }
.vs-template .blog_test .blog .textblock .date{ background:#fea66f; width: 90px;height: 90px; border-radius:100% 0 0; padding-right: 15px; color:#000000;  text-align: right; padding-top: 25px; position: absolute; right:15px;  overflow: hidden; bottom: 0;}
.vs-template .blog_test .blog .textblock .date p{ font-size:36px; font-weight: 700; margin: 0; padding: 0;line-height: 28px }
.vs-template .blog_test .blog .textblock .date span{}
.vs-template .blog_test .testimonials{ border:solid 1px #dddddd; padding:20px; position: relative;}
.vs-template .blog_test .testimonials:after { content: url(../../images-b/downarrow.png); position: absolute; bottom:-28px; left: 40px;}
.vs-template .blog_test .testimonials p{ font-size:14px;}
.vs-template .blog_test .testimonials p:before{ content:"  “ "; font-size: 60px;font-weight: 700;color: #b3b3b3;top: 17px; position: relative; left: 14px;line-height: 10px;} 
.vs-template .blog_test .testimonials p:after{ content:"  ” "; font-size:60px; font-weight: 700; color:#b3b3b3; position: absolute; padding-top:20px;}
.vs-template .blog_test  .usename{ margin-top: 30px;}.vs-template .blog_test  .owl-nav{ position: absolute;    right: 0px;    bottom: 75px;}		.blog_test .owl-carousel .owl-nav button.owl-prev, .blog_test .owl-carousel .owl-nav button.owl-next {    font-size: 75px;    display: inline-block;    line-height: 45px;    margin-left: 16px;}
.vs-template .blog_test  .usename .u-icon{ width:100px; height:100px; border-radius:100%; border:solid 2px #34c3ef; display: inline-block;font-size: 75px;text-align: center;
line-height: 70px; vertical-align: middle;}
.vs-template .blog_test  .usename .nameuser{display: inline-block; vertical-align: middle; font-size: 18px; text-transform: capitalize; font-weight: 700;}
.vs-template .blog_test  .usename .nameuser p{ font-weight:normal; font-size: 14px;}
.vs-template footer { background:#2E3032; padding: 25px;}
.vs-template footer h4{ color:#676363 ; font-weight:700; margin: 0; padding: 0;}
/* .vs-template footer h4:first-letter{ color:#4c4b4b ; font-size: 36px; } */
.vs-template footer ul{ margin:0; padding: 0; list-style:none;}
.vs-template footer ul li{ line-height:3; }
.vs-template footer ul li.phimg{ line-height:3;background: url(../../images-b/fph.png) no-repeat; }
.vs-template footer ul li.mailimg{ line-height:3;background: url(../../images-b/fmail.png) no-repeat; }
.vs-template footer ul li.addrsarea{ line-height:3;background: url(../../images-b/fmap.png) no-repeat; }
.vs-template footer ul li a{ font-weight:normal; color:#787474 ;}
.vs-template footer p{ color:#787474 ; font-size:14px;}
.vs-template footer .icons_social{ float:left; overflow:hidden; padding-top: 10px; }
.vs-template footer .icons_social a .twitter {background: url("../../images-b/icons_social.png") repeat scroll 0px 0 ; float: left;height: 40px; margin-top:0;width:51px; padding:3px;  transition: all 0.2s ease-in-out 0s;}
.vs-template footer .icons_social a:hover .twitter {background: url("../../images-b/icons_social.png") repeat scroll 0px -40px ;height: 40px;   margin-top:0;width:51px;}
.vs-template footer .icons_social a .fb {background: url("../../images-b/icons_social.png") repeat scroll -51px top ;float: left;height: 40px;width: 50px; padding:3px;  margin-top:0; transition: all 0.2s ease-in-out 0s;}
.vs-template footer a:hover .fb {background: url("../../images-b/icons_social.png") repeat scroll -51px -40px ;height: 40px;  width: 50px;  margin-top:0;}
.vs-template footer .icons_social a .in {background: url("../../images-b/icons_social.png") repeat scroll -102px top ;float: left;height: 40px;width:51px;padding:3px;  margin-top:0; transition: all 0.2s ease-in-out 0s; }
.vs-template footer a:hover .in {background: url("../../images-b/icons_social.png") repeat scroll -102px -40px ; height:40px;width:51px;  margin-top:0;}
.vs-template footer .icons_social a .u_tube {background: url("../../images-b/icons_social.png") repeat scroll -153px top ; float: left;height: 40px;width:51px;padding:3px;  margin-top:0;  transition: all 0.2s ease-in-out 0s;}
.vs-template footer a:hover .u_tube {background: url("../../images-b/icons_social.png") repeat scroll -153px -40px ;height:40px; width:51px;  margin-top:0;}
.vs-template footer .icons_social a .rss {background: url("../../images-b/icons_social.png") repeat scroll -204px top ; float: left;height:40px;width:51px;padding:3px;  margin-top:0;  transition: all 0.2s ease-in-out 0s;}
.vs-template footer  .icons_social a:hover .rss{background: url("../../images-b/icons_social.png") repeat scroll -204px -40px; height:40px; width: 51px;  margin-top:0;}
.vs-template .payment-row{ background:#1B1B1B; display: block; padding:15px 0; color:#ffffff;float: left;width: 100%;  }
.vs-template footer  .label{  text-decoration: underline; font-weight: bold;color: #6f6d6d;}
.vs-template footer .blcolor{ color: #fff;background: #f25f03;border-radius: 3px;padding: 0px 5px; }
.vs-template .payment-row .btn-custom{ box-shadow:0 0 0 0 !important;}.callus{position: fixed;    bottom: 0px;    width: 100%;     background: #fff;    border-top: 1px solid #ddd; z-index:99999; left:0px;}
.vs-template .dropdown{ cursor:pointer;}
.dropdown.show{ background: #f2f2f2; }
.vs-template .dropdown-item { border-bottom: solid 1px #f2f2f2!important; font-size: 12px!important;}

.sharenowtext{font-family:'Muli', sans-serif;font-size:13px;line-height:18px;color:#ff486c;text-transform:uppercase;font-weight:bold;float:left;width: 100%;}
a.btn-social,.btn-social{border-radius:50%;color:#ffffff !important;display:inline-block;height:42px;line-height:45px;margin:10px 5px 0 0;text-align:center;text-decoration:none;transition:background-color .3s;webkit-transition:background-color .3s;width:42px;}
.btn-social .fa,.btn-social i{backface-visibility:hidden;moz-backface-visibility:hidden;ms-transform:scale(1);o-transform:scale(1);transform:scale(1);transition:all .25s;webkit-backface-visibility:hidden;webkit-transform:scale(1);webkit-transition:all .25s;}
.btn-social:hover,.btn-social:focus{color:#fff;outline:none;text-decoration:none;}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i{ms-transform:scale(1.3);o-transform:scale(1.3);transform:scale(1.3);webkit-transform:scale(1.3);}
.btn-social.btn-xs{font-size:9px;height:24px;line-height:13px;margin:6px 2px;width:24px;}
.btn-social.btn-sm{font-size:13px;height:36px;line-height:18px;margin:6px 2px;width:36px;}
.btn-social.btn-lg{font-size:22px;height:72px;line-height:40px;margin:10px 6px;width:72px;}

.main-menu{clear:both;margin-top:0;display:inline-block;z-index:1;}
.mainmenuscroll{margin-top:16px;}
.mainmenuscroll .list.dropdown-menu{top:76px;}
.main-menu .inline-list{margin:0;font-size:0;}
.makepayments_btn{background:green;color:#fff !important;display:block;float:left;padding:6px 15px;position:relative;top:23px;font-size:15px;}
.main-menu li{display:inline-block;float:none;list-style:outside none none;text-align:center;vertical-align:top;height:auto;width:auto;position: relative;}
.main-menu li a{font-size:13px;line-height:18px;padding:15px;color:#fff;width:100%;text-transform:uppercase;font-family:'Muli', sans-serif;font-weight: normal;text-decoration: none;}
.main-menu .inline-list li ul li:hover:last-child a{}
.main-menu .inline-list li ul li:hover{}
/*.main-menu li:hover{border-bottom:4px solid #00b0f5;background:url(../images/hover-arrow.png) no-repeat #fbfbfb;background-position:bottom center;color:#212121;}*/
.main-menu li:hover .list.dropdown-menu{display:block;}
.main-menu .inline-list li:hover a{}
.list.dropdown-menu{background:#f9f9f9;padding:0 10px;position:absolute;top:30px;left:0;display:none;width:100%;height:auto;z-index:99;margin-left:0;border:1px solid #f0f0f0;border-radius: 0;}
.main-menu .dropdown-menu li{height:auto;padding:0;text-align:left;width:100%;display:block;float:left;background:transparent;margin-left:0;margin-top:0;}
.dropdown-menu > li a{display:block;padding:10px;width:100%;text-transform:uppercase;font-size:13px;font-family:'Muli', sans-serif;color:#555;border-bottom: 1px solid #f0f0f0;line-height: 1.5;}
.dropdown-menu > li{background:#00B0F5;border-bottom:0 solid #333;}
.dropdown-menu > li:hover{border-bottom:0 solid #333;}
.inline-list > li{margin-left:0;}
ul.dropdown-menu > li.sub_menu > a{background:#BDBDBD;}
li.sub_menu > ul.list .dropdown-menu{background:transparent;width:100%;height:auto;position:inherit;float:left;border:0 solid #b3b3b3;}
li.sub_menu > ul.list .dropdown-menu li{width:100%;margin-left:0;margin-top:0;border:0;background:transparent;}
li.sub_menu > ul.list .dropdown-menu li a{color:#333;}
li.sub_menu > ul.list .dropdown-menu li a:hover{color:#ff486c;}

.blogimg_area{overflow:hidden;}

.eligibility-tabs{margin:1% 0;background:#0096DF;cursor:pointer;-webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;transition:all 600ms ease;}
.eligibility-tabs:hover{box-shadow:inset 1px 1px 131px #162e50;}
.eligibility-tabs a{color:#fff;font-size:15px;text-transform:uppercase;padding:12px 0;display:block;text-align:center;background:url('../../images/eligi-ar.png') 5px center no-repeat;background-size:23px;}

.eligibility-tabs-heading{margin:1% 0;background:#000;cursor:pointer;-webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;transition:all 600ms ease;}
.eligibility-tabs-heading:hover{box-shadow:inset 1px 1px 131px #162e50;}
.eligibility-tabs-heading a{color:#fff;font-size:15px;text-transform:uppercase;padding:12px 0;display:block;text-align:center;font-weight: bold;border-bottom: 3px solid #009ce9;}

.req_call_b_form{margin-top: 45px;border: 1px solid #A0031C;border-radius: 5px;padding: 30px 0;box-shadow: 0 1px 1px #000,0 1px 0 rgba(255,255,255,.5)inset;background-image: linear-gradient(#F34F5D, #A0031C);}
.req_call_b_h{text-align: center !important;margin: 0 0 30px !important;font-size: 21px !important;color: #fff !important;}
.req_call_b_h img{width:32px;}
.req_call_b_form label{color:#fff;}
.req_call_b_btn{background: #F83E52 !important;padding: 10px 32px;height: auto !important;color: #fff;font-size: 13px;letter-spacing: 2px;text-transform: uppercase;border: 0;cursor: pointer;margin-top: 12px;margin-left: 0;}

.req_call_b_form_incl{margin-top: 0;border: 1px solid #A0031C;border-radius: 5px;padding: 15px 0;box-shadow: 0 1px 1px #000,0 1px 0 rgba(255,255,255,.5)inset;background-image: linear-gradient(#F34F5D, #A0031C);}
.req_call_b_h_incl{text-align: center !important;margin: 0 0 15px !important;font-size: 21px !important;color: #fff !important;}
.req_call_b_h_incl img{width:32px;}
.req_call_b_form_incl label{color:#fff;}
.req_call_b_btn_incl{background: #F83E52 !important;padding: 10px 32px;height: auto !important;color: #fff;font-size: 13px;letter-spacing: 2px;text-transform: uppercase;border: 0;cursor: pointer;margin-top: 0;margin-left: 0;}
.req_call_b_form_incl input[type="text"], .req_call_b_form_incl input[type="password"], .req_call_b_form_incl input[type="date"], .req_call_b_form_incl input[type="datetime"], .req_call_b_form_incl input[type="datetime-local"], .req_call_b_form_incl input[type="month"], .req_call_b_form_incl input[type="week"], .req_call_b_form_incl input[type="email"], .req_call_b_form_incl input[type="number"], .req_call_b_form_incl input[type="search"], .req_call_b_form_incl input[type="tel"], .req_call_b_form_incl input[type="time"], .req_call_b_form_incl input[type="url"], .req_call_b_form_incl textarea, .req_call_b_form_incl select {width: 100% !important;height: 30px;padding: 5px;margin-bottom:15px;}

.btn-facebook{background:#5387c1;background:-moz-linear-gradient(top, #5387c1 1%, #345396 100%);background:-webkit-linear-gradient(top, #5387c1 1%,#345396 100%);background:linear-gradient(to bottom, #5387c1 1%,#345396 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5387c1', endColorstr='#345396',GradientType=0);}
.btn-facebook:hover{background:#345396;background:-moz-linear-gradient(top, #345396 0%, #5387c1 99%);background:-webkit-linear-gradient(top, #345396 0%,#5387c1 99%);background:linear-gradient(to bottom, #345396 0%,#5387c1 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#345396', endColorstr='#5387c1',GradientType=0);}

.btn-twitter{background:#21c5e8;background:-moz-linear-gradient(top, #21c5e8 1%, #13a4db 100%);background:-webkit-linear-gradient(top, #21c5e8 1%,#13a4db 100%);background:linear-gradient(to bottom, #21c5e8 1%,#13a4db 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21c5e8', endColorstr='#13a4db',GradientType=0);}
.btn-twitter:hover{background:#13a4db;background:-moz-linear-gradient(top, #13a4db 0%, #21c5e8 99%);background:-webkit-linear-gradient(top, #13a4db 0%,#21c5e8 99%);background:linear-gradient(to bottom, #13a4db 0%,#21c5e8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#13a4db', endColorstr='#21c5e8',GradientType=0);}

.btn-google-plus{background:#d34b4b;background:-moz-linear-gradient(top, #d34b4b 1%, #bb3035 100%);background:-webkit-linear-gradient(top, #d34b4b 1%,#bb3035 100%);background:linear-gradient(to bottom, #d34b4b 1%,#bb3035 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34b4b', endColorstr='#bb3035',GradientType=0);}
.btn-google-plus:hover{background:#bb3035;background:-moz-linear-gradient(top, #bb3035 0%, #d34b4b 99%);background:-webkit-linear-gradient(top, #bb3035 0%,#d34b4b 99%);background:linear-gradient(to bottom, #bb3035 0%,#d34b4b 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb3035', endColorstr='#d34b4b',GradientType=0);}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea{width:100% !important;height:auto;padding: 10px;margin-bottom: 15px;border: 1px solid #e8e8e8;}
select{width:100% !important;height:33px;background:#fff;padding: 5px;}

.orbtn {
    background: #e73e5e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	padding: 15px;
}

.calc-res-area{font-size:15px;}
.calculateresultBtn{background:#ff486c !important;padding:10px 32px;height:auto !important;width:100%;color:#fff;font-size:13px;letter-spacing:2px;text-transform:uppercase;border:0;cursor:pointer;margin-top:12px;margin-left:0px;}
.calculator_title{color:#000;font-size:20px;background:#eee;padding:6px 10px;}
.calculator_title_aus{color:#ff486c;font-size:20px;}
.calculator_tbl{font-weight:bold;margin:0 0 15px;}
ol.sub_li{/* margin-left:2.4rem;font-size:13px; */list-style-type:disc;}
ol.sub_li_aus{/* margin-left:15px;font-size:13px; */list-style-type:disc;}
.calculator_res{font-weight:bold;color:#fff;background:#ff486c;padding:10px;}
/* .calculator_res a,
span{color:#ffffff;} */

.bg-internal h2, .bg-internal .h2{font-size:16px;}
.bg-internal h3, .bg-internal .h3{font-size:20px;}
.bg-internal h4, .bg-internal .h4 {
    font-size: 18px;
}

.bg-internal table {
  /* font-family: 'Muli', sans-serif; */
  border-collapse: collapse;
  width: 100%;
}

.bg-internal td, .bg-internal th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.bg-internal tr:nth-child(even) {
  background-color: #eee;
}

.hide{display:none;}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after{content:"/";}
.thankyoumsg_area{width:100%;height:auto;float:left;text-align:center;color:#ff486c;}
.thankyoumsg_area p{color:#222222;font-size:16px !important;line-height:1.6;margin:15px 0 10px;/* font-family:'Muli', sans-serif; */text-align:center;}
.thankyoumsg_area span{display:block;border:5px solid #e1e1e3;margin:0 auto;width:135px;height:135px;padding:10px;font-size:68px;border-radius:50%;color:#ff486c;margin-top:25px;}

.reveal-modal-bg{background:#000000;background:rgba(0, 0, 0, 0.45);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1004;left:0;}
.reveal-modal{border-radius:3px;display:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1005;left:0;background-color:#FFFFFF;padding:1.875rem;border:solid 1px #666666;box-shadow:0 0 10px rgba(0, 0, 0, 0.4);}

.contactsendBtn{background:#009ce9 !important;padding:10px 32px;height:auto !important;color:#fff;font-size:13px;text-transform:uppercase;border:0;cursor:pointer;margin-top:12px;margin-left:0;}
.textareainshadowbox{
	padding: 10px 15px;
	box-shadow: 2px 3px 10px grey;
}
.banner-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.48);
	font-size:16px;
}
.c-w{
	color:#fff;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 0;
}

.logo_area{
	margin:15px 0;
}

.mail_ph_group a{
	font-size: 20px;
    color: #4f8330;
    width: 100%;
    font-weight: normal;
	text-decoration: none;
	margin-right: 20px;
}

.mail_ph_group a.ph_group{
	margin-right: 0;
}

.red-strip{
	margin: 15px 0 38px;
}

.red-strip .fa {
    font-size: 26px;
    margin: 0;
	color: #fff;
    width: 34px;
    height: 34px;
	padding:4px;
}

.red-strip .fa-youtube {
    background:#CF2200;
}

.red-strip .fa-twitter {
    background:#83DDF2;
}

.red-strip .fa-facebook {
    background:#4A6EA9;
}

.homeblocks{
	/* width: 312px; */
	width: 309px;
	height: auto;
	float: left;
	margin-right: 7px;
}

.homeblocks:last-child{
	float: left;
	margin-right: 0;
}

.homeblocks img{
	width:100%;
}

.vs-template footer.footer_wrapper {
    background: #2E3032;
    padding: 51px 0;
    float: left;
    width: 100%;
}

.getintouch_area{
	width: 40%;
	float: left;
}

.getintouch_details{
    float: right;
    padding: 40px 15px 0 0;
	width: 338px;
}

.vs-template footer.footer_wrapper h4{
	color: #fff;
	font-size: 32px;
}

.vs-template footer.footer_wrapper p {
    color: #fff;
    font-size: 17px;
    line-height: 2;
	margin-left: 46px;
}

.vs-template footer.footer_wrapper a {
    color: #fff;
    font-size: 17px;
    line-height: 2;
	font-weight:normal;
	margin-left:45px;
}

.map_area{
	width: 100%;
	float: left;
	height: 356px;
}

.map_area iframe{
	width: 100%;
	height: 356px;
}

.testim_wrapper {
    width: 100%;
    height: auto;
    background: transparent url(../../images-b/testimBg.jpg) no-repeat;
    position: relative;
    text-align: center;
	background-size: cover;
}

.testim_details p{
	color: #fff;
    margin: 0;
    font-size: 25px;
    line-height: 1.8;
}

.newsblogtweet_wrapper{
	background:#E91E63;
	color: #fff;
}

.b-r{
	border-right: 2px solid #C2185B;
}

.b-r:last-child{
	border-right: 0px solid #C2185B;
}

.newsblogtweet_wrapper h4{
	color: #fff;
	font-size: 28px;
	font-weight: 800;
}

.newsblogtweet_wrapper ul.newsblogtweet_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsblogtweet_wrapper ul.newsblogtweet_ul li {
    line-height: 1.8;
}

.newsblogtweet_wrapper ul.newsblogtweet_ul li p, .newsblogtweet_wrapper ul.newsblogtweet_ul li a {
    color: #fff;
    font-size: 17px;
	font-weight: normal;
    text-decoration: none;
}

/* .newsblogtweet_wrapper a {
    color: #fff;
    font-size: 17px;
    line-height: 2;
	font-weight:normal;
	margin-left:45px;
} */

.read-more{
	display:block;
	background: #C2185B;
	margin-top: 15px;
	border-radius:3px;
}

.read-more a {
	margin: 0;
	padding: 5px 20px;
	display: block;
	line-height: 2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius:3px;
	font-weight: normal;
}

.iconposition{
	float:right;
	position: relative;
    top: 8px;
}

.read-more a:focus,
.read-more a:hover {
	background: #901344;
	text-decoration: none;
	color: #fff;
}

/* .homeblocks {
	display: flex;
	flex-wrap: wrap;
	width: 1029px;
} */

.homeblocks article {
	position: relative;
	width: 100%;
	/* height: 203px; */
	height: auto;
	background: #000;
	margin: 0 6px 8px 0;
	overflow: hidden;
	box-shadow: 0px 4px 4px 0px rgba(27, 27, 27, 0.1);
}

.homeblocks article:nth-of-type(3),
.homeblocks article:nth-of-type(6) {
	margin-right: 0;
}

.homeblocks article:nth-of-type(4),
.homeblocks article:nth-of-type(5),
.homeblocks article:nth-of-type(6) {
	margin-bottom: 0;
}

.homeblocks article:hover .info-block {
	height: 100%;
}

.links-slide {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: ease 0.2s opacity;
	opacity: 1;
}

/* .homeblocks article:hover .links-slideshow {
	opacity: 0;
} */

.info-block {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 48px;
	text-align: center;
	transition: ease 0.2s height;
	z-index: 1;
}

.info-block h3 {
	line-height: 48px;
	font-size: 16px;
	transition: ease 0.2s line-height;
	color:#fff;
}

.homeblocks article:hover .info-block h3 {
	/* line-height: 60px; */
	line-height: 1.8;
}

.homeblocks article .info-block-purple {    
	background: rgba(74,20,140,0.8);
}

.homeblocks article .info-block-blue {    
	background: rgba(26,35,126,0.8);
}

.homeblocks article .info-block-skyblue {    
	background: rgba(1,87,155,0.8);
}

.homeblocks article .info-block-green {    
	background: rgba(79,131,47,0.8);
}

.homeblocks article .info-block-orange {    
	background: rgba(230,81,0,0.8);
}

.homeblocks article .info-block-pink {    
	background: rgba(233, 30, 99, 0.8);
}

.info-block p {
	margin-bottom: 20px;
	padding: 0 30px;
	max-height: 75px;
	font-family: 'Lato', sans-serif;
	font-size: 1.6rem;
	color: #fff;
	overflow: hidden;
}

.info-block a {   
	display: block;    
	position: relative;    
	margin: 0 auto;    
	padding-left: 20px;    
	width:  184px;    
	height: 38px;    
	line-height: 38px;    
	border-radius: 25px;    
	background: #000;    
	box-sizing:  border-box;    
	text-align: left;    
	font-weight: bold;    
	color: #fff;
}

.homeblocks article .info-block-purple a {    
	background: #280b4d;
}

.homeblocks article .info-block-blue a {    
	background: #0a0d30;
}

.homeblocks article .info-block-skyblue a {    
	background: #012d4f;
}

.homeblocks article .info-block-green a {    
	background: #446b2a;
}

.homeblocks article .info-block-orange a {    
	background: #993600;
}

.homeblocks article .info-block-pink a {    
	background: #901344;
}

/* .info-block a .cp-font-icon {
	position: absolute;
	right: 20px;
	line-height: 38px;
} */

.info-block a:hover {
	text-decoration: underline;
}

.checklist > ul {
    list-style-image: url(../../images-b/bg-checklist.png);
}

table.tableview, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

table.tableview {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px;
}

.no-padding{
	padding-right: 0;
    padding-left: 0;
}

.greenbtn{color: #fff !important;background: #4f8330;padding: 15px;}
.greenbtn:hover{color: #fff !important;background: #4f8330;padding: 15px;text-decoration:none;}

.graystrip{
	text-align: center;
    padding: 15px;
    background: #abb8c3;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter{
	text-align:center;
}

.onmobaligncenter{
	text-align:left;
}

.footer_wrapper ul.list li{
	line-height:0;
}

.footer_wrapper ul.list li a{
	margin-left:0;
	font-size:15px;
}

.footer_wrapper ul.list li.phimg a, .footer_wrapper ul.list li.mailimg a, .footer_wrapper ul.list li.addrsarea a{
	margin-left:45px;
}

.oldhomepage_wrapper{
    background: #f3f3f3;
}

.has-background {
    padding: 20px 30px;
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131;
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}

.ul_video_area{
	list-style: none;
	margin: 0;
    padding: 0;
}

.ul_video_area li{
	float:left;
	width: 33%;
}

.ul_video_area li img{
	width:50%;
	height:151px;
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}

.has-light-green-cyan-background-color a{
	color:#000;
}

.contentwrapperforsite{
	padding: 68px 0;
}

@media only screen and (max-width:40em){.reveal-modal{min-height:100vh;}
}
.reveal-modal .column, .reveal-modal .columns{min-width:0;}
.reveal-modal >:first-child{margin-top:0;}
.reveal-modal >:last-child{margin-bottom:0;}
@media only screen and (min-width:40.0625em){.reveal-modal{left:0;margin:0 auto;max-width:62.5rem;right:0;width:80%;}
}
@media only screen and (min-width:40.0625em){.reveal-modal{top:6.25rem;}
}
.reveal-modal.radius{border-radius:3px;}
.reveal-modal.round{border-radius:1000px;}
.reveal-modal.collapse{padding:0;}
@media only screen and (min-width:40.0625em){.reveal-modal.tiny{left:0;margin:0 auto;max-width:62.5rem;right:0;width:30%;}
}
@media only screen and (min-width:40.0625em){.reveal-modal.small{left:0;margin:0 auto;max-width:62.5rem;right:0;width:40%;}
}
@media only screen and (min-width:40.0625em){.reveal-modal.medium{left:0;margin:0 auto;max-width:62.5rem;right:0;width:60%;}
}
@media only screen and (min-width:40.0625em){.reveal-modal.large{left:0;margin:0 auto;max-width:62.5rem;right:0;width:70%;}
}
@media only screen and (min-width:40.0625em){.reveal-modal.xlarge{left:0;margin:0 auto;max-width:62.5rem;right:0;width:95%;}
}
.reveal-modal.full{height:100vh;height:100%;left:0;margin-left:0 !important;max-width:none !important;min-height:100vh;top:0;}
@media only screen and (min-width:40.0625em){.reveal-modal.full{left:0;margin:0 auto;max-width:62.5rem;right:0;width:100%;}
}
.reveal-modal.toback{z-index:1003;}
.reveal-modal .close-reveal-modal{color:#AAAAAA;cursor:pointer;font-size:2.5rem;font-weight:bold;line-height:1;position:absolute;top:0.625rem;right:1.375rem;}


@media (max-width: 1365px) {	.vs-template .navbar-expand-xl .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }	.vs-template .navbar-brand img {   }.client img {    height: 80px;}}

@media (max-width:1024px){
	.homeblocks {
		width: 305px;
	}
}

@media (max-width: 768px) { 
.container {
    max-width: 540px;
}	
.video{padding-top:20px;}	.onlyMob{display:block;}	.onlyWeb{display:none!important;}	.infonav .onlyWeb{display:none!important;}.vs-template .process {    padding: 50px 15px;}.infonav .blink{    position: absolute;    left: -8px;    top: 83px;    z-index: 99;}.vs-template .navbar-brand img {    width: 340px!important;	    border-bottom: 1px solid #ddd;    padding-bottom: 8px;}.vs-template .navbar-brand {    top: -62px!important; left:0px;   /* margin: 0 auto; */    text-align: center; width: 100%; margin: 0 auto;background: #fff; border: 0;}.vs-template .navbar {  padding: 21px 0;  /* padding: 1.7rem 0.8rem 0.5rem;	background:#000;	    min-height: 70px; */}.vs-template .navbar-toggler {    top: 0;    font-size: 25px;    padding-top: 6px;}.navbar-collapse {    margin-top: 21px;}.vs-template a {    border-top: 0px solid #333;	padding-left:0px!important;}.vs-template .navbar-expand-xl .navbar-nav .active a {    color: rgb(255,72,110);    background: none;}.infonav {    /* height: 62px; */text-align: left !important;}.onlyMob.callus a.btn{float:left; width:50%; text-align:center; padding: 12px 0; border-radius:0px;     background: #7c4cc0;    color: #fff!important;     font-size: 16px;}.onlyMob.callus a.btn:last-child{background: #fb435d;    border-left: 1px solid #ddd;    color: #fff!important;}.infonav .btn:nth-child(2):before {    background: url(../../images-b/info-iconM.png) left -29px no-repeat;}.infonav .btn:nth-child(1):before {    background: url(../../images-b/info-iconM.png) left 2px no-repeat;}.vs-template .blog_test .blog .blogbox{margin-bottom:50px;}.vs-template .carousel-item img {   /*  width: 120%;    text-align: center;    margin-left: -20%; */}.carousel-indicators{bottom:-22px;}

.main-menu {   
    /* height: 300px;
    overflow: hidden;
    overflow-y: scroll; */
	background:#f9f9f9;
}
.main-menu li{
	border-bottom: 1px solid #6a7959;
}
.main-menu li a{display:block;color:#000;}.list.dropdown-menu {background: #739274;position: inherit;top: 0px;left: 0;display: block;border-radius:0;height:auto;float:left;border:0;}
.main-menu .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
	text-align: center;
	border-bottom: 1px solid #6a7959;
}
ul.dropdown-menu > li.sub_menu > a {
    background: #909090;
}
.dropdown-menu > li a{
	padding:10px 15px;
	color: #fff;
}
li.sub_menu > ul.list .dropdown-menu li a {
    color: #777;
}
li.sub_menu > ul.list .dropdown-menu li a:hover {
    color: #777;
}
.d-b-p{display:block;padding:7px;}

.homeblocks {
		/* width: 225px; */
		width: 100%;
		margin-bottom:15px;
	}
	
	.mail_ph_group a {
		font-size: 12px;
		margin-right: 8px;
	}

	.main-menu li a {
    font-size: 12px;
    line-height: 2;
	padding:10px;
	border-bottom: 0px solid #585858;
}

.b-r {
    border-right: 0 solid #C2185B;
	border-bottom: 2px solid #C2185B;
    padding: 50px 15px;
}

.b-r:last-child {
    border-right: 0 solid #C2185B;
    border-bottom: 0 solid #C2185B;
}

.getintouch_area {
    width: 100%;
}

.getintouch_details {
    padding: 40px 15px 0 15px;
    width: 100%;
}

.map_area {
    width: 100%;
}

.info-block a{
	padding-left:20px !important;
}
.red-strip {
    margin: 0;
}
.mail_ph_group{
	margin: 12px 0 6px;
}
	
}

@media (max-width:640px){
.onmobaligncenter{
	text-align:center;
}
.contentwrapperforsite{
	padding: 31px 0;
}
.read-more {
    padding-left: 10px;
}
.fb_iframe_widget iframe, table{width:100% !important;}
.uiGrid{width:100% !important;}
.hide640{display:none !important;}
.p0-640{padding:0;}
.topmargin60{margin:21px 0;}
.brakingbrand {
    width: 151px!important;
}
}

@media screen and (max-height: 575px){
	.img_w_100_mob575{
		width:100%;
		height:auto;
		margin-bottom:15px;
	}
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}