@font-face {
    font-family:OpenSans-Regular;
    src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family:OpenSans-Bold;
    src: url(fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family:bell;
    src: url(fonts/bell.ttf);
}
@font-face {
    font-family:bellb;
    src: url(fonts/bellb.ttf);
}

img {
    width: 100%;
    max-width: 100%;
}
/*-------------Header Start---------------------*/
ol, ul{
	margin-bottom:0px;
}
a, .btn, button{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	text-decoration:none;
	font-family:OpenSans-Regular;	   
}
a:hover, a:focus{
	text-decoration:none;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
    color: #00032d;
    font-size: 50px;	
	font-family:bellb;
}
section, footer{
	width:100%;
	float:left;
	position:relative;
	font-family:OpenSans-Regular;	
}
section{
    padding:50px 0;
}
ul{
	padding:0px;
}
p{
	font-size:18px;
	font-family:OpenSans-Regular;
}

/*-------------header-menu-----------------*/

*{margin:0;padding:0;text-decoration:none}
header {
    padding: 0px 0 10px;
    position: relative;
}
input:focus, button:focus {
    outline: transparent;
}

/*---------------menu-list--------------------------*/
.top-header {
    text-align: right;
    padding: 15px 0;
    background-image: linear-gradient(to right, #4a55fa, #4a55fa, #4a55fa, #4a55fa, #4a55fa, #000666, #000666, #000666, #00098d, #000879, #000666, #000453);
}
.call-referral {
    display: inline-block;
}
.call-link {
    display: inline-block;
    text-align: left;
}
.call-link a {
	color:#ffffff;
	font-size:16px;
}
.call-referral a {
    background: #ffffff;
    padding: 5px 20px;
    font-weight: bold;
    margin-left: 20px;
	font-size:16px;
}
.logo {
    text-align: center;
    padding: 0;
}
.logo img {
    width: 366px;
}
.right-logo img {
    width: 112px;
    margin-top: 11px;
    text-align: right;
    float: right;
}
nav#cssmenu ul {
    margin-bottom: 0!important;
    text-align: center;
}
nav#cssmenu {
    float: none;
}
nav#cssmenu {
    float: right;
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 73px;
    padding-bottom: 10px;
}
nav{position:relative;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a {
    padding: 17px 16px;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-family: OpenSans-Bold;
    font-weight: bold;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #000;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    background: transparent;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''display:none;}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:''display:none;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 999;
}
#cssmenu ul ul li {
    height: auto!important;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #104590;
    transition: all .25s ease;
}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 19px 15px;
    width: 300px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999999;
    background: #f1ecec;
}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 10px;
    width: 20px;
    border-top: 3px solid #8b0607;
    border-bottom: 3px solid #8a0506;
    content: '';
}
.button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    height: 3px;
    width: 20px;
    background: #8c0708;
    content: '';
}
.button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #8b0607;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button.menu-opened:before {
    top: 23px;
    background: #890405;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

/*----------------------slider------------------------*/
/*----------------------slider------------------------*/
.right-logo {
    padding-top: 32px;
}
.home_slider h3 {
    color: #000666;
    font-size: 49px;
    text-align: left;
}
.home_slider p {
    color: #000000;
    font-size: 25px;
    text-align: left;
	line-height:40px;
}
.home_slider .carousel-caption {
    width: 600px;
    /* margin: 0 auto; */
    max-width: 100%;
    top: 30%;
	max-width:100%;
}
.home_slider .carousel-caption a {
    background: #cf0101;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    float: left;
    font-size: 18px;
}

.who-we-are-content p {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 20px;
}
.who-we-are-content h2 {
    padding-top: 0;
    margin-top: 0;
}
section.who-we-are {
    background: #f4f4f4;
    padding-top: 65px;
}
.who-we-are-img img {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    padding: 6px;
    margin-bottom: 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
/*----------------flix-box---------------------*/

/*------------------services--------------------------*/
.services-heading {
    text-align: center;
    padding-bottom: 40px;
}
.services-heading h2 {
    color: #00032d;
	font-size:50px;
}
.services-heading h2 span {
    color: #d42a2a;
}
.services-heading p {
    font-size: 20px;
    padding: 10px 10%;
    line-height: 40px;
}
.clint-service {
    border: solid 1px #cccccc;
    padding: 10px;
}
.clint-service h3 {
    font-size: 19px;
    line-height: 30px;
    color: #00032d;
}
.clint-service p {
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    text-align: justify;
}
.clint-service a {
    color: #d42a2a;
    font-weight: bold;
    font-size: 17px;
    text-decoration: underline;
    padding: 10px 0;
    display: inline-block;
}
.view-all-btn a {
    background-image: linear-gradient(to right, #3224b1, #3224b1, #3224b1, #3224b1, #3224b1, #3224b1, #3224b1, #000ba1, #00098d, #000879, #000666, #000453);
    color: #ffffff;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    padding: 11px;
    font-size: 18px;
}
.view-all-btn {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
#demo1 .customNavigation, #demo2 .customNavigation {
    top: 68%!important;
}
.customNavigation img {
    width: 28px;
}

/*-----------------------our-value---------------------*/

.values-services {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.4);
    padding: 10px;
	margin-bottom:30px;
}
.values-services img {
    width: 90px;
}
.values-services h3 {
    font-size: 24px;
    line-height: 30px;
    color: #00032d;
}
.values-services p {
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    text-align: justify;
}
.our-value-heading {
    text-align: center;
    padding-bottom: 40px;
}

.step-1 {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.4);
    padding: 10px;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #014c66, #000000);
    clip-path: polygon(0 0, 0px 50%, 0 100%, calc(100% - 50px) 100%, 100% 50%, calc(100% - 50px) 0);
    width: 300px;
    max-width: 100%;
}
.step-1 img {
    width: 56px;
}
.how-it-works {
    background: #fffcea;
}
.step-1 span {
    width: 100%;
    display: inline-block;
    padding: 15px 17px 0;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}
.step-1 h3 {
    width: 100%;
    display: inline-block;
    padding: 0 17px 0;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}
.col-md-4.arrow {
    position: relative;
}
.col-md-4.arrow:after {
    /* background-image: url(images/arrow-1.png); */
    background-repeat: no-repeat;
    right:0;
    content: "\f064";
    height: auto;
    width: auto;
    background: transparent;
    /* z-index: 999999; */
    position: absolute;
    top: 29%;
    color: #ee5221;
    font-family: 'FontAwesome';
    font-size: 50px;
}

.service h2 {
    font-size: 22px;
    margin: 0;
}
.service p {
    font-size: 16px!important;
}
.service img {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    padding: 6px;
    margin-bottom: 20px;
}
.service {
    margin: 0px 0;
    border-bottom: solid 1px #cccccc;
    margin-top: 50px;
}
.contact-address h4 {
    font-size: 30px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.contact-address h4 img {
    width: 36px;
    margin-right: 10px;
}
.contact-address p {
    padding-left: 56px;
}
/*--------------------footer---------------------*/

.top-footer {
    padding: 50px 0;
    background: #151515;
}
.footer-social-icon h2 {
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
}
.footer-social-icon ul {
    display: inline-block;
    padding-left: 20px;
}
.footer-social-icon ul li {
    list-style: none;
    display: inline-block;
}

.footer-social-icon .fa {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 100px;
	background:#000000;
}
.footer-social-icon i.fa.fa-facebook {
    background: #3b5998;
}
.footer-social-icon i.fa.fa-instagram {
    background: #305777;
}
.footer-social-icon i.fa.fa-pinterest-p {
    background: #cb2027;
}
.footer-social-icon i.fa.fa-twitter {
    background: #00aced;
}
.footer-social-icon i.fa.fa-youtube-play {
    background: #c4302b;
}
.footer-social-icon {
    padding-bottom: 50px;
    border-bottom: solid 2px #9a9a9a;
    margin-bottom: 50px;
}
.footer-widget1 h2 {
    font-size: 24px;
    padding-bottom: 20px;
   font-weight:bold;
    color: #ffffff;
}
.footer-widget1 h3 {
    font-size: 20px;
    padding-bottom: 0;
   font-weight:bold;
    color: #ffffff;
	padding-top:10px;
}
.footer-widget1 p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}
.footer-widget1 {
    padding-right: 20px;
}
.footer-widget1 ul li {
    list-style: none;
}
.footer-widget1 li a {
    font-size: 16px;
    color: #ffffff!important;
    line-height: 37px;
}
.bottom-footer {
    background: #000000;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
}
.bottom-footer p {
    color: #ffffff;
}
.footer-widget1.Conatct-Us-con .fa {
    font-size: 20px;
    padding-right: 20px;
}
.footer-widget1.Conatct-Us-con li {
    line-height: 44px;
    color: #ffffff;
}
.page_banner {
    height: 200px!important;
    background-position: center !important;
    text-align: center;
    padding-top: 50px;
}
h1.page_title {
    color: #ffffff !important;
    text-transform: uppercase;
}
.inner-page-content {
    padding-top: 50px;
}
.inner-page-content h2 {
    font-family: OpenSans-Bold;
    font-size: 28px;
    padding-bottom: 10px;
}
.inner-page-content p {
    font-size: 17px;
    font-family: OpenSans-Regular;
    line-height: 30px;
}
.inner-page-content ul li {
    list-style: none;
    line-height: 30px;
    padding-bottom: 10px;
    font-family: OpenSans-Regular;
    font-size: 17px;
    position: relative;
    padding-left: 32px;
}
.inner-page-content ul li:after {
    position: absolute;
    height: 5px;
    width: 12px;
    content: "";
    background: #d42c2c;
    left: 0;
    top: 13px;
}
.inner-page-content form.wpcf7-form.init {
    border: solid 2px #00032d;
    padding: 15px;
}
.inner-page-content form input {
    width: 100% !important;
    padding: 5px;
    border: solid 1px #555555;
    border-radius: 6px;
}
.inner-page-content form span.wpcf7-form-control-wrap {
    width: 100% !important;
}
.inner-page-content label {
    width: 100% !important;
}
.inner-page-content form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    padding: 5px;
    border: solid 1px #555555;
    height: 86px !important;
    border-radius: 6px;
}
.inner-page-content form input.wpcf7-form-control.wpcf7-submit {
    background: #00032d !important;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 0;
}
.inner-page-content iframe {
    margin-top: 50px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.4);
    padding: 10px;
}

.inner-page-content form.wpcf7-form.init {
    border: solid 2px #00032d;
    padding: 15px;
}
.inner-page-content form input {
    width: 100% !important;
    padding: 5px;
    border: solid 1px #555555;
    border-radius: 6px;
}
.inner-page-content form span.wpcf7-form-control-wrap {
    width: 100% !important;
}
.inner-page-content label {
    width: 100% !important;
}
.inner-page-content form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    padding: 5px;
    border: solid 1px #555555;
    height: 86px !important;
    border-radius: 6px;
}
.inner-page-content form input.wpcf7-form-control.wpcf7-submit {
    background: #00032d !important;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 0;
}
.inner-page-content iframe {
    margin-top: 50px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.4);
    padding: 10px;
}



.referral form {
    border: transparent !important;
    padding: 0 !important;
}
.referral h3 {
    font-size: 22px;
    font-family: OpenSans-Regular;
}
.referral input, .referral  textarea {
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-radius: unset !important;
    margin-bottom: 18px;
}
@media screen and (min-width:768px) and (max-width:991px){
    #demo1 .customNavigation .btn.next, #demo2 .customNavigation .btn.next {
    right: 0px!important;
}
#demo1 .customNavigation .btn.prev, #demo2 .customNavigation .btn.prev {
    left: 0!important;
}
.home_slider .carousel-caption {
    width: auto;
    top: 5%;
}
.home_slider h3 {
    font-size: 18px;
}
.home_slider p {
    font-size: 16px;
    line-height: 27px;
}
.logo {
    text-align: left;
}
.logo img {
    width: 169px;
}
nav#cssmenu {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    position: absolute;
    top: -59px;
}
.right-logo {
    display: none;
}
.step-1 {
    width: 100%;
}
.col-md-4.arrow:after {
   display:none;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
    font-size: 30px;
}
section {
    padding: 30px 0;
}
.footer-social-icon {
    padding-bottom: 25px;
    margin-bottom: 24px;
}
.footer-widget1 h2 {
    font-size: 20px;
    padding-bottom: 2px;
}
.footer-widget1 li a {
    font-size: 16px;
    line-height: 30px;
}
.bottom-footer p {
    color: #ffffff;
    font-size: 15px;
}
.top-footer {
    padding: 20px 0;
}
}

@media screen and (max-width:767px){
#demo1 .customNavigation .btn.next, #demo2 .customNavigation .btn.next {
    right: 0px!important;
}
#demo1 .customNavigation .btn.prev, #demo2 .customNavigation .btn.prev {
    left: 0!important;
}
.home_slider .carousel-caption {
    width: auto;
    top: 5%;
}
.home_slider h3 {
    font-size: 18px;
}
.home_slider p {
    font-size: 16px;
    line-height: 27px;
}
.logo {
    text-align: left;
}
.logo img {
    width: 169px;
}
nav#cssmenu {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    position: absolute;
    top: -59px;
}
.right-logo {
    display: none;
}
.step-1 {
    width: 100%;
}
.col-md-4.arrow:after {
   display:none;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
    font-size: 30px;
}
section {
    padding: 30px 0;
}
.footer-social-icon {
    padding-bottom: 25px;
    margin-bottom: 24px;
}
.footer-widget1 h2 {
    font-size: 20px;
    padding-bottom: 2px;
}
.footer-widget1 li a {
    font-size: 16px;
    line-height: 30px;
}
.bottom-footer p {
    color: #ffffff;
    font-size: 15px;
}
.top-footer {
    padding: 20px 0;
}
}