body{
	font-family: 'Roboto', sans-serif;
}
@font-face {
    font-family: Sakkal Majalla;
    src: url(../fonts/majallab.ttf);
}
a:hover{
  text-decoration: none;
}
button:focus{
  outline: none;
}
.topbar{
	background: #fff;
	min-height: 50px;
  border-bottom: 1px solid #ddd;
}
.topbar .welcome-text p{
	font-size: 14px;
	font-weight: 500;
	color: #cdcdcd;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 13px;
}
.social-icon-topbar ul{
	margin: 0px;
	padding: 0px;
	float: right;
}
.social-icon-topbar li{
	list-style: none;
	float: left;
	padding: 13px;
}
.social-icon-topbar li a{
	color: #6e7785;
	transition: all ease 0.5s 0s;
}
.social-icon-topbar li a:hover{
	color: #003d8f;
	transition: all ease 0.5s 0s;	
}
.border-login {
    display: inline-block;
    float: right;
    border-left: 1px solid #7f8997;
    margin-top: 13px;
}
.social-icon-topbar .login{
	float: right;
	font-size: 15px;
	color: #7f8997;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-left: 13px;
	transition: all ease 0.5s 0s;
}
.social-icon-topbar .login:hover{
	color: #003d8f;
	text-decoration: none;
	transition: all ease 0.5s 0s;
}
.logo{
	padding: 17px 0;
}
.logo img {
    width: 100%;
}
.navigation-section {
  background-color: #fff;
}
.header-address {
  width: 54%;
  float: right;
}
.header-info-box {
    position: relative;
    float: right;
    margin-left: 70px;
    padding: 20px 0 20px 25px;
}

.header-info-box .header-info-icon {
    position: absolute;
    left: -30px;
    top: 23px;
    color: #feb20d;
    font-size: 25px;
    text-align: left;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-info-box p {
    color: #222222;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
    font-size: 16px;
}
.header-info-box h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #737474;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0px;
}
.header-info-box h6 a{

    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #737474;
     font-weight: 400;
}

/* Navigation */ 

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px 0px 13px 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 500;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #003d8f;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #003d8f;
    transition: all ease 0.5s 0s;
    z-index: 9999;
}
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  #mainNav .navbar-nav .nav-item:first-child .nav-link{
  	padding-left: 10px !important;
  }
}





/* Slider Section */
@media (min-width: 767px) {
.carousel-item {
    height: 675px;
}
}
.carousel-caption h3{
	font-size: 60px;
	font-weight: bold;
	color: #444444;
	font-family: Sakkal Majalla;
}
.carousel-caption p{
	font-size: 20px;
	font-weight:500;
	color: #848484;
	font-family: 'Roboto', sans-serif;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 35%;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #444444;
    text-align: left;
}
.read-more-slider{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	background: #6f8e20;
	border-color: #6f8e20;
	padding: 8px 28px;
	border: 2px solid #6f8e20;
	transition: all ease 0.5s 0s;
}
.read-more-slider:hover{
	background: transparent;
	border-color: #6f8e20;
  color: #6f8e20;
	transition: all ease 0.5s 0s;
}
.carousel-indicators li{
	cursor: pointer;
}

/* Welcome Section */
.welcome-section {
    margin-top: 0px;
    margin-bottom: 80px;
    background: url(../images/services_banner.jpg) no-repeat;
    padding-bottom: 80px;
}
.welcomesection-title {
    margin-top: 70px;
}
.welcomesection-title h1{
	font-size: 35px;
	color: #333333;
  text-align: center;
}
.welcomesection-title p{
  color: #444545;
  font-size: 15px;
  text-align: center;
}
.welcomesection-title h1 span{
	color: #222222;
}
.welcomesection-image3,.welcomesection-image2 {
    margin-top: 30px;
}
.welcomesection-content p {
    font-size: 15px;
    line-height: 27px;
    color: #949494;
    margin-bottom: 20px;
}

/* latest feature*/

.our-feature{
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fff;
}
.feature-title h2{
  font-size: 35px;
  color: #333333;
  text-align: center;
  
}
.feature-title h2 span{
  color: #222222;
}
.border-center{
  background: #dde4ea;
  height: 2px;
  width: 45px;
  margin: auto;
  margin-bottom: 30px;
}
.feature-services{
  background: #f4f4f4;
  padding: 22px;
  text-align: center;
  margin-top: 40px;
  transition: all ease 0.5s 0s;    
}
.feature-services:hover{
    box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.65);
    transition: all ease 0.5s 0s;
}
.feature-services .services-icon img {
    margin: auto;
    margin-top: 25px;
    width: 50px;
    height: 50px;
}
.feature-services h4{
  color: #808080;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}
.feature-services p {
    font-size: 14px;
    line-height: 25px;
    color: #9b9a9a;
    letter-spacing: 0.5px;
}
.services-icon {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    background: #FFF;
}
.cross_box {
    height: 30px;
    width: 30px;
    background-color: #003d8f;
    position: absolute;
    top: 40px;
    left: 15px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%, 0% 100%);
}

/* Latest News And Market Widgets*/
.chart {
    margin-top: 80px;
    margin-bottom: 50px;
}
.title_border{
  background: #6f8e20;
  height: 2px;
  width: 45px;
  margin-bottom: 15px;
}
.title_box h2 {
   font-size: 35px;
  color: #266397;
  font-weight: 600;
}
.title_box h2 span{
   font-size: 35px;
  color: #222222;
  font-weight: 600;
}
.title_box p {
    font-size: 15px;
    color: #959595;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.chart .item_news_box {
  box-shadow: 3px 4px 16px 0px rgba(213, 213, 213, 0.75);
  margin-bottom: 30px;
}
.chart_box {
    margin-top: 22px;
}
.s_box {
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
}
.big-map {
    height: 500px;
}

/* Start A Gold Plan*/
.yellow-border-center{
  background: #6f8e20;
  height: 2px;
  width: 100px;
   margin: auto;
  margin-bottom: 30px;

}
.startgoldplan-section{
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/video_banner.jpg) no-repeat;
}
.start-gold-plan-title h2{
    font-size: 38px;
    color: #ffffff;
    text-align: center;
}
.star-gold-content{
  margin-top: 0px;
  text-align: center;
}
.star-gold-content p{
  font-size: 16px;
  font-weight: 600;
  color: #FFF;    
  padding: 0px 80px 0 80px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
.watch-video-btn {
    background: none;
    border: none;
    color: #222222;
    padding: 0;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    transition: all ease 0.5s 0s;
    position: absolute;
    top: 37%;
    text-align: center;
    margin: auto;
    width: 100%;
}
.watch-video-btn:hover{
  opacity: 0.5;
  background: transparent;
  transition: all ease 0.5s 0s;
}

/* What our client say*/

.whatourclientssay-section{
  padding-top: 80px;
  padding-bottom: 30px;
  background: #fff;
}
.feature-title p {
    text-align: center;
    color: #959595;
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: 0.5px;
}
.quote-img{
  width: auto !important;
  padding-top: 5px !important;
}
.testimonials-inner-box {
    background: transparent;
    padding: 15px 15px 15px 50px;
    border-radius: 5px;
    /* box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.65); */
    min-height: 189px;
}
.arrow-bootom {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: 32%;
    right: 7%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(191, 191, 191, 0.65); 
}
.testimonilas-icon img{
  margin: auto;
}
.testimonilas-icon {
    background: #FFF;
   
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 100%;
    position: relative;
    margin-top: -60px;
    z-index: -1;
}
.testimonials-box {
    margin-top: 30px !important;
    width: 80%;
    float: left;
}
.testimonials-inner-box p {
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
    color: #838383;
    letter-spacing: 0.5px;
    font-style: italic;
    line-height: 38px;
}
.testimonials-inner-box a.view-all-testimonial,
.testimonials-inner-box a.view-all-testimonial:hover {
  color: #266397;
}
.testimonials-profile .profile-content h5{
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.testimonials-profile .profile-content p{
  font-size: 14px;
  color: #b2b2b2;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.profile-images {
    width: auto !important;
    float: right;
    margin-top: -15px;
    margin-left: 15px;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(197, 197, 196, 0.75); 
}
.testimonials-profile {
    margin-top: 70px;
    width: 16%;
    float: left;
}

/* Our Partners */
.partners-logo-section{
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #f8f9fa;
}
.d-inline-block {
    display: inline-block !important;
}
.ss_logo_sup {
    background: transparent;
    padding-left: 2%;
    padding-right: 2%;
}
.ss_support_logo_123 {
    width: 225px;
    display: table;
    height: 92px;
}
.ss_suppoert_cell {
    display: table-cell;
    vertical-align: middle;
}

.ss_suppoert_cell  img {
    filter: grayscale(100%) brightness(70%) opacity(35%);
    -webkit-filter: grayscale(100%) brightness(70%) opacity(35%);
    -moz-filter: grayscale(100%) brightness(70%) opacity(35%);
    width: 190px !important;
    position: relative;
    left: 15px;
    transition: all ease 0.5s 0s;
}
.ss_suppoert_cell img:hover {
    filter: none;
    cursor: pointer;
    transition: all ease 0.5s 0s;

}
.owl-nav,.owl-dots{ display: none !important; }
.brandlogo-slider{
  margin-top: 30px;
}
/* Footer */

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #20201f;
    width: 100%;
    z-index: -1;
}
.footer-about p{
    color: rgba(253,253,253,0.7);
    margin-top: 15px;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
}
.widget .widget-title{
  font-size: 25px;
  color: #FFF;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.widget .menu-our-features-container,.widget .menu-quick-links-container{
  margin-top: 25px;
}
.widget .menu{
  padding-left: 0px;

}
footer .widget .menu li::before {
    display: inline-block;
    content: '';
    height: 5px;
    width: 5px;
    margin: 4px 15px 4px 0px;
    background-color: rgba(253,253,253,0.5);
    border-radius: 30%;
}

footer .widget .menu li{
  list-style: none;
}
footer .widget .menu-our-features-container .menu li{
  width: 50%;
  float: left;
}
footer .widget .menu li a {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    letter-spacing: 0.5px;
    display: inline-block;
}
.widget_nav_menu{
  margin-top: 30px;
}
.download-page{
   margin-top: 50px;
  margin-bottom: 80px;
}
.menu-border-title {
    height: 3px;
    background: #86cf4e;
    width: 45px;
    margin-bottom: 15px;
}

.address-info{
  background-color: #86cf4e;
  padding: 25px;
  border-radius: 5px;
}
.address {
    width: 28%;
    float: left;
    margin-right: 100px;
}
.address-icon{
  float: left;
  margin-right: 10px;
}
.address-icon{
  float: left;
}
.address_con {
    overflow: hidden;
}
.address_con p{
  font-size: 16px;
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.address_con h6{
  font-size: 14px;
  color: #424242;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 23px;
}
.address_con h6 a{
  font-size: 14px;
  color: #424242;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.address-icon i.fa.fa-map-marker {
    font-size:30px;
    color: #424242;
}

.phoneno {
    width: 28%;
    float: left;
    margin-right: 100px;
    margin-top: 15px;
}
.address-icon i.fa.fa-phone {
    font-size: 28px;
    color: #424242;
}
.address-icon i.fa.fa-envelope {
    font-size: 26px;
    color: #424242;
}
.emailaddress {
    width: 25%;
    float: left;
    margin-top: 15px;
}
.footer_about {
    width: 35%;
    float: left;
    margin-right: 0px;
}
.footer_features {
    width: 27%;
    float: left;
    margin-right: 0px;
}
.footer_title h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 50px;
}
.address_box h4 {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 400;
    float: left;
    position: relative;
    margin-top: -3px;
    margin-right: 10px;
    min-width: 63px;
}
.address_box:first-child h4{
  margin-bottom: 115px;
}
.address_box {
    margin-bottom: 20px;
}
.address_box p {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 400;
    float: left;
    display: contents;
    line-height: 25px;
    position: absolute;
}
.address_box p a{
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 400;
    float: left;
    display: contents;
    line-height: 25px;
    position: absolute;
}
.address_box p a:hover{
  color: #6f8e20;
  transition: all ease 0.5s 0s;
}
.footer_quicklinks {
    width: 23%;
    float: left;
}
.copyright{
  background-color: #20201f;
}

.copyright .copy {
  border-top: 1px solid #fff;
}
.copyright-content p{
  color: rgba(253, 253, 253, 0.7);
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  font-size: 15px;
}
.social-icon ul{
  padding: 0;
  float: right;
  margin-bottom: 0px;
}
.social-icon ul li {
    list-style: none;
    float: left;
    margin-right: 11px;
}
.social-icon ul li a{
  color: #fff;
  font-size: 18px;
}
.social-icon i {
    background-color: #49494a;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    transition: all ease 0.5s 0s;
    line-height: 42px;
}
.social-icon i:hover{
  background-color: #6f8e20;
  transition: all ease 0.5s 0s;
}


/* About Pgae */
.page-header {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.breadcrumb_box {
    width: 100%;
    display: inline-block;
}
ul.breadlink {
    padding: 0px;
    margin: 0px;
}
ul.breadlink li {
    float: left;
    list-style: none;
}
ul.breadlink li a {
    color: #BFBFBF;
    transition: all ease 0.5s 0s;
}
i.fa.fa-angle-right.breadarrow {
    font-size: 19px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    color: #BFBFBF;
}
.innerpage_title h2 {
    font-size: 28px;
    color: #222222;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 0;
}
footer .widget .menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgba(156, 187, 89, 0.9);
    transition: width .3s;
}
footer .widget .menu li a:hover::after {
    width: 100%;
}
.page-content {
   padding-top: 80px;
   padding-bottom:80px; 
}
.alignright {
    float: right;
    padding-left: 20px;
}
.icon-angle-down{
  display: none;
}
.entry-content p{
  font-size: 15px;
  color: rgba(34, 34, 34, 0.7);
  letter-spacing: 0.5px;
  line-height: 27px;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #003d8f;
  color: #fff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.calculators_btn {
    width: 100%;
    text-align: left;
    height: 45px;
    background-color: #f5f5f5;
    border: none;
    color: #686868;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.calculators_btn:hover{
  background-color: #003d8f;
  color: #fff;
}
.calculators_btn:not(:disabled):not(.disabled).active, .calculators_btn:not(:disabled):not(.disabled):active, .show>.calculators_btn.dropdown-toggle{
  background-color: #003d8f;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none; 
}
.dropdown-menu{
  padding: 0.1rem 0;
}
.dropdown:hover .sub-menu {
    display: block;
}
.bs-example .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
.calculator-bottom .dropdown-menu.show {
    width: 100%;
}
.page-template-templete-contactus .contect-info-box{
    display: none !important;
}
.s_l_display{
  float: left;
  margin-right: 15px;
}
.contact .address_text p{
    font-size: 15px;
    color: #777777;
    text-align: justify;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}
.contact .address_text1 p a{
    font-size: 15px;
    color: #777777;
    text-align: justify;
    line-height: 28px;
    font-weight: 600;
    letter-spacing:1px;
    transition: all ease 0.5s 0s;
}
.contact .address_text1 p a{
  opacity: 0.5px;
  transition: all ease 0.5s 0s;
}
.address_text {
    overflow: hidden;
}
.contact i.fa.fa-map-marker {
    font-size: 30px;
    margin-top: 5px;
    color: #6f8e20;
}
.contact i.fa.fa-envelope {
    font-size: 23px;
    color: #6f8e20;
}
.contact i.fa.fa-phone {
    font-size: 25px;
    margin-top: 2px;
    color: #6f8e20;
}
.contact .address_box1 {
    margin-top: 25px;
}
.contact_con h3{
    font-size: 28px;
    color: #222222;
}
.contact_con h3 span {
    color: #222222;
}
.contact_page_submit {
    background-color: #6f8e20;
    border: 2px solid #6f8e20;
    padding: 10px 35px 10px 35px;
    font-size: 16px;
    color: #fff;
    transition: all ease 0.5s 0s;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all ease 0.5s 0s;
}
.contact_page_submit:hover{
  border: 2px solid #6f8e20;
  color: #6f8e20;
  background: transparent;
  transition: all ease 0.5s 0s;
}
.send_box {
    margin-top: 20px;
}


.services-page{
  margin-top: 80px;
  margin-bottom: 80px;
}
.services-images{
  margin-bottom: 30px;
}
.search-widget input {
    background-color: #f6f6f6;
    height: 60px;
    border: 1px solid #efefef;
    padding-left: 24px;
    padding-right: 50px;
    color: #333;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    font-size: 17px;
}
.search-widget .form-group button {
    border: 0;
    outline: 0;
    background: transparent;
    color: #b9b9b9;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.services-link-widget {
    background-color: #f6f6f6;
    border: 1px solid #efefef;
    margin-bottom: 35px;
}
.services-link-widget ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}
.widget_bunch_external_pages .services-link-widget ul li {
    padding: 0px !important;
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
}
.services-link-widget ul li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #777;
    padding: 15px 15px 15px 0px;
    position: relative;
    padding-left: 20px;
    transition: all ease 0.5s 0s;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.services-link-widget ul li a:hover {
    background-color: #6f8e20;
    text-decoration: none;
    color: #fff;
    transition: all ease 0.5s 0s;
}
.helpbox-widget {
    background-color: #6f8e20;
    padding: 32px 24px;
    color: #fff;
    margin-top: 30px;
}
.help-box h3{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.services-btn-box {
    margin-top: 30px;
}
.services_btn {
    background: #fff;
    color: #003d8f;
    font-size: 15px;
    padding: 11px 20px !important;
    -webkit-box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    transition: all ease 0.5s 0s;
    text-transform: uppercase;
    font-weight: 600;
}
.services_btn:hover {
    background: #003d8f;
    color: #fff;
    font-size: 15px;
     padding: 11px 20px !important;
    -webkit-box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    transition: all ease 0.5s 0s;
}


/* Product Page */
.product_list {
    margin-bottom: 40px;
}
.d-inline-block {
    display: inline-block !important;
}
.s_servives_diplay {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: table;
    background: #fff;
    margin-bottom: -39px;
    -webkit-box-shadow: 0px 0px 35px -8px rgba(0,0,0,0.15 );
    -moz-box-shadow: 0px 0px 35px -8px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px -8px rgba(0,0,0,0.15);
    position: relative;
    z-index: 25;
}
.s_services_display_cell {
    display: table-cell;
    vertical-align: middle;
}
.s_services_1 {
    -webkit-box-shadow: 0px 0px 35px -8px rgba(0,0,0,0.15 );
    -moz-box-shadow: 0px 0px 35px -8px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px -8px rgba(0,0,0,0.15);
    padding-top: 44px;
    padding-bottom: 22px;
    display: inline-block;
    transition: all .1s ease-in-out;
}
.product_list .s_services_1 {
    min-height: 420px;
}
.srvives_title {
    font-size: 22px;
    color: #222222;
    letter-spacing: 1px;
    position: relative;
    top: 7px;
    cursor: pointer;
    transition: all .1s ease-in-out;
    font-weight: 600;
} 
.title_line_services_1 {
    height: 1px;
    width: 143px;
    background: rgba(213,213,213,0.50);
    display: inline-block;
    transition: all .1s ease-in-out;
}

p.ss_servives_sub_font {
    font-size: 14px;
    color: #777777;
    text-align: justify;
    line-height: 28px;
    margin-top: 22px;
    letter-spacing: 0.5px;
    font-family: 'Varela Round', sans-serif;
    padding: 0px 20px 0px 20px;
    text-align: center;
}
.link-more{
  display: none;
}


/*Archive Page*/
.archive-all {
  margin-top: 80px;
  margin-bottom: 80px;
}

.archive-all .item-box {
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.65);
  margin-bottom: 20px;
}
.archive-all .item-box:hover {
  box-shadow: 0px 5px 5px 0px rgba(77, 129, 190, 0.63);
}
.archive-all .item-box .services-images {
    margin: 15px 0px;
}
.archive-all .item-box .entry-content {
  padding: 15px;
}
.archive-all .product-box .item-box .entry-content p {
  min-height: 80px;
}
.archive-all .sevices-box .item-box .entry-content p {
    min-height: 135px;
}
.archive-all .item-box .service-title {
  text-align: left;
  padding: 0px 15px;
}
.archive-all .item-box .service-title h2 {
    color: #808080;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
}

.archive-all .item-box .service-title h2 a {
    color: #808080;
}

.archive-all .item-box:hover .service-title h2 a {
    color: #003d8f;
}

/* Calculatoers */
.calculators_box{
    margin-top: 80px;
    margin-bottom: 80px;
}
.calculators_1 {
    background-color: #f7f8fa;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 10px;
    transition: all 0.5s ease 0s;
    text-align: center;
}
.calculators_1:hover{
  background-color: rgba(156,187,89,0.1);
}
.calculators_img {
    margin: 20px auto auto;
}
.calculators_1 h4 {
    color: #777;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.calculator-bottom{
    margin-top: 80px;
    margin-bottom: 80px;
}
/* Download Form*/
.download_phone {
    display: none;
}
.special-links {
    background-color: #f6f6f6;
    border: 1px solid #efefef;
    margin-bottom: 35px;
}
.special-links ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}
.special-links ul li {
    padding: 0px !important;
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
}
.special-links ul li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #777;
    padding: 15px 15px 15px 0px;
    position: relative;
    padding-left: 20px;
    transition: all ease 0.5s 0s;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.special-links ul li a:hover {
    background-color: #6f8e20;
    text-decoration: none;
    color: #fff;
    transition: all ease 0.5s 0s;
}

.form-dropdown {
    margin-bottom: 0px;
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 5px;
}
label.dropdown-label {
    font-weight: 500;
    padding-top: 10px;
    float: right;
    font-weight: 600;
}
select.arnno-sl.dropdown-cls.form-control {
    border: 1px solid rgba(157,157,157,0.2);
    color: #818181;
}
.download-cls {
    display: none;
}
.active-download {
    display: block;
}
/* Contact Page */
.contact{
    margin-top: 80px;
    margin-bottom: 80px;
}
.contact_form1 {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ebeef0;
    padding-left: 15px;
    outline: none;
    height: 50px;
    margin-top: 25px;
    background-color: #fbfbfb;
}
.contact_form2 {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ebeef0;
    padding-left: 15px;
    outline: none;
    height: 120px;
    padding-top: 15px;
    margin-top: 20px;
    background: #fbfbfb;
}
.contact_form1 {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    padding-left: 15px;
    outline: none;
    height: 50px;
    margin-top: 25px;
}

.address_text p {
    font-size: 15px;
    color: #777777;
    text-align: justify;
    line-height: 28px;
}

.address_box1 {
    margin-top: 10px;
}
.address_text1 p a {
    color: #777777;
    text-decoration: none;
}
.help-box p{
 font-size: 15px;
 font-weight: 500;
 letter-spacing: 0.5px; 
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #003d8f;
    color: #fff;
}
.tabs {
    margin-top: 30px;
}
.pdf-name b {
    color: #838383;
    font-weight: 500;
}
.pdf-name {
    margin-bottom: 12px;
}
ul.alinks li {
    line-height: 30px;
}
ul.alinks li a {
    color: #003d8f;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.subul li{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.testimonials-content .testimonials-inner-box{
  min-height: 215px;
}

.arrow-bootom {
    bottom: 30%;
    right: 8%;
}
.nav-brand{
  display: none;
}
.navbar-toggler .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggler .icon-bar {
    background-color: #222222;
}

.navbar-toggler.collapsed  .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.collapsed  .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed  .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 20% 10%;
    -ms-transform-origin: 20% 10%;
    transform-origin: 20% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.name-content {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.name-content .tst-img {
    float: left;
    margin: 0 2em 0 0;
}
.testimonial-sec .testimonial-slider img {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
}
.name-content .client-name {
    min-width: 220px;
    text-align: left;
}
.name-content .client-name h3 {
    color: #242424;
    font-size: 22px;
    font-weight: 600;
}
p.designation {
    font-size: 13px;
    color: #898989!important;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.bottom-box-content {
    border-top: 1px solid #d7d7d7;
}
.bottom-box-content p {
    margin-top: 20px!important;
    letter-spacing: .03em;
}
.bottom-box-content p {
    width: 100%!important;
    text-align: left;
    font-size: 15px;
    color: rgba(34, 34, 34, 0.7);
    letter-spacing: 0.5px;
    line-height: 27px;
}
section.testimonials-content {
    margin-top: 80px;
    margin-bottom: 0px;
}
.tst-img img {
    border-radius: 100px;
    width: 80% !important;
    float: left;
    margin-top: -5px;
    margin-left: 0px;
}
.name-content .tst-img {
    width: 16%;
    display: inline-block;
    margin-right: 0;
}

.testimonials-box-cl {
    margin-bottom: 80px;
}
.invester-img {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(239,239,239,0.9);
    padding: 10px;
    text-align: center;
    transition: all ease 0.5s 0s;
}
.dwonload-a-btn{
  color: #003d8f;
}
.dwonload-a-btn:hover{
  color: #6f8e20;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid{
  border: 1px solid red !important;
}
.result_form .contact_form {
    width: 100%;
    height: 45px;
    border: 1px solid rgba(129, 129, 129, 0.2);
    border-radius: 5px;
    padding: 10px;
    background-color: #f5f5f5;
}
.result_form .submit {
    margin-top: 25px;
    background: #266397;
    border: 2px solid #266397;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 40px;
    margin-right: 10px;
    border-radius: 3px;
    transition: all ease 0.5s 0s;
}
#hdQuestionnaireContent{
  max-width: 100%;
}
.result-heading h1{
  font-size: 35px;
  color: #266397;
  font-weight: 600;
  text-align: center;
}
.video-box {
    background-color: #f5f5f5;
    height: 299px;
    margin-bottom: 22px;
}
.video_img-icon {
    position: absolute;
    width: 93%;
    text-align: center;
    top: 18%;
}
.video_title {
    padding: 10px;
}
h3.video_title_tag {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}
.moreBox {
    display: none;
}

.video-page{
  margin-top: 80px;
  margin-bottom: 80px;
}
#loadMore:hover{
  color: #266397;
}
.textwidget.custom-html-widget img {
    width: 60%;
}
.forgotpass {
    margin-top: 25px;
}
.welcomesection-content h2 {
    font-size: 22px;
    color: #474647;
    line-height: 30px;
    margin-bottom: 25px;
}
.data-list .items {
    width: 33.33%;
    float: left;
    text-align: center;
}
.data-list .items p {
    color: #333333;
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
}

.start-gold-plan-title h2{
  font-size: 35px;
  color: #333333;
  text-align: center;
}
.start-gold-plan-title p{
  text-align: center;
  color: #444545;
  font-size: 15px;
}
.star-gold-content h3{
    font-size: 22px;
    color: #474647;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: left;
}
.feature-content p{
    font-size: 15px;
    line-height: 24px;
    color: #949494;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    font-weight: 400;
}
.profile-content h5{
  font-size: 18px;
  color: #3e3e3e;
  margin-bottom: 5px;
}
.profile-content p {
    font-size: 14px;
    color: #6f6f70;
    margin-top: 0px;
    text-align: left;
    font-style: normal;
    line-height: initial;
    font-weight: 400;
}
.profile-content {
    margin-top: 25px;
}
#testimonials_slider .owl-nav{ display: block !important; }

.entry-content h4{
  font-size: 20px;
  text-transform: none;
}
.desktop_video{
    display: block;
}
.phone_video{
    display: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: transparent;
  border: none;
}
.footer-menu ul{
  padding: 0;
  text-align: right;
}
.footer-menu ul li{
  display: inline-block;
  list-style: none;
}
.footer-menu ul li a {
    padding: 0;
    color: #fff;
    font-size: 15px;
    margin-left: 40px;
    transition: all ease 0.5s 0s;
}
.footer-menu ul li a:hover{
  color: #6f8e20;
  transition: all ease 0.5s 0s;
}
.copyright-content {
    margin-top: 10px;
    margin-bottom: 5px;
}
.footer-menu {
    margin-top: 10px;
}


.border_footer {
    border-right: 1px solid rgba(182, 182, 182, 0.2);
    height: 200px;
    float: left;
    margin-left: 20px;
    margin-right: 59px;
    margin-top: 55px;
}
.border_footer1 {
    border-right: 1px solid rgba(182, 182, 182, 0.2);
    height: 200px;
    float: left;
    margin-left: 42px;
    margin-right: 43px;
    margin-top: 55px;
}

.sidebar-menu-list ul{
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}
.sidebar-menu-list ul li {
    padding: 0px !important;
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
}
.sidebar-menu-list ul li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #777;
    padding: 15px 15px 15px 0px;
    position: relative;
    padding-left: 20px;
    transition: all ease 0.5s 0s;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.sidebar-menu-list ul li a:hover {
    background-color: #6f8e20;
    text-decoration: none;
    color: #fff;
    transition: all ease 0.5s 0s;
}
.sidebar-menu-list ul{
    background-color: #f6f6f6;
    border: 1px solid #efefef;
    margin-bottom: 35px;
}
.login_form .ss_slider_btn2 {
    background: #003d8f;
    color: #fff;
    font-size: 16px;
    padding: 14px 25px;
    -webkit-box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    box-shadow: 0px -1px 32px -1px rgba(0,0,0,0.07);
    margin-top: 20px;
    width: 100%;
}
.single-sidebar-widget {
    margin-top: 25px;
    margin-bottom: 30px;
}
.single-sidebar-widget .single-service-contact {
    background: #003d8f;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 95% 85%;
}
.single-sidebar-widget .single-service-contact .inn {
    padding: 0 30px 20px 30px;
}
.single-sidebar-widget .single-service-contact h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0px;
}
.single-sidebar-widget .single-service-contact p {
    color: #f5f5f5;
    line-height: 22px;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.single-sidebar-widget .single-service-contact a {
    background: #6f8e20;
    font-size: 22px;
    padding: 10px 30px;
    color: #fff !important;
    font-style: italic;
    width: 100%;
    display: inline-table;
    font-weight: 700;
    line-height: 26px;
}
body.maintenance header {
	display: none !important;
}