@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap);
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif!important;
    overflow-X: hidden
}

img {
    max-width: 100%
}

a,
button {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif!important;
    font-weight: 700
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section {
    margin-top: 30px
}

header {
    position: relative;
    background: #510b6a;
    padding: 15px 0 50px
}

header p {
    color: #333;
    font-size: 22px;
    line-height: 26px;
    margin: 40px 0 0;
    text-align: right;
    font-weight: 700
}

header p span {
    color: #26c9ff;
    text-transform: uppercase;
    font-size: 20px
}

.shape:before {
    border-left: 35px solid transparent;
    border-top: 36px solid #616161;
    content: "";
    display: block;
    height: 0;
    left: -35px;
    position: absolute;
    top: 0;
    width: 0
}

.shape {
    position: relative
}

.top_link:after {
    width: 50%;
    height: 36px;
    background: #616161;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.top_link {
    background: #616161;
    line-height: 36px;
    height: 36px;
    margin-left: 25%
}

.top_link ul {
    list-style: none;
    padding-left: 25px;
    margin: 0
}

.top_link li {
    display: inline-block
}

.top_link a {
    color: #fff;
    font-size: 15px;
    margin-right: 10px
}

.top_link a:hover i {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    transform: rotate(360deg)
}

.top_link a i {
    color: #ffc963;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: text-bottom;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

nav {
    background: #26c9ff;
    border-bottom: 5px solid #118ab3
}

.navbar-default {
    background-color: transparent;
    margin: 0;
    border: none
}

.navbar-nav>li {
    border-right: 1px solid #510b6a
}

.navbar-nav>li:last-child {
    border-right: none
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    padding: 20px 28.5px;
    font-weight: 700
}

.navbar-nav .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding-right: 5px;
    color: #510b6a
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: #320642
}

.navbar-default .navbar-nav>li>a.active i,
.navbar-default .navbar-nav>li>a:hover i {
    color: #fff
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #ffc963;
    color: #000
}

.dropdown-menu {
    padding: 0
}

.dropdown-menu>li {
    border-bottom: 1px solid #fff
}

.dropdown-menu li:last-child {
    border-bottom: none
}

.dropdown-menu>li>a {
    font-size: 18px;
    color: #fff;
    background: #26c9ff
}

.dropdown-menu>li>a:hover {
    color: #000;
    background: #ffc963
}

.banner {
    position: relative
}

.banner img {
    width: 100%
}

.overlay {
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 65%
}

.overlay span {
    color: #ffc963;
    font-size: 34px;
    font-weight: 700;
    font-family: Oswald, sans-serif;
    margin: 0 0 20px 0;
    display: block
}

.overlay p {
    color: #fff;
    font-size: 21px;
    min-height: 100px
}

.overlay button {
    background: rgba(38, 201, 235, .7);
    border: 1px solid #26c9ff!important;
    padding: 11px 25px;
    font-size: 16px;
    color: #fff;
    margin: 10px 5px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase
}

.overlay button::after {
    background: #26c9ff;
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 8%;
    left: 0;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 0;
    transform: translateX(0) translateY(0) rotate(45deg);
    transition: all .3s ease 0s;
    width: 100%;
    z-index: -1
}

.overlay button:hover:after {
    height: 370%;
    opacity: 1;
    top: -50px
}

.Content_Part h1:after,
h2:after,
h3:after,
h4:after,
h5:after {
    background: #510b6a;
    width: 70px;
    height: 2px;
    content: "";
    display: block;
    position: initial;
    margin-top: 15px
}

.Content_Part h1 {
    font-size: 24px;
    color: #510b6a;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 30px
}

.Content_Part p {
    font-size: 14px;
    color: #333;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 23px
}

.How_we_work {
    margin-bottom: 30px;
    padding: 60px 0;
    background: url(../images/pattern-bg.jpg) #510b6a;
    background-attachment: fixed;
    background-position: center
}

.How_we_work h2:after {
    background: #ffc963 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100px;
    right: 0;
    left: 0
}

.How_we_work h2 {
    color: #ffc963;
    font-size: 22px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: Abel, sans-serif;
    font-weight: 700;
    padding-top: 0!important;
    text-align: left
}

.How_we_work p {
    color: #fff;
    margin: 40px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left
}

.step li:before {
    border-left: 1px dotted #ffc963;
    content: "";
    display: block;
    height: 100%;
    left: 25px;
    position: absolute;
    top: 10px;
    width: 1px
}

.step li:last-child::before {
    border: 0 none
}

.step li {
    padding: 0 0 0 70px;
    position: relative;
    transition: all .3s ease-in-out 0s;
    padding-bottom: 55px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.step li:last-child {
    padding-bottom: 0
}

.step li:hover i {
    background: #fff;
    color: #000;
    transform: rotate(360deg)
}

.step i {
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 50px;
    position: absolute;
    left: 0;
    background: #ffc963;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.step span {
    color: #ffc963;
    display: block;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px
}

.step p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left
}

.list h3:after {
    background: #ffc963 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100px
}

.list h4:after {
    background: #ffc963 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100px
}

.list h3 {
    font-size: 20px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: Abel, sans-serif;
    font-weight: 700
}

.list h4 {
    font-size: 20px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.list p {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px
}

.list li::before {
    content: "\f0a4";
    color: #510b6a;
    font-size: 16px;
    font-family: fontawesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.list li {
    margin-bottom: 12px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative
}

.our-services {
    margin-bottom: 30px;
    background: #fff
}

.our-services a p {
    color: #666;
    font-size: 14px;
    margin: 10px 0;
    line-height: 22px
}

.our-services a aside {
    text-transform: uppercase;
    color: #510b6a;
    font-size: 18px;
    font-weight: 700
}

.our-services a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffc963;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px;
    display: block;
    padding: 15px 10px 15px 75px;
    position: relative;
    min-height: 100px;
    background: #fff;
    border-right: 14px solid #ffc963
}

.our-services a:hover {
    border-right: 14px solid #ffc963
}

.our-services a>span::after,
.our-services a>span::before {
    border-bottom: 60px solid #510b6a;
    border-right: 25px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -25px;
    top: -1px;
    width: 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.our-services a>span::after {
    border-bottom-color: #510b6a;
    right: -23px;
    top: -2px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.our-services a>span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #510b6a;
    background: #510b6a;
    color: #fff;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    border-color: #510b6a;
    display: block;
    line-height: 60px;
    height: 60px;
    width: 50px;
    left: -10px;
    position: absolute;
    text-align: center;
    padding: 5px 0 0 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.our-services a>span>i {
    font-size: 28px
}

.our-services a:hover span>i {
    color: #510b6a
}

.our-services a:hover>span::after,
.our-services a:hover>span::before {
    border-bottom-color: #ffc963
}

.our-services a:hover span {
    border-color: #ffc963;
    background: #ffc963;
    color: #fff
}

.top3box {
    margin-bottom: 30px;
    background: #fff
}

.top3box a p {
    color: #666;
    font-size: 16px;
    margin: 10px 0;
    line-height: 22px
}

.top3box a aside {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.top3box a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px;
    display: block;
    padding: 15px 15px 15px 80px;
    position: relative;
    min-height: 150px;
    border-right: 4px solid #ffc963;
    background: #ddf5fd
}

.top3box a>span::after,
.top3box a>span::before {
    border-bottom: 60px solid #ffc963;
    border-right: 25px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -25px;
    top: -1px;
    width: 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top3box a>span::after {
    border-bottom-color: #ffc963;
    right: -23px;
    top: -2px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top3box a>span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffc963 none repeat scroll 0 0;
    border-color: #ffc963 -moz-use-text-color #ffc963 #ffc963;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    border-color: #ffc963;
    display: block;
    line-height: 60px;
    height: 60px;
    width: 50px;
    left: -10px;
    position: absolute;
    text-align: center;
    padding: 5px 0 0 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top3box a>span>i {
    font-size: 28px;
    color: #fff
}

.top3box a:hover>span>i {
    color: #337ab7
}

.top3box button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffc963;
    font-weight: 700
}

.three_step_box {
    position: relative
}

.three_step_box a img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 300px
}

.three_step_box li {
    float: left;
    width: 33.33%;
    font-size: 16px;
    color: #fff;
    padding: 25px 35px;
    position: relative;
    min-height: 140px
}

.three_step_box li p {
    width: 70%;
    margin: 10px 0;
    font-weight: 700
}

.three_step_box li:nth-child(1) {
    background: #ffc963;
    margin-top: 30px
}

.three_step_box li:nth-child(1)::after {
    border-right: 30px solid transparent;
    border-top: 140px solid #ffc963;
    content: "";
    height: 0;
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    z-index: 5
}

.three_step_box li:nth-child(1) p {
    float: right;
    color: #04546e;
    font-weight: 700
}

.three_step_box li:nth-child(2) {
    background: #303030;
    color: #fff;
    font-weight: 700
}

.three_step_box li:nth-child(2) p {
    text-align: center;
    margin: 0 auto
}

.three_step_box li:nth-child(3) {
    background: #26c9ff;
    margin-top: 30px
}

.three_step_box li i {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -50px;
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: arial;
    z-index: -1
}

.one {
    background: #ffc963;
    color: #002e3d!important
}

.two {
    background: #303030
}

.three {
    background: #26c9ff
}

.three_step_box li:nth-child(3)::before {
    border-left: 30px solid transparent;
    border-top: 140px solid #26c9ff;
    content: "";
    height: 0;
    position: absolute;
    left: -30px;
    top: 0;
    width: 0;
    z-index: 5
}

footer {
    background: #1c1c1c;
    padding: 30px 0 70px 0;
    position: relative
}

footer h5 {
    color: #ffc963;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #535353;
    padding-bottom: 0
}

.f-box h5 {
    color: #ffc963;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #535353;
    padding-bottom: 0
}

.f-box h5:after {
    content: '';
    display: block;
    width: 45%;
    height: 1px;
    background: #ffc963;
    z-index: 1;
    position: relative;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.f-box:hover h5:after {
    width: 100%
}

.f-box ul {
    display: block;
    width: 100%;
    float: left
}

.f-box li:last-child {
    margin: 0
}

.f-box li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px
}

.f-box li a {
    text-transform: capitalize;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.f-box li:after {
    position: absolute;
    left: 0;
    top: -2px;
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    color: #ffc963;
    font-size: 20px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

footer p {
    color: #fff
}

footer li {
    margin-bottom: 7px
}

footer li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.contact_info a:hover,
footer li a:hover {
    color: #ffc963
}

.contact_info i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px
}

.footer_logo>a {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.social_link i {
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin: 5px;
    transform: scale(1);
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 15px
}

.fb i {
    background: #3b5998
}

.tw i {
    background: #55acee
}

.gp i {
    background: #dd4b39
}

.pi i {
    background: #cb2027
}

.fb i:hover,
.gp i:hover,
.pi i:hover,
.tw i:hover {
    transform: scale(1.2)
}

.foot_btn {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    text-transform: uppercase;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.foot_btn:hover {
    border: 1px solid #006b95;
    color: #006b95
}

.contact_info a {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    margin-bottom: 15px;
    display: table
}

.contact_info p {
    font-size: 16px;
    margin-bottom: 20px
}

.bottom_footer {
    background: #000;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    line-height: 60px
}

.bottom_footer p {
    color: #fff;
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: inherit
}

.bottom_footer>a:before {
    border-right: 20px solid transparent;
    border-top: 60px solid #000;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    z-index: 5
}

.bottom_footer>a:after {
    border-left: 20px solid transparent;
    border-bottom: 60px solid #000;
    content: "";
    height: 0;
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    z-index: 5
}

.bottom_footer>a {
    background: #000;
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    float: left;
    position: relative
}

.side-box {
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.side-boxk {
    border: 1px solid;
    padding: 15px;
    background: url(../images/side-banner.jpg) no-repeat;
    text-align: center;
    background-size: 100% 100%;
    padding-top: 385px;
    padding-bottom: 50px;
    border-bottom: 3px solid #510b6a
}

.side-boxk aside {
    font-size: 25px;
    margin: 15px 0;
    line-height: 36px;
    color: #510b6a;
    font-weight: 700
}

.side-boxk span {
    text-align: center;
    font-size: 23px;
    color: #eb342b;
    width: 100%;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    white-space: pre-line
}

.side-boxk span:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    border-bottom: 2px solid #31708f
}

.side-box-top {
    border-radius: 7px 7px 0 0;
    padding: 5px 0 70px 0;
    background: url(../images/side-bg.jpg) top no-repeat;
    background-size: 100% 100%
}

.side-box-bottom {
    background: url(../images/side-bg-b.jpg) bottom no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 7px 7px;
    padding: 25px 0 10px 0;
    text-align: center
}

.side-box-bottom button {
    text-align: center
}

.side-box-bottom a img {
    margin-top: 30px;
    width: 200px
}

.side-box-top span {
    text-align: center;
    font-size: 23px;
    color: #002e3d;
    width: 100%;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 15px
}

.side-box-top span:after {
    content: "";
    display: block;
    background: #eb5344;
    width: 303px;
    height: 2px;
    margin: 2px auto 4px auto;
    border-bottom: 1px solid #31708f;
    border-top: 1px solid #31708f
}

.side-box p {
    color: #286090;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-bottom: 0;
    margin-top: 12px;
    font-style: italic;
    font-weight: 700
}

.side-box-bottom p img {
    max-width: 100%;
    margin-right: 8px;
    font-size: 14px!important
}

.form-side {
    padding: 0 20px
}

.overlay .lets_btn {
    background: rgba(255, 213, 38, .8);
    border: 1px solid #ffc963!important;
    padding: 11px 25px;
    font-size: 16px;
    color: #002e3d;
    margin: 5px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}

.overlay .lets_btn::after {
    background: #e3bb14;
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 8%;
    left: 0;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 0;
    transform: translateX(0) translateY(0) rotate(45deg);
    transition: all .3s ease 0s;
    width: 100%;
    z-index: -1
}

.overlay .lets_btn:hover:after {
    height: 370%;
    opacity: 1;
    top: -50px
}

.form-side .form-group {
    margin-bottom: 20px;
    position: relative
}

.effect-11 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 7px 15px;
    position: relative;
    width: 100%;
    height: 40px;
    outline: 0
}

.effect-11~.focus-bg {
    background-color: #ededed;
    height: 40px;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all .3s ease 0s;
    width: 0;
    z-index: -1
}

.effect-11:focus~.focus-bg {
    transition: all .3s ease 0s;
    width: 100%
}

.whitebg:before {
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px
}

.whitebg:after {
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10px
}

.whitebg {
    background: #fff;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    width: 70%
}

#inner_page .box {
    position: relative;
    margin-top: 30px
}

#inner_page .our-services button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffc963;
    font-weight: 700
}

#inner_page .our-services a {
    min-height: 120px
}

#inner_page .list {
    margin: 10px 0 30px 0
}

.list2 li {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative
}

.list2 li::before {
    color: #510b6a;
    content: "\f178";
    display: block;
    font-family: fontawesome;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 3px
}

h2,
h3,
h4,
h5 {
    color: #510b6a;
    font-size: 20px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px
}

#registerButton {
    height: 60px;
    width: 200px;
    background-image: url(../images/submit-btn.png);
    background-repeat: no-repeat;
    border: 0;
    float: none;
    text-align: center
}

.How_we_work_inner li {
    margin-bottom: 7px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    color: #fff;
    list-style: none
}

.How_we_work_inner li::before {
    content: "\f046";
    color: #fff;
    font-size: 15px;
    font-family: fontawesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.applynow-wrap {
    padding: 30px 0
}

.innerbox {
    padding: 10px 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border: 1px solid #ccc;
    margin-bottom: 30px
}

h1.title-head {
    font-size: 24px;
    color: #286089;
    border-bottom: 1px solid #26c9ff;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    font-family: Abel, sans-serif;
    font-weight: 700
}

h1.title-head:after {
    background: #ffc963;
    width: 100px;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    bottom: -3px
}

.formdiv .calllink {
    float: right
}

.formdiv .calllink a {
    color: #303030;
    font-size: 16px;
    text-transform: capitalize
}

.formdiv .calllink a:hover {
    color: #26caff
}

.formdiv .radioin .radio-inline {
    display: inline
}

.formdiv .cbox {
    padding: 15px;
    background: #fafafa
}

.formdiv .chkdesc {
    height: 60px;
    overflow-y: scroll
}

.formdiv .chklabel {
    width: 100%
}

.formdiv .form-control:focus {
    box-shadow: none;
    border-color: #118ab3;
    background-color: #f4f4f4
}

.gbtn {
    background-color: #26c9ff;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-top: 4px solid #26c9ff;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.gbtn:hover {
    background-color: #ffc963;
    color: #074459;
    border-top: 4px solid #e3bb19
}

.sbtndiv button {
    text-align: center;
    border: none;
    background: 0 0;
    margin-top: 25px
}

.info-box {
    height: 20%;
    border: 1px solid #ffc107;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 2px 2px #ff9800;
    padding: 8px;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #003e73;
    margin-left: 56px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 40%
}

.carousel-control {
    bottom: 10%;
    width: 50px;
    right: 4%;
    height: 50px;
    left: auto;
    top: auto
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0
}

.carousel-caption {
    left: 20%;
    text-align: left;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    width: 35%;
    bottom: 20%
}

.toprightlink a.getbtn {
    padding: 5px;
    font-size: 10px
}

.new-caption-title p {
    font-size: 16px
}

.new-caption-title p.banner-new-title {
    font-size: 22px;
    color: #ffc963;
    border-bottom: 1px solid #ffc963;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.new-get-btn {
    margin: 15px 30px 0 0;
    display: inline-block;
    background: #ffc963;
    padding: 8px 15px;
    font-size: 18px;
    text-shadow: none;
    font-weight: 700;
    color: #333;
    border: 1px solid #ffc963
}

.new-get-btn:hover {
    color: #ffc963;
    background: 0 0
}

.new-read-btn {
    margin: 15px 0 0 0;
    display: inline-block;
    background: 0 0;
    padding: 8px 15px;
    font-size: 18px;
    text-shadow: none;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff
}

.new-read-btn:hover {
    color: #333;
    background: #fff
}

.postal_code {
    background: url(../images/new-1.png) no-repeat;
    background-size: 100% 100%;
    padding: 75px 50px;
    color: #fff
}

.postal_code strong {
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #ffd526;
    text-transform: capitalize;
    font-family: 'Titillium Web', sans-serif!important
}

.postal_code small {
    margin-bottom: 20px;
    display: block;
    font-size: 14px
}

.postal_code input {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    padding: 10px;
    background: #fff;
    border: none;
    border-bottom: 2px solid;
    color: #510b6a
}

.postal_code input::-webkit-input-placeholder {
    color: #510b6a
}

.postal_code input::-moz-placeholder {
    color: #510b6a
}

.postal_code input:-ms-input-placeholder {
    color: #510b6a
}

.postal_code input:-moz-placeholder {
    color: #510b6a
}

.postal_code input[type=submit] {
    background: #a8f6d8;
    color: #510b6a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    height: auto;
    margin: 0 auto;
    display: block;
    border: none;
    animation: shadow-pulse 1s infinite
}

.postal_code input[type=submit]:hover {
    background: #510b6a;
    color: #fff
}

.new-caption-title input {
    height: 44px;
    vertical-align: bottom;
    color: #000;
    padding: 7px
}

.newstep {
    background: #510b6a;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.textdiv::before {
    content: "";
    background: url(../images/newstep-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.textdiv {
    width: 58%;
    float: left;
    padding: 50px 0;
    position: relative;
    background: #ffc963
}

.textdiv h6 {
    font-size: 26px;
    max-width: 680px;
    float: right;
    color: #333;
    font-weight: 600;
    line-height: 40px;
    padding-right: 60px;
    z-index: 1;
    position: relative
}

.btndiv {
    width: 42%;
    float: left;
    text-align: center
}

.btndiv a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid;
    padding: 10px 40px;
    animation: shadow-pulse 1s infinite
}

.btndiv a:hover {
    color: #000;
    background: #ffc963;
    border: 1px solid #ffc963
}

.side_formdiv input {
    width: 100%;
    margin: 15px 0;
    height: 50px;
    padding: 7px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid #510b6a;
    text-align: center;
    color: #510b6a;
    font-size: 18px;
    text-transform: uppercase
}

.side_formdiv input:focus {
    background: rgba(255, 255, 255, .2);
    box-shadow: none;
    outline: 0
}

.side_formdiv input::-webkit-input-placeholder {
    color: #510b6a
}

.side_formdiv input::-moz-placeholder {
    color: #510b6a
}

.side_formdiv input:-ms-input-placeholder {
    color: #510b6a
}

.side_formdiv input:-moz-placeholder {
    color: #510b6a
}

.side_formdiv button {
    width: 100%;
    border: none;
    background: #510b6a;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    padding: 5px
}

.menu {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 90px
}

.navbar-default {
    background-color: #fff;
    margin: 0;
    border: none;
    box-shadow: 10px 10px 0 rgba(255, 255, 255, .4);
    border-radius: 0
}

.navbar-collapse {
    padding: 0
}

.toprightlink {
    text-align: right;
    margin-top: 20px
}

.toprightlink a {
    color: #fff;
    font-size: 16px;
    margin-left: 15px
}

.toprightlink a i {
    color: #ffc963;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.toprightlink a.getbtn {
    background: #a8f6d8;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -1px;
    animation: shadow-pulse 2s infinite;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-animation: shadow-pulse 2s infinite
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(168, 246, 216, .3)
    }
    100% {
        box-shadow: 0 0 0 7px rgba(168, 246, 216, .3)
    }
}

@keyframes shadow-pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 193, 76, .5)
    }
    100% {
        box-shadow: 0 0 0 7px rgb(255, 193, 76, .5)
    }
}

.toprightlink a.getbtn.usabtn {
    padding: 10px 15px
}

.toprightlink a.getbtn.usabtn img {
    margin-right: 5px
}

.side_formdiv button:hover,
.toprightlink a.getbtn:hover {
    background: #a8f6d8;
    color: #510b6a
}

.Content_Part {
    padding: 0 0
}

.footer_logo {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative
}

.social_link {
    text-align: center
}

p.process {
    color: #000;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 40px;
    background: rgba(81, 11, 106, .8);
    background: -moz-linear-gradient(left, rgba(81, 11, 106, .8) 0, rgba(81, 11, 106, .8) 0, rgba(255, 200, 99, .84) 19%, rgba(255, 200, 99, .96) 80%, #510b6a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(81, 11, 106, .8)), color-stop(0, rgba(81, 11, 106, .8)), color-stop(19%, rgba(255, 200, 99, .84)), color-stop(80%, rgba(255, 200, 99, .96)), color-stop(100%, #510b6a));
    background: -webkit-linear-gradient(left, rgba(81, 11, 106, .8) 0, rgba(81, 11, 106, .8) 0, rgba(255, 200, 99, .84) 19%, rgba(255, 200, 99, .96) 80%, #510b6a 100%);
    background: -o-linear-gradient(left, rgba(81, 11, 106, .8) 0, rgba(81, 11, 106, .8) 0, rgba(255, 200, 99, .84) 19%, rgba(255, 200, 99, .96) 80%, #510b6a 100%);
    background: -ms-linear-gradient(left, rgba(81, 11, 106, .8) 0, rgba(81, 11, 106, .8) 0, rgba(255, 200, 99, .84) 19%, rgba(255, 200, 99, .96) 80%, #510b6a 100%);
    background: linear-gradient(to right, rgba(81, 11, 106, .8) 0, rgba(81, 11, 106, .8) 0, rgba(255, 200, 99, .84) 19%, rgba(255, 200, 99, .96) 80%, #510b6a 100%)
}

.footer_logo_bg {
    background: #3b3b3b;
    position: relative
}

.footer_logo_bg:before {
    content: "";
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
    height: 340px;
    background: #3b3b3b;
    border-top: 5px solid #ffc963
}

section.new-padding-section {
    margin-top: 0;
    padding-top: 0
}

.our-services.new-services-btm {
    margin-bottom: 0
}

.new-sitemap-link li a {
    color: #3a3a3a
}

.new-sitemap-link li a:hover {
    border-bottom: 1px solid
}

.contact_title h1 {
    font-size: 26px;
    color: #000;
    text-align: center;
    padding: 30px 0
}

.new_form {
    background: #f9f9f9;
    padding: 40px;
    border: 1px solid #3a3a3a;
    margin-bottom: 50px
}

.new_form .form-control {
    border-radius: 0;
    width: 100%;
    height: 40px
}

.new_form .form-control:focus {
    outline: 0;
    border: 1px solid #510b6a;
    border-color: #510b6a;
    outline: 0;
    box-shadow: none
}

.new_form textarea {
    min-height: 122px;
    resize: none;
    width: 100%
}

.new_submit {
    text-align: center;
    margin-top: 30px
}

button.custom-start:hover {
    background: #510b6a;
    box-shadow: 4px 5px 0 2px #b0b0b0;
    color: #fff
}

button.custom-start {
    background: #ffc963;
    color: #fff;
    position: relative;
    border-color: #ffc963;
    border: none;
    border-bottom: none;
    padding: 8px 40px;
    height: 46px;
    font-size: 18px;
    border-radius: 0;
    box-shadow: 4px 5px 0 2px #545454;
    text-transform: uppercase;
    font-weight: 700;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.carousel-caption.contact_caption {
    bottom: 20%
}

.new-iframe-form-style {
    border: 0 #00000 solid;
    height: 1500px!important;
    width: 100%!important
}

iframe .modal {
    top: 50px!important
}

.new-iframe-form-style .modal-dialog {
    padding-top: 70px
}

.new-form-before {
    position: relative
}

.new-form-before::after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 52px;
    background: #fff;
    border: 0 solid #000;
    border-bottom: 0;
    left: 0
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0!important;
    box-shadow: none!important
}

.add_custom_boxdiv {
    margin-top: 40px;
    box-shadow: 0 0 15px #ddd;
    padding: 25px;
    border-top: 5px solid #510b6a;
    border-bottom: 5px solid #510b6a
}

.comn_title {
    color: #510b6a;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 30px;
    position: relative;
    padding-bottom: 10px
}

.comn_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 135px;
    height: 2px;
    background: #ffc14c;
    left: 0;
    right: 0;
    margin: auto
}

.comn_title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 55px;
    height: 6px;
    background: #510b6a;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.add_custom_boxdiv input {
    background: url(../images/location.png) no-repeat #fff;
    background-size: 25px;
    background-position: 5px center;
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 40px;
    color: #510b6a;
    font-size: 15px;
    border-radius: 5px
}

.add_custom_boxdiv select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding: 10px;
    color: #510b6a;
    font-size: 15px;
    border-radius: 5px 0 0 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) no-repeat #fff;
    background-position: 96% center
}

.add_custom_boxdiv .row.mar_top {
    margin-top: 25px
}

.cus_checkbox {
    margin-top: 15px
}

.cus_checkbox .form-group {
    display: inline-block;
    margin-bottom: 10px
}

.cus_checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.cus_checkbox .form-group label {
    position: relative;
    cursor: pointer;
    color: #510b6a;
    font-size: 16px;
    margin-right: 20px;
    width: auto
}

.cus_checkbox .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #510b6a;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: sub;
    cursor: pointer;
    margin-right: 10px
}

.cus_checkbox .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #510b6a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.add_custom_boxdiv button {
    background: #510b6a;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #ffc14c;
    width: 100%;
    line-height: 50px;
    font-size: 24px
}

.add_custom_boxdiv button:focus,
.add_custom_boxdiv button:hover {
    background: #ffc14c;
    border-bottom: 3px solid #510b6a
}

.add_custom_table {
    margin-top: 30px;
    height: auto;
    overflow-y: auto
}

@media screen and (max-width:1024px) {
    .new-iframe-form-style {
        height: 1870px!important
    }
}

@media screen and (max-width:767px) {
    .new-iframe-form-style {
        height: 2120px!important
    }
}

.add_custom_table {
    margin-top: 30px;
    height: auto;
    overflow-y: auto
}

.add_custom_table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: center
}

.add_custom_table table th {
    color: #222f5a;
    font-size: 18px;
    font-weight: 700
}

.add_custom_table table td,
.add_custom_table table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 12px 10px;
    text-align: center
}

.add_custom_boxdiv table button {
    background: #28aac2;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #0d798d;
    line-height: inherit;
    font-size: 16px;
    width: auto;
    padding: 10px
}

.add_custom_boxdiv table a {
    background: #28aac2;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #0d798d;
    line-height: inherit;
    font-size: 16px;
    width: auto;
    padding: 10px
}

.add_custom_boxdiv table button:focus,
.add_custom_boxdiv table button:hover {
    background-image: -webkit-linear-gradient(0deg, #26a9c5 1%, #88d22a 100%);
    box-shadow: none;
    outline: 0
}

.add_custom_boxdiv table a:focus,
.add_custom_boxdiv table a:hover {
    background-image: -webkit-linear-gradient(0deg, #26a9c5 1%, #88d22a 100%);
    box-shadow: none;
    outline: 0
}

.add_custom_table table td span {
    display: block
}

.postal_code input[type=submit] {
    width: 70%;
}


/*=============================================================================== 

Css Add 09-03-2023  

===============================================================================*/

.FAQ {
    padding: 21px 0;
    background: #f1f1f1;
}

.FAQ h3 {
    font-size: 30px;
    display: table;
    margin: 0 auto 30px;
    text-align: center;
}
.FAQ h3:after {
    display: block;
    margin: 15px auto 0;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
    position: absolute;
    right: 0;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e114";
}

a[aria-expanded="false"]:after {
    transform: rotate(0deg);
}

a[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.panel-title:after {
    display: none;
}

.panel-title {
    padding: 0;
    position: relative;
}

.panel-title a {
    display: block;
    position: relative;
    padding-right: 30px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #510b6a;
    border: none;
}

.panel-body {
    padding: 15px;
    background: #fff;
}

.panel-group .panel {
    margin-bottom: 15px;
}