@font-face {
    font-family: 'NeoSans';
    src: url('../fonts/NeoSans.eot');
    src: url('../fonts/NeoSans.eot') format('embedded-opentype'), url('../fonts/NeoSans.woff2') format('woff2'), url('../fonts/NeoSans.woff') format('woff'), url('../fonts/NeoSans.ttf') format('truetype'), url('../fonts/NeoSans.svg#NeoSans') format('svg');
}

:root {
    --dark-green-color: #02aec3;
    --light-green-color: #02aec3;
    --nav-hover-color: #02aec3;
    --light-green-bg: #2321f9;
    --dark-blue-color: #02aec3;
    --dark-blue-bg: #02aec3;
    --btn-bg: #02aec3;
}

img {
    width: 100% !important;
    max-width: 100% !important;
}

.input-group-addon img {
    width: auto !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'open_sansregular';
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li {
    margin: 0;
    padding: 0;
}

.item-new-list .feature-new-warp img {

    width: 100%;
    max-height: 384px;
}

.box-new-info .new-info p {
    width: 50%;
}

.mar-10 {
    margin-top: 10px !important;
}

.mar-15 {
    margin-top: 15px !important;
}

.mar-20 {
    margin-top: 20px !important;
}

.mar-30 {
    margin-top: 30px !important;
}

.mar-b-10 {
    margin-bottom: 10px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

a:focus {
    outline: none
}

a:hover {
    text-decoration: none;
}

.no-mar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.main-heading {
    text-transform: uppercase;
    font-size: 35px;
    color: #222222;
    font-family: 'NeoSans';
    margin: 55px 0px 15px;
    text-align: center;
}

.main-p {
    color: #222222;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.main-heading span {
    color: #01273a;
    font-family: 'neosansbold';
}

.btn-custm {
    background-color: #01273a;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: "Helvetica LT Std";
    font-size: 20px;
    margin: 15px auto 20px;
    text-transform: uppercase;
    width: 187px;
    padding: 8px;
}

.btn-custm:hover {
    text-decoration: none;
    color: #fff;
    background-color: #011a27;
    transition: 0.6s;
}

.top-bar {
    background-color: #282828;
}

.top-bar p {
    color: #fff;
    line-height: 35px;
    text-align: left;
}

.top-bar p a {
    text-decoration: none;
    font-family: 'open_sansbold';
    color: #b7d436;
}

.social-outer {
    list-style: none;
}

.social-outer li {
    display: inline-block;
    margin-left: 1px;
}

.social-outer a {
    background-color: #ffffff;
    color: #000000;
    display: block;
    font-size: 21px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 30px;
    -webkit-transition: all .8s ease-in-out;
    -ms-all: .8s ease-in-out;
    -o-all: .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.social-outer li:hover a {
    -webkit-transition: all .8s ease-in-out;
    -ms-all: .8s ease-in-out;
    -o-all: .8s ease-in-out;
    transition: all .8s ease-in-out;
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    outline: none;
    color: #fff;
}

.social-outer li:first-child a:hover {
    background-color: #4f6cbc;
}

.social-outer li:nth-child(2) a:hover {
    background-color: #2d95ea;
}

.social-outer li:nth-child(3) a:hover {
    background-color: #4275aa;
}

.social-outer li:last-child a:hover {
    background-color: #fb541f;
}

.logo-outer {
    border-bottom: 1px solid #cccccc;
}

.logo-right ul {
    list-style: outside none none;
    margin: 18px 0;
}

.logo-right ul li {
    float: left;
    margin-left: 20px;
}

.logo-right ul li:first-child {
    margin-left: 0px;
}

.logo-right ul li .input-group {
    width: 304px;
    max-width: 100%;
}

.logo-right ul li input[type="text"] {
    border: 1px solid #2c2c2c;
    border-radius: 0;
    border-right: 0;
}

.logo-right .input-group-addon {
    border-radius: 0;
    border: 1px solid #2c2c2c;
    background: #fff;
    padding: 4px 0px;
    cursor: pointer;
}

.logo-right a {
    font-size: 16px;
    color: #01273a;
    text-transform: uppercase;
    font-family: 'Helvetica LT Std';
}

.logo-right a:hover {
    text-decoration: none;
}

.logo-right ::-webkit-input-placeholder {
    color: #505050;
}

.logo-right ::-webkit-input-placeholder {
    color: #505050;
}

.logo-right :-ms-input-placeholder {
    color: #505050;
}

.logo-right ::-moz-placeholder {
    color: #505050;
    opacity: 1;
}

.logo-right :-moz-placeholder {
    color: #505050;
    opacity: 1;
}

.logo-right a span {
    background-color: #282828;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 8px;
    text-align: center;
}

.lang-select span {
    background-color: transparent !important;
}

.lang-select span select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: medium none;
    padding-right: 20px;
    text-shadow: none;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}

.logo-left img {
    margin: 5px 0;
    max-width: 117px;
}

.nav-outer {
    border-bottom: 1px solid #ccc;
}

.nav-outer .dropdown:hover .dropdown-menu {
    display: block;
}

.nav-outer .navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 0;
    min-height: 5px;
}

.nav-outer .navbar-collapse {
    margin: 0;
    padding: 0;
}

.navbar-nav > li {
}

.nav-outer .nav.navbar-nav a {
    color: #505050;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    padding: 14px 10px;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
}

.nav-outer .navbar-nav > li.dropdown > a {
    background: url(../images/drop-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
    background-size: auto 100%;
    font-weight: 900;
}

.navbar-nav > li:first-child a {
    border-left: 1px solid #ccc;
}

.nav-outer .navbar-nav > li a:hover {
    color: #c4d500;
}

.nav-outer .dropdown i {
    margin-left: 5px;
}

.home a i {
    font-size: 26px;
    color: #16394a;
}

.home a {
    padding: 11px 5px !important;
}

.drop-box {
    background-color: #01273a;
    color: #fff;
    padding: 10px 30px 10px 30px;
    width: 574px;
    background: #01273a url(../images/menu-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.drop-box a {
    border: 0 none !important;
    color: #fff !important;
    padding: 0 !important;
    text-transform: none !important;
}

.drop-box ul {
    list-style-position: inside;
}

.drop-inner ul .img-drop {
    list-style: none;
}

.drop-inner ul li {
    list-style: url(../images/arrow-2.png);
    padding: 5px;
    list-style-position: inside;
}

.drop-inner ul .drop-head {
    list-style: none;
    font-family: 'open_sansbold';
    color: #b7d436;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #b7d436;
}

.slider-outer {
    border-bottom: 1px solid #ccc;
}

.slider-outer .item {
    width: 100%;
    float: left;
}

.item .carousel-caption {
    text-shadow: none;
    left: 3%;
    padding-bottom: 30px;
    right: 42%;
    top: 27%;
}

.slider-outer h1 {
    color: #191919;
    font-family: "Myriad Pro";
    font-size: 39px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.slider-outer h1 .head-col-1 {
    font-family: 'neosansmedregular';
    font-size: 42px;
    color: #c4d500;
}

.slider-outer h1 .head-col-2 {
    font-family: 'neosansmedregular';
    font-size: 42px;
    color: #01273a;
}

.slider-outer p {
    font-family: 'MyriadItcPro';
    font-weight: 600;
    text-transform: uppercase;
    color: #191919;
    font-style: italic;
    font-size: 18px;
    text-align: center;
}

.slider-outer a {
    background-color: #01273a;
    color: #fff;
    display: block;
    font-family: "Helvetica LT Std";
    font-size: 23px;
    margin: 13px auto;
    padding: 6px 0;
    text-align: center;
    width: 187px;
    text-transform: uppercase;
}

.slider-outer a:hover {
    background-color: #01273a;
    transition: 0.6s;
    text-decoration: none;
}

.pro-outer {
    background: url(../images/blur-bg.jpg);
    background-size: cover;
    padding-bottom: 80px;
}

.pro-outer h1, .pro-outer p {
    color: #fff;
    text-align: center;
}

.pro-outer h1 span {
    color: #fcbe0e;
}

.box-outer {
    margin-top: 10px;
}

.box-outer ul {
    list-style: none;
    text-align: center;
}

.box-outer ul li {
    background-color: #fff;
    border-right: 1px solid #ccc;
    float: left;
    width: 14.2%;
    text-align: center;
    cursor: pointer;
    height: 160px;
}

.box-outer ul li:last-child {
    border: none;
}

.check-ico {
    display: none;
}

.box-outer ul li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 35px 4px;
    transition: 0.6s
}

.box-outer ul li:hover a {
    background-color: #fff;
    box-shadow: 0 0 11px #000;
    transform: rotateY(360deg);
    transition: 0.6s;
    text-decoration: none;
}

.box-outer span {
    color: #01273a;
    display: block;
    font-family: 'open_sansbold';
    font-size: 14px;
    text-align: center;
}

.box-outer span img {
    margin: 0 auto;
}

.check {
    box-shadow: 0 0 11px #000;
}

.check .check-ico {
    display: block;
}

.check .main-ico {
    display: none;
}

.ser-inner {
    width: 100%;
    height: 250px;
    background-color: #ccc;
    overflow: hidden;
    border: 1px solid #153544;
    position: relative;
    background-position: left bottom;
    cursor: pointer;
    margin-bottom: 30px;
}

.ser-bg1 {
    background: url(../images/service1.jpg);
}

.ser-bg2 {
    background: url(../images/service2.jpg);
}

.ser-bg3 {
    background: url(../images/service3.jpg);
}

.ser-bg4 {
    background: url(../images/service4.jpg);
}

.ser-inner:hover {
    transition: 0.8s;
    background-position: right top;
}

.ser-inner:hover .ser-con {
    bottom: 0px;
    transition: 0.8s;
}

.ser-con {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: -154px;
    height: 100%;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.ser-con h3 {
    color: #f5e852;
    font-size: 16px;
    font-family: 'neosansbold';
    line-height: 24px;
    margin: 5px 0 5px;
    text-align: left;
}

.ser-con p, .ser-con a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.ser-con a {
    display: block;
}

.ser-con p .link-y {
    color: #f5e852 !important;
    display: inline-block;
}

.testi-outer {
    background: rgba(0, 0, 0, 0) url("../images/testi-bg.jpg") repeat fixed 0 0 / cover;
    color: #fff;
    padding-bottom: 40px;
}

.testi-outer h1 {
    margin-bottom: 40px;
    margin-top: 50px;
}

.testi-outer h1, .testi-outer p {
    color: #fff;
}

.testi-outer h1 span {
    color: #d7f93f;
}

.slick-prev {
    left: 0;
    z-index: 9;
}

.slick-next {
    right: 0;
    z-index: 9;
}


.single-item img {
    margin: 0 auto;
}

.single-item p {
    text-align: center;
    margin: 10px 0 10px;
}

.single-item span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 5px 0 10px;
}

.guarant-start .g-right {
    margin-top: 50px;
}

.feature-box {
    list-style: none;
    text-align: center;
    margin: 30px 0 10px 0;
}

.feature-box img {
    margin: 0 auto;
    display: block;
}

.feature-box li {
    display: inline-block;
    width: 30%;
    color: #222222;
    font-family: 'open_sanssemibold';
}

.foot-outer {
    background: #2d2d2d url(../images/map.png);
    background-size: cover;
    padding-bottom: 30px;
    border-bottom: 1px solid #757575;
}

.foot-outer .foot-head {
    border-bottom: 1px solid #757575;
}

.foot-outer .foot-head h1 {
    color: #fff;
}

.foot-outer .foot-head h1 span {
    color: #b7d436;
}

.foot-outer .foot-head ul {
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.foot-outer .foot-head ul li {
    display: inline-block;
    color: #fff;
    font-family: 'neosansregular';
    font-size: 19px;
    padding: 0 20px;
}

.foot-outer .foot-head ul li span {
    color: #b7d436;
}

.foot-outer .foot-head ul li:first-child {
    border-right: 1px solid #fff;
}

.foot-nav h4 {
    font-size: 22px;
    font-family: 'neosansmedregular';
    color: #fff;
    margin: 5px 0 5px;
    line-height: 30px;
}

.foot-nav p {
    font-family: "neosansregular";
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
}

.foot-nav h4 span {
    color: #b7d436;
}

.foot-nav ul {
    list-style: none;
}

.foot-nav ul li {
    color: #fff;
    font-family: 'neosansregular';
    list-style: url(../images/list-arrow.png);
    list-style-position: inside;
    margin-bottom: 5px;
}

.foot-nav input[type="text"] {
    background: #fff url("../images/mail-news.png") no-repeat scroll left center;
    border-radius: 0;
    padding-left: 40px;
}

.foot-nav input[type="text"]:focus {
    box-shadow: 0 0 6px #b7d436;
}

.social-foot {
    list-style: none;
    margin-bottom: 10px;
}

.social-foot li {
    display: inline-block;
    color: #fff;
}

.social-foot li a {
    color: #fff;
    line-height: 0;
    margin-right: 5px;
    padding: 10px 10px 7px;
}

.social-foot li:first-child a {
    background-color: #4f6cbc;
}

.social-foot li:nth-child(2) a {
    background-color: #2d95ea;
}

.social-foot li:nth-child(3) a {
    background-color: #4275aa;
}

.social-foot li:last-child a {
    background-color: #fb541f;
}

.footer-main {
    background-color: #1f1f1f;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-family: 'neosansregular';
}

.footer-main ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-main ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'neosansregular';
}

.footer-main ul li a:hover {
    color: #b7d436;
    transition: 0.4s;
}

.test-main {
    overflow: hidden;
}

.pre-load {
    width: 100%;
    height: 100%;
    background: #fff url(../images/pie.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}


.list-cmn {
    color: #222222;
    font-size: 16px;
    list-style: outside;
    margin: 15px 10px 0 50px;
}

.bttn-cmn {
    background-color: #01273a;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.bttn-cmn:hover, .bttn-cmn:focus {
    color: #fff;
    text-decoration: none;
}

.list-cmn li {
    padding: 5px;
}

.dropdown-toggle {
    background: rgba(0, 0, 0, 0) url("../images/drop-arrow.png") no-repeat scroll right center / auto 100%;
    padding-right: 30px !important;
}

.pack-box-1 {
    border: 1px solid #ccc;
    padding-bottom: 28px;
    border-bottom: 5px solid #01273a;
}

.list-cmn {
    list-style-image: url(../images/check-p.png);
}

.pack-box-1 h2 {
    padding: 25px 10px 25px 10px;
    border-bottom: 1px solid #ccc;
}

.package-outer {
    margin-bottom: 60px;
    margin-top: 40px;
}

.package-main {
    border: 1px solid #ccc;
    padding-bottom: 15px;
}

.package-main h2 {
    text-align: center;
    padding: 25px 10px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.package-price {
    text-align: center;
    padding-top: 18px;
    min-height: 95px;
    margin-bottom: 0px;
}

.package-price h1 {
    font-size: 34px;
    color: #01273a;
    font-family: 'HelveticaBold';
}

.package-price p {
    color: #222223;
    font-size: 14px;
}

.package-cont {
    min-height: 115px;
}

.package-cont p {
    text-align: center;
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
}

.free:hover {
    box-shadow: 0 0 10px #ffddd7;
    transition: 0.6s;
}

.free h2::after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #f37259;
    bottom: -9px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

.free h2 {
    background-color: #f37259;
}

.free .package-price {
    background-color: #ffddd7;
}

.free {
    border-bottom: 5px solid #f37259;
}

.free .bttn-cmn:hover {
    transition: 0.6s;
    background-color: #f37259;
}

.basic:hover {
    box-shadow: 0 0 10px #cffcb9;
    transition: 0.6s;
}

.basic h2::after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #50ad23;
    bottom: -9px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

.basic h2 {
    background-color: #50ad23;
}

.basic .package-price {
    background-color: #cffcb9;
}

.basic {
    border-bottom: 5px solid #50ad23;
}

.basic .bttn-cmn:hover {
    transition: 0.6s;
    background-color: #50ad23;
}

.head-cmn {
    font-size: 22px;
    color: #01273a;
    font-family: 'neosansbold';
    padding: 20px 0 10px;
}

.delux:hover {
    box-shadow: 0 0 10px #cedfff;
    transition: 0.6s;
}

.delux h2::after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #2664d5;
    bottom: -9px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

.delux h2 {
    background-color: #2664d5;
}

.delux .package-price {
    background-color: #cedfff;
}

.delux {
    border-bottom: 5px solid #2664d5;
}

.delux .bttn-cmn:hover {
    transition: 0.6s;
    background-color: #2664d5;
}

.prem:hover {
    box-shadow: 0 0 10px #cedfff;
    transition: 0.6s;
}

.prem h2::after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #a241f4;
    bottom: -9px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

.prem h2 {
    background-color: #a241f4;
}

.prem .package-price {
    background-color: #e9d0ff;
}

.prem {
    border-bottom: 5px solid #a241f4;
}

.prem .bttn-cmn:hover {
    transition: 0.6s;
    background-color: #a241f4;
}

.comp-bar {
    background-color: #01273a;
    padding: 10px 10px 7px;
    margin: 25px 0;
}

.comp-bar h2 {
    color: #fff;
    padding: 0;
    margin: 0;
}

.pack-box-2 {
    border: 1px solid #ccc;
    border-top: 5px solid #01273a;
}

.pack-feat {
    color: #01273a;
    list-style: outside none none;
}

.pack-feat li {
    border-bottom: 1px solid #ccc;
    height: 60px;
    overflow: hidden;
    padding: 10px 10px 5px;
    line-height: 20px;
}

.pack-cont-2 {
    border: 1px solid #ccc;
}

.border-red {
    border-top: 5px solid #f37259;
}

.border-green {
    border-top: 5px solid #50ad23;
}

.border-blue {
    border-top: 5px solid #2664d5;
}

.border-prpl {
    border-top: 5px solid #a241f4;
}

.pack-default li {
    background: url(../images/default-check.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pack-feat .true {
    background: url(../images/true-check.png);
    background-repeat: no-repeat;
    background-position: center;
}


/*7-28-16*/
.guarant-start {
    border-top: 1px solid #ccc;
}

.cmn-slider {
    text-align: center;
    background-size: cover;
    background-position: center;
}

.cmn-slider h1 {
    color: #fff;
    margin: 100px 0 10px;
}

.cmn-slider .breadcrumb {
    background: none;
    margin-bottom: 100px;
}

.cmn-slider .breadcrumb li a {
    color: #fff;
}

.cmn-slider h1 span {
    color: #b7d436;
}

.service-page {
    background: url(../images/service-bg.jpg);
}

.main-content {
    padding-top: 50px;
    padding-bottom: 70px;
}

.cmn-head {
    font-size: 40px;
    font-family: 'neosansbold';
    color: #9abb06;
    line-height: 48px;
}

.page-head p {
    color: #222;
    margin: 10px 10px 10px 0;
    text-align: left;
}

.cmn-head span {
    color: #01273a;
}

.page-head img {
    max-height: 250px;
    border: 1px solid #000;
    float: right;
}

.page-heading {
    font-size: 30px;
    margin: 15px 0 15px;
    font-family: 'neosansbold';
    color: #9abb06;
}

.mar-0 {
    margin-top: 0;
}

.map-main {
    border: 1px solid #ccc;
}

.map-main iframe {
    bottom: 0;
    height: 430px;
    margin: 0 0 -5px;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
}

.contact-form label {
    font-weight: normal;
    color: #222222;
    font-size: 16px;
}

.contact-form input {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 47px;
}

.contact-form textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    resize: vertical;
    min-height: 50px;
    max-height: 200px;
}

.contact-form .bttn-cmn {
    padding: 6px 20px;
}

.contact-addrs {
    background: #f1f1f1 url(../images/map-bg.png);
    background-position: center;
    padding: 10px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding-bottom: 40px;
}

.ico-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.cont-border {
    border-bottom: 1px solid #ccc;
}

.ico-img {
    position: absolute;
    top: 5px;
}

.ico-cont {
    max-width: 418px;
    padding-left: 60px;
}

.social-outer-cont {
    list-style: none;
    margin-top: 24px;
}

.social-outer-cont li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}

.form-main {
    margin: 10px 0 30px;
}

.form-main label {
    font-weight: normal;
}

.capcha-outer {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}

.capcha-outer a {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: block;
    width: 30px;
    height: 34px;
    transform: rotate(0deg);
    background: url(../images/reload.png);
    transition: 0.6s;
}

.capcha-outer a:hover {
    transform: rotate(360deg);
    transition: 0.6s;
}

.form-main input, .form-main select, .form-main textarea {
    border-radius: 0;
    resize: none;
}

.social-outer-cont li:first-child a {
    background-color: #3b5998;
}

.social-outer-cont li:nth-child(2) a {
    background-color: #00aced;
}

.social-outer-cont li:nth-child(3) a {
    background-color: #007bb6;
}

.social-outer-cont li:nth-child(4) a {
    background-color: #517fa4;
}

.social-outer-cont li a {
    border-radius: 20px;
    display: block;
    font-size: 20px;
    height: 35px;
    padding: 2px 0;
    text-align: center;
    width: 35px;
}

.social-outer-cont li a i {
    color: #fff;
}

.box-cmn {
    border: 1px solid #ccc;;
    border-bottom: 3px solid #9abb06;
    padding: 5px;
    margin-bottom: 20px;
    min-height: 160px;
}

.box-cmn ul {
    list-style: none;
}

.box-cmn ul li {
    float: left;
    max-width: 210px;
}

.box-cmn li:first-child {
    width: 30%;
}

.box-cmn li:last-child {
    width: 69%;
}

.box-cmn h6 {
    font-size: 16px;
    margin-left: 5px;
    font-family: 'neosansmedregular';
    color: #01273a;
    margin-bottom: 5px;
}

.box-cmn p {
    font-size: 14px;
    color: #6a6a6a;
    margin-left: 5px;
    margin-bottom: 5px;
}

.box-cmn a {
    margin-left: 5px;
    font-size: 14px;
    background: url(../images/sm-arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
    color: #a2c11b;
}

.side-bar {
    background: #f5f5f5;
    padding: 10px 10px 30px 10px;
    border: 1px solid #ccc;
}

.side-bar h2.head-cmn {
    border-bottom: 1px solid;
    margin: 0;
    padding: 10px 0;
    margin-bottom: 15px;
}

.side-bar ul {
    list-style: url(../images/sm-arrow.png);
    margin-left: 24px;
    margin-bottom: 15px;
}

.side-bar ul li a {
    color: #222;
    font-size: 14px;
}

.side-bar h3 a {
    font-size: 18px;
    font-family: 'open_sanssemibold';
    color: #aacb19;
}

.ser-1 {
    background: url(../images/ser-1.jpg);
}

.ser-2 {
    background: url(../images/ser-2.jpg);
}

.ser-3 {
    background: url(../images/ser-3.jpg);
}

.ser-4 {
    background: url(../images/ser-4.jpg);
}

.ser-5 {
    background: url(../images/ser-5.jpg);
}

.ser-6 {
    background: url(../images/ser-6.jpg);
}

.ser-7 {
    background: url(../images/ser-7.jpg);
}

.ser-8 {
    background: url(../images/ser-8.jpg);
}

/*responsive start*/
@media screen and (max-width: 1199px) {
    .nav-outer .navbar-nav > li.dropdown > a {
        font-weight: lighter;
        font-size: 14px;
    }

    .logo-left img {
        margin: 23px 0;
    }

    .logo-right ul li .input-group {
        max-width: 100%;
        width: 187px;
    }

    .logo-right ul {
        margin: 56px 0;
    }
}

@media screen and (max-width: 991px) {
    .top-bar p {
        text-align: center;
    }

    .social-outer {
        margin: 5px auto;
        text-align: center;
        width: 100%;
    }

    .logo-left img {
        margin: 20px auto;
    }

    .logo-right ul {
        list-style: outside none none;
        margin: 0 auto 25px;
        text-align: center;
        width: 100%;
    }

    .logo-right ul li {
        display: inline-block;
        margin-left: 20px;
    }

    .nav-outer .nav.navbar-nav li a {
        font-size: 10px;
        padding: 10px 25px 10px 5px;
    }

    .home a {
        padding: 10px 5px;
    }

    .home a i {
        font-size: 18px;
    }

    .box-outer ul li {
        height: 130px;
        width: 14%;
    }

    .box-outer span {
        font-size: 14px;
    }

    .box-outer ul li a {
        padding: 5px;
    }

    .social-foot li a {
        padding: 9px 5px 5px;
    }

    .box-outer img {
        width: 46px;
    }

    .box-outer ul li a {
        padding: 20px 5px 5px;
    }

    .item .carousel-caption {
        top: 5%;
    }

    .slider-outer h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .slider-outer h1 .head-col-1 {
        font-size: 25px;
    }

    .slider-outer h1 .head-col-2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .nav-outer .nav {
        width: 100%;
    }

    .nav-outer .nav li {
        width: 100%;
    }

    .nav-outer .nav.navbar-nav a {
        font-size: 14px;
        padding: 10px 25px;
    }

    .nav-outer .navbar-nav .open .dropdown-menu {
        background-color: #01273a;
    }

    .slider-outer .item {
        height: 400px;
    }

    .slider-outer h1 {
    }

    .slider-outer .item {
        height: auto;
    }

    .ser-inner {
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px;
    }

    .foot-nav ul {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 628px) {
    .logo-right ul li {
        margin-left: 10px;
    }

    .logo-right a {
        font-size: 13px;
    }

    .box-outer ul li {
        height: 115px;
    }

    .box-outer span {
        font-size: 12px;
    }

    .box-outer span img {
        width: 25px;
    }

    .item .carousel-caption {
        width: 100%;
    }
}

@media screen and (max-width: 554px) {
    .logo-right ul li input[type="text"] {
        font-size: 12px;
        width: 100%;
    }

    .logo-right ul li:first-child {
        margin-left: 0;
        width: 100%;
    }

    .logo-right ul li .input-group {
        max-width: 100%;
        width: 100%;
    }

    .box-outer ul li {
        display: inline-block;
        float: none;
        margin: 10px;
        width: 25%;
    }

    .box-outer ul li {
        width: 25%;
        margin: 10px;
    }

    .box-outer span img {
        width: 35px;
    }

    .box-outer span {
        margin-top: 23px;
    }

    .slider-outer h1 {
        margin-top: 50px;
        font-size: 30px;
    }

    .slider-outer h1 .head-col-1, .slider-outer h1 .head-col-2 {
        font-size: 30px;
    }

    .slider-outer .item {
        height: 300px;
    }

    .item img {
        height: 100% !important;
    }

    .logo-right ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 475px) {
    .logo-outer ul li:first-child {
        width: 100%;
    }

    .logo-right ul li input[type="text"] {
        width: 100%;
    }

    .slider-outer h1 {
        font-size: 20px;
        margin-top: 0;
        line-height: 27px;
    }

    .slider-outer p {
        font-size: 13px;
    }

    .slider-outer a {
        font-size: 18px;
        margin: 13px auto;
        padding: 3px 0;
        width: 132px;
    }

    .slider-outer h1 .head-col-1, .slider-outer h1 .head-col-2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 320px) {
    .slider-outer h1 {
        font-size: 20px;
        margin-top: 25px;
        line-height: 30px;
    }

    .slider-outer h1 .head-col-1, .slider-outer h1 .head-col-2 {
        font-size: 20px;
    }

    .slider-outer .item {
        height: 260px;
    }

    .main-heading {
        font-size: 20px;
    }
}


/*************************NIRAJ***************************/

.item-new-list {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.item-new-list .feature-new-warp {
    width: 57.265%;
    position: relative;
}

.item-new-list .feature-new-warp img {
    -webkit-filter: contrast(90%);
    filter: contrast(90%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-new-list .feature-new-warp img {
    min-width: 100%;
    max-width: none;
    min-height: 384px;
}

.item-new-list .box-new-info {
    width: 48.88888%;
    position: absolute;
    right: 0px;
    top: 5%;
    background: #f6f6f6;
    height: 89.583333%;
    padding: 35px;
}

.new-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px 8px 20px;
    background: rgba(10, 44, 78, 0.9);
}

.item-new-list .box-new-info .new-info {
    padding: 0;
    position: static;
    display: inline-block;
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
}

.item-new-list .box-new-info .new-info h4 {
    margin-bottom: 14px;
}

.item-new-list .box-new-info .new-info p {
    color: #727272;
}

.new-info p:nth-of-type(1) {
    text-align: left;
}

.new-info p, .new-info p a {
    color: #fff;
}

.new-info p {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
}

.item-new-list .box-new-info .tapo {
    margin-bottom: 30px;
}

.btn-sub-color {
    background: #ffb600;
    color: #fff;
}

.ot-btn {
    font-size: 13px;
    text-align: center;
    padding: 0 22px;
    line-height: 42px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.new-info p i {
    color: #ffb600;
    font-size: 13px;
    margin-right: 5px;
}

.new-detail-warp {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100%;
    height: auto;
}

.new-info-detail {
    position: static;
    background: transparent;
    padding: 0;
    margin: 40px 0 25px 0;
    display: inline-block;
    width: 100%;
}

blockquote.main-bq {
    border-left-color: #0a2c4e;
}

blockquote {
    background: #f6f6f6;
    padding: 35px;
    line-height: 32px;
    font-size: 18px;
    color: #222;
    margin: 30px 0;
}

blockquote footer {
    padding: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

.footer-post {
    padding: 17px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.footer-post p.tags-post {
    display: inline-block;
    float: left;
    line-height: 36px;
    margin-bottom: 0;
}

.footer-post ul.footer-post-share {
    display: inline-block;
    float: right;
}

.widget-footer-social-1 {
    list-style: none;
}

.widget-footer-social-1 li {
    display: inline-block;
    list-style: none
}

.widget-footer-social-1.footer-post-share li a {
    background: #f6f6f6;
    color: #222;
    line-height: 38px;
    width: 36px;
    height: 36px;
}

.widget-footer-social-1 li a {
    display: block;
    margin-right: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.new-info-detail p {
    color: #727272;
    max-width: 160px;
    margin-bottom: 0;
}

.new-info-detail h4 {
    margin-bottom: 20px;
}

.new-info-detail h4 a {
    color: #222;
    font-size: 24px;
    line-height: 20px;
}

.content-new-detail p {
    text-align: justify
}

.product-block-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 62px 30px 41px 303px;
    margin-bottom: 70px;
    transition: all 500ms ease;
}

.product-block-one .image-box {
    position: absolute;
    left: 50px;
    top: -40px;
    width: 203px;
    height: 303px;
}

.product-block-one .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.product-block-one .content-box .icon-box {
    position: relative;
    display: block;
    top: -21px;
    font-size: 48px;
    color: #f18f20;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.product-block-one .content-box span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
    transition: all 500ms ease;
}

.product-block-one .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Exo 2', sans-serif;
    color: #2b3132;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.product-block-one .content-box h3 a {
    position: relative;
    display: inline-block;
    color: #2b3132;
    font-size: 20px;
    line-height: 30px;
}

.product-block-one .content-box .link a {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #008391;
    letter-spacing: 2px;
    transition: all 500ms ease;
    text-transform: uppercase;
}

.feature-box-long {
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fff;
    /*-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
    margin: 15px 0px;
    padding: 30px 40px 35px 40px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-box-long i {
    color: #d21e2b;
    font-size: 65px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-box-long h3 {
    font-size: 19px;
    font-weight: 500;
    color: #111;
    margin: 25px 0px 15px 0px;
}

.feature-box-long p {
    font-size: 15px;
    font-weight: 400;
}


.img-p {
    width: 80%;
    margin: auto;
    float: none
}

.img-p img {
    width: 100%;
}

.cb-h1 {
    background: url(../images/cb-h1.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.box-outer ul li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 35px 4px;
    transition: 0.6s;
}

.foot-nav ul li a {
    color: #fff;
}


.sr_sidebar_tab .single-services-menu {
    background: #f7f7f7;
    overflow: hidden;
    border: 0px;
}

.sr_sidebar_tab .single-services-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin: 0px;
}

.sr_sidebar_tab .single-services-menu li a {
    display: block;
    font: 500 14px/40px "Raleway", sans-serif;
    letter-spacing: 0.5px;
    color: #888;
    padding: 10px 20px;
    border-radius: 0px;
    position: relative;
    border: 0px;
    border-left: 2px solid transparent;
    margin: 0px;
    z-index: 1;
}

.sr_sidebar_tab .single-services-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #505cfe;
    opacity: 1;
    -webkit-transform: translate3d(-101%, 0px, 1px);
    transform: translate3d(-101%, 0px, 1px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}

.sr_sidebar_tab .single-services-menu li:hover a {
    border-color: #505cfe;
    color: #fff;
}

.sr_sidebar_tab .single-services-menu li.active a {
    border: 0px;
    border-radius: 0px;
    background: none;
    border-left: 2px solid #505cfe;
    font-weight: 600;
}

.sr_sidebar_tab .single-services-menu li:hover a:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sr_sidebar_tab {
    border: 1px solid #ccc;
    padding-bottom: 0;
    border-bottom: 5px solid #01273a;
}

.sr_sidebar_tab h2 {
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    color: #01273a;
    font-family: 'neosansbold';
}

.tab-box {
    width: 100%;
    min-height: 547px;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 28px;
    display: inline-block;
    padding-top: 15px;
    border-bottom: 5px solid #01273a;
}

.read-more {
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    margin-top: 0px;
    padding-bottom: 0;
}

.read-more a {
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: inline-block;
}

.read-more a:before {
    content: "\f107";
    font: normal normal normal 23px FontAwesome;
    right: 0;
    position: absolute;
    line-height: 18px;
}

.tab-content .bttn-cmn {
    min-width: 155px !IMPORTANT;
    /* width: 100% !IMPORTANT; */
    display: inline-block;
}

.show-more.tab-pane {
    display: none;
    width: 100%;
    float: left;
    padding: 0px 15px;
    padding-top: 20px;
}

.show-more.active {
    display: block;
}

.list-so {
    width: 50%;
    float: left;
}

.list-so h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.list-so ul {
    padding-left: 33px;
}

.list-so ul li {
    list-style: none;
    list-style: none;
    position: relative;
    line-height: 28px;
    font-size: 16px;
    color: #01273a;
}

.list-so ul li:before {
    content: "\f00c";
    font: normal normal normal 16px FontAwesome;
    left: -29px;
    position: absolute;
    line-height: 29px;
}

.h2-t h2 {
    line-height: 38px;
    padding-top: 28px;
    font-size: 36px;
}

.border-l {
    width: 100%;
    float: left;
    padding: 13px;
}

.border-l-r {
    border: 2px solid #f37259;
}

.border-l-g {
    border: 2px solid #50ad23;
}

.border-l-b {
    border: 2px solid #2664d5;
}

.border-l-p {
    border: 2px solid #a241f4;
}

.side-bar h3 {
    font-size: 18px;
    font-family: 'open_sanssemibold';
    color: #aacb19;
    margin-bottom: 10px;
    margin-top: 20px;
}

.side-bar3 p {
    text-align: justify;
}


.signwrapper {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.sign-overlay {
    background-image: url(../images/dot.png);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}

.signpanel {
    background-color: rgba(0, 0, 0, 0.95);
    background-image: -webkit-linear-gradient(left, transparent 0%, #1b1f27 100%);
    background-image: -o-linear-gradient(left, transparent 0%, #1b1f27 100%);
    background-image: linear-gradient(to right, transparent 0%, #1b1f27 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff1b1f27', GradientType=1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    opacity: .75;
}

.signup {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
    width: 900px;
}

.signup .row > div:first-child {
    padding-left: 10px;
}

.signup .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.signup .panel {
    background-color: rgba(38, 43, 54, 0.9);
    padding: 20px 20px 40px 20px;
}

.signwrapper .panel-heading {
    padding-top: 10px;
}

.signwrapper .panel-body {
    padding-bottom: 0;
}

.panel-heading + .panel-body {
    padding-top: 0;
}

.panel-body {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.btn-fb {
    color: #ffffff;
    background-color: #3a5795;
    border-color: transparent;
}

.or {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.or:before {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 8px;
    left: 0;
}

.or:after {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 8px;
    right: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.signwrapper .form-control {
    border-color: transparent;
    background-color: #fff;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #262b36;
    background-color: #fcfcfd;
    background-image: none;
    border: 1px solid #bdc3d1;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.signup .row > div:first-child {
    padding-left: 10px;
}

.signup .row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.signup .row > div:last-child {
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}

form .form-group:last-child {
    margin-bottom: 0;
}

.signwrapper .form-control {
    border-color: transparent;
    background-color: #fff;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.mb20 {
    margin-bottom: 20px;
}

.ckbox, .rdiobox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 18px;
}

.ckbox input[type='checkbox'] {
    opacity: 0;
    margin: 0 5px 0 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.ckbox span:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #dbdfe6;
    border-radius: 1px;
    top: 2px;
    left: 0;
    position: absolute;
}

form .form-group:last-child {
    margin-bottom: 0;
}

.btn-quirk {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: .5px;
}

.btn-success {
    color: #ffffff;
    background-color: #259dab;
    border-color: transparent;
}

.ckbox input[type='checkbox']:checked + span:after {
    display: block;
}

.ckbox span:after {
    left: 2.5px;
    top: 0;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 9px;
    color: #696c74;
    display: none;
    width: 15px;
    top: 0;
    position: absolute;
}

.ckbox span {
    font-size: 13px;
    color: #999;
}

.signup h1 {
    color: #259dab;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.signwrapper .panel-title {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    text-transform: none;
    font-weight: 200;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .7px;
}

.signup .sign-sidebar {
    padding: 33px 40px 0;
}

.signup .signtitle {
    font-family: 'open_sansbold';
    color: #b7d436;
    font-weight: 200;
    letter-spacing: .5px;
    margin-top: 0;
}

.signup .sign-sidebar p {
    line-height: 21px;
    font-weight: 200;
    letter-spacing: .5px;
    font-size: 14px;
}

.signup .sign-sidebar .reason {
    font-weight: 700;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fff;
}

.signup .sign-sidebar h4 {
    margin: 0 0 20px;
    font-family: 'open_sansbold';
    color: #b7d436;
}

.signwrapper .btn-sign {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
}

.btn-stroke-thin {
    border-width: 1px;
    font-weight: 600;
}

.btn-stroke {
    background-color: transparent;
    border-width: 2px;
    padding: 9px 11px;
}

.btn-quirk {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.signwrapper .btn-sign:hover, .signwrapper .btn-sign:focus {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.signin {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(38, 43, 54, 0.9);
    padding: 20px;
    z-index: 300;
}

.signin h1 {
    color: #259dab;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.signin .forgot:hover, .signin .forgot:focus {
    color: #fff;
}

.signin .forgot {
    margin: 0px 0 21px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.icon-d {
    width: 50px;
    font-size: 23px;
    height: 50px;
    display: inline-block;
    background: #9abb06;
    border-radius: 50px;
}

.icon-d i {
    font-size: 26px;
    color: #fff;
    line-height: 50px;
}

.f-t-text h3 {
    color: #111;
    margin: 15px 0px 15px 0px;
}

.f-t-text {
    padding-bottom: 20px !important;
}

.col-sm-8 p {
    text-align: justify
}

.feature-box-long p {
    font-size: 15px;
    font-weight: 400;
    text-align: center !IMPORTANT;
}

.heading-t h1 {
    text-align: center !important
}

.heading-t p {
    font-size: 15px;
    text-align: center !important
}

.heading-t {
    margin-bottom: 25px;
}

.service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.service__icon {
    height: 55px;
    width: 55px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    margin-right: 30px;
}

.service__content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.service__content h5 {
    text-transform: uppercase;
    color: #b7d436;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
}

.service__content h5 a {
    color: #b7d436;
}

.service__content p {
    margin-bottom: 0;
}

.calculate-section {
    background: url(../images/calculate_bg.jpg) no-repeat top center;
    padding: 99px 0;
}

.cont-t h1 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #9abb06;
}

.about-area__image {
    width: 100%;
}

.about-area__image img {
    width: 100%;
}

.about-area__content {
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 25px;
}

.about-area__content h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #474747;
}

.about-area__content h3 {
    padding-right: 60px;
}

.about-area__content h3 {
    color: #9abb06;
    text-transform: uppercase;
    padding-right: 170px;
    margin-bottom: 25px;
    line-height: 31px;
}

.about-area__content p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.our-philosophy {
    position: relative;
    padding: 120px 0px;
    background: #f4f3f0;
    width: 100%;
}

.our-philosophy:before {
    position: absolute;
    content: '';
    background: #9abb06;
    width: 33.333%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.our-philosophy .image-box img {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.our-philosophy .content-box {
    position: relative;
    margin: -7px 0px 0px 70px;
}

.our-philosophy .sec-title {
    margin-bottom: 54px;
}

.sec-title span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #9abb06;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.our-philosophy .sec-title h2 {
    margin-bottom: 23px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 33px;
    line-height: 45px;
    font-weight: 900;
    color: #9abb06;
    margin-bottom: 22px;
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #737879;
}

.our-philosophy .content-box .list li {
    position: relative;
    display: block;
    background: #ffffff;
    margin-left: 30px;
    padding: 38px 20px 42px 50px;
    margin-bottom: 20px;
}

.our-philosophy .content-box .list li span {
    position: absolute;
    left: -30px;
    top: 22px;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #ffffff;
    background: #9abb06;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}

.our-philosophy .content-box .list li h4 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    color: #2b3132;
}

.pg-advisor__experience, .mar-top-80 {
    margin-top: 48px;
}

.pg-advisor__experience h3 {
    color: #303030;
    font-size: 24px;
    line-height: 28px;
    padding-left: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pg-advisor__experience ul {
    padding-left: 0;
    margin-bottom: 83px;
    list-style: none;
}

.pg-advisor__experience ul li {
    padding-left: 51px;
    position: relative;
    padding-bottom: 40px;
}

.pg-advisor__experience ul li:before {
    content: "";
    left: 10px;
    top: 20px;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #b7b7b7;
    height: calc(100% - 20px);
}

.pg-advisor__experience ul li h6 {
    text-transform: uppercase;
    color: #494949;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pg-advisor__experience ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pg-advisor__experience ul li:last-child {
    padding-bottom: 0;
}

.pg-advisor__experience ul li:hover h6 {
    color: #9abb06;
}

.pg-advisor__experience ul li:hover:after {
    border-color: #9abb06;
    background: #9abb06;
}

.con-bank p {
    text-align: justify
}

.discover-section .content-box {
    position: relative;
    display: block;
    margin-left: 30px;
    background: #f4f3f0;
    padding: 68px;
}

.discover-section .content-box .sec-title {
    margin-bottom: 40px;
}

.discover-section .content-box .middle-content {
    position: relative;
    padding: 0px 0px 0px 1px;
    margin-bottom: 32px;
}

.discover-section .content-box .text {
    position: relative;
    display: block;
    text-align: justify;
    font-size: 16px;
    line-height: 27px;
}

.discover-section .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 27px;
}

.discover-section .image-content .image-box {
    position: relative;
    margin-bottom: 30px;
}

.discover-section .image-content .image-box img {
    width: 100%;
}

.discover-section .image-content .lower-content {
    position: relative;
    display: block;
    background: #b7d436;
    text-align: center;
    padding: 26px 15px 31px 15px;
}

.discover-section .image-content .lower-content h3 {
    color: #ffffff;
}

.item-branche {
    margin: 0;
    margin-bottom: 30px;
    background: #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-branche h3 {
    background: #282828;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-locaition h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    color: #fff;
}

.item-locaition .inner-location {
    padding: 30px 20px !important;
}

.item-locaition p {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    font-size: 15px;
    padding-left: 25px;
}

.item-locaition p i {
    color: #b7d436;
    position: absolute;
    top: 3px;
    font-size: 16px;
    left: 0;
    display: block;
}

.item-branche:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
}

.item-branche:hover h3 {
    background: #b7d436;
}


.logo-left img {
    max-width: 100%;
}

.nav-outer .navbar-nav > li.dropdown > a {
    padding-right: 29px;
}

/*======================= Home Page Tax Services Start ==============*/

.pro-outer .tax-services-border {
    border: 1px solid #fff;
    padding: 5px 20px 10px 20px;
}

.pro-outer .tax-services-border .tax-services-title {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}

.pro-outer .tax-services-border .tax-services-form label {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.ser-con:hover p,
.ser-con:hover a {
    font-size: 12px;
    line-height: 1.5;
}

.ser-con ul li {
    font-size: 11px;
    color: #fff;
}

/*======================= Home Page Tax Services End ==============*/


.card {
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 6px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.card .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body h3 {
    font-size: 16px;
    font-family: 'neosansbold';
    /*line-height: 24px;*/
    margin: 0px 0 5px;
    text-align: left;
    color: darkblue;
}

.card-body p {
    font-size: 15px;
}

.card-body ul {
    margin-top: 10px;
    margin-left: 25px;
}

.card-body ul li {
    font-size: 15px;
}


@media only screen and (max-width: 600px) {
    .navbar-collapse {
        padding-left: 15px !important;
    }

    .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .top-bar p {
        font-size: 14px;
    }

    .item .carousel-caption {
        top: 37%;
    }
}

.ser-5,
.ser-1 {
    background-position: center;
}

.logo-left img {
    margin-top: 10px;
}

.border-dark-1 {
    border: 1px solid #000;
}


.foot-outer .foot-head {
    border-bottom: 0;
}


.top-bar p a,
.foot-outer .foot-head h1 span,
.foot-outer .foot-head ul li span,
.cmn-slider h1 span,
.page-heading {
    color: var(--dark-green-color);
}

.nav-outer .navbar-nav > li a:hover {
    color: var(--nav-hover-color);
}

.slider-outer h1 .head-col-1 {
    color: var(--light-green-color);
}

.bttn-cmn,
.logo-right a span,
.slider-outer a {
    background: var(--dark-blue-bg);
}

.foot-outer .foot-head ul li span {
    font-weight: bold;
}

.btn-warning {
    background: var(--btn-bg);
    border-color: #fff;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.bttn-cmn, .slider-outer a:hover {
    background: var(--btn-bg) !important;
    border-color: #fff !important;
    box-sizing: border-box;
}

.ser-con h3 {
    color: var(--dark-blue-color);
    text-shadow: 0px 1px #000;
}

.ser-5,
.ser-1 {
    background-size: cover !important;
}

.ser-con {
    bottom: -220px;
    padding: 0px 10px 5px 10px;
}


.service-1 {
    background: url("../images/services/1.jpg");
    background-repeat: no-repeat;
}

.service-2 {
    background: url("../images/services/2.jpg");
    background-repeat: no-repeat;
}

.service-3 {
    background: url("../images/services/3.jpg");
    background-repeat: no-repeat;
}

.service-4 {
    background: url("../images/services/4.jpg");
    background-repeat: no-repeat;
}

.service-5 {
    background: url("../images/services/5.jpg");
    background-repeat: no-repeat;
}

.service-6 {
    background: url("../images/services/6.jpg");
    background-repeat: no-repeat;
}

.service-7 {
    background: url("../images/services/7.jpg");
    background-repeat: no-repeat;
}

.service-8 {
    background: url("../images/services/8.jpg");
    background-repeat: no-repeat;
}


.foot-nav h4 span {
    color: var(--dark-blue-color);
}


/*header nav start*/
@media screen and (min-width: 1490px) {
    .container {
        width: 1350px;
    }

    header .navbar .container #bs-example-navbar-collapse-1 ul li a {
        padding: 15px 19px;
    }
}

@media screen and (min-width: 1650px) {
    .container {
        width: 1500px;
    }

    header .navbar .container #bs-example-navbar-collapse-1 ul li a {
        padding: 15px 27px;
    }
}

.foot-nav p {
    color: #fff;
}

.tax-services-form p.text-success {
    text-align: left !important;
    color: #fcbe0e !important;
}