@font-face {
	font-family:Roboto-Black;
    src:url(../fonts/Roboto-Black.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-BlackItalic;
    src:url(../fonts/Roboto-BlackItalic.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-Bold;
    src:url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-BoldItalic;
    src:url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-Italic;
    src:url(../fonts/Roboto-Italic.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-Light;
    src:url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-LightItalic;
    src:url(../fonts/Roboto-LightItalic.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-Medium;
    src:url(../fonts/Roboto-Medium.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-MediumItalic;
    src:url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-Regular;
    src:url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-Thin;
    src:url(../fonts/Roboto-Thin.ttf) format("truetype");
}

@font-face {
	font-family:Roboto-ThinItalic;
    src:url(../fonts/Roboto-ThinItalic.ttf) format("truetype");
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto-Regular';
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	color: var(--primary-color);
	scroll-behavior: smooth;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

****************************** */:root {
	--h1-size: 4rem;
	--h1-weight: 600;
	--h2-size: 3rem;
	--h2-weight: 600;
	--h3-size: 1.5rem;
	--h3-weight: 600;
	--h4-size: 1.3rem;
	--h4-weight: 600;
	--h5-size: 1.2rem;
	--h5-weight: 600;
	--h6-size: 1rem;
	--h6-weight: 600;
	--p-size: 1rem;
	--p-weight: 400;
	--nav-item-color: #444;
	--nav-hover-color: #2c2e30;
	--nav-toggler-color: #7e8085;
	--primary-color: #565656;
	--primary-color-2: #7c4fe0;
	--secondary-color: #666;
	--secondary-color-2: #777;
	--social-color-1: #3b5999;
	--social-color-2: #55acee;
	--social-color-3: #dd4b39;
	--social-color-4: #00b489;
	--white-color: #fff;
	--primary-t-color: #222;
	--primary-p-color: #565656;
	--primary-l-color: rgba(0,0,0,.12);
	--secondary-l-color: rgba(45,49,54,.09);
	--valid-color: #28a745;
	--invalid-color: #ffa200;
	--primary-bg-color: #f6f9fe;
	--primary-bg-color-2: linear-gradient(-47deg,#8731e8 0%,#4528dc 100%);
	--primary-bg-color-3: #fff;
	--primary-bg-color-4: rgba(16,16,45,1);
	--nav-bg-color: #d3d3d3;
}
.color{
    color: #080926, #0b0d38, #f05323,#2e3192;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: unset;
}

p {
	line-height: 19px;
    text-align: justify;
    font-size: 15px;
    color: #424242;
    letter-spacing: 1px;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: transparent;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
	background: #675b39 !important;
	border-radius: 2px;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,.3);
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,.3);
}

.form-control:focus {
	box-shadow: none;
}

ul {
	margin: 0;
}

ul li {
	list-style: none;
}

li {
	list-style-type: none;
	display: inline-block;
}

/* topbar */
.topbar{
    background: #2e3192;
    padding: 7px 0px;
}
.topbar-details li p{
    color: #fff;
    margin-bottom: 0px;
    padding-top: 3px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: Roboto-Bold;
}
.topbar-details img{
   width: 25px;
   margin-right: 10px;
}
.topbar-details li{
    margin-right: 30px;
}
.rays-anker .rays-btn{
    background: #f05323;
    color: #fff;
    font-size: 13px;
    border-color:#f05323 ;
}
.rays-btn img {
    width: 16px;
}
#ray-navigation .navbar-brand img {
    height: 50px;
}
#ray-navigation .nav-link {
    font-family: Roboto-Medium;
    color: #000;
}
#ray-navigation .nav-item {
    margin-left: 10px;
}
.home-crousel-content {
    position: relative;
}
.home-crousel-txt{
text-align: center;
position: absolute;
top: 30%;
width: 50%;
color: #fff;
left: 23%;
}
.home-crousel-txt{
    letter-spacing: 1px;
}
.home-crousel-txt h1{
    text-transform: capitalize;
    font-size: 50px;
}
/* happy customer */
.happy-cutomer{
	position: relative;
	z-index: 99;
}
.happy-cutomer-inner {
	background: #2e3192;
    padding: 35px 25px;
    border-top: 4px solid #f05323;
    margin-top: -50px!important;
}

.single-happy-cutomer {
    display: flex;
	width: 100%;
	z-index: 99;
	border-right: 1px solid #b3b2b2
}
.single-happy-cutomer-img { 
    width: 40px;
    margin-top: 8%;
    text-align: center;
    margin-right: 13px;
}
.single-happy-cutomer-img img{
    width: 60px;
	margin-right: 20px;
}
.single-happy-cutomer-txt h5 {
    color: #fff;
    font-size: 27px;
	margin:5px 0px;
    font-family: 'Roboto-Bold';
}
.single-happy-cutomer-txt p {
    color: #fff;
    font-size: 16px;
}

/* services */
.best-service {
    padding: 60px;
    position: relative;
    margin-top: -73px;
    padding-top: 12%;
    background: #f6f9fe;
    text-align: center;
}
.font-bold{
	font-family: 'Roboto-Bold';
}
.main_h {
    margin-bottom: 40px;
    text-align: center;
}
.single-best-service{
	background: #fff;
	padding:40px 30px;
}
.single-best-service h4 {
    font-family: 'Roboto-Bold';
    margin-top: 20px;
    letter-spacing: .5px;
}
.single-best-service p {
    margin-bottom: 15px;
}

.single-best-service a {
    color: #2e3192;
	text-decoration: none;
    font-family: 'Roboto-Bold';
}
.single-best-service:hover {
	background: #2e3192;
	color: #fff!important;
}
.single-best-service:hover p {
	color: #fff;
}
.single-best-service:hover a{
	color: #fff!important;
}

/* how work */
.how-work{
	background: #2e3192;
	color: #fff;
	padding: 30px;
}
.how-work-img{
	text-align: center;
}
.how-work-heading h3 {
    margin-top: 20px;
    margin-left: 10%;
    font-size: 35px;
}
.how-work-img img {
    width: 75%;
}
.why-us {
    background: #fff;
    padding: 60px;
}
.read-more {
    color: #2e3192;
    text-decoration: none;
}
/* testomonial */
.owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    margin: 5px 4px !important;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #ccc;
    display: block;
}
div#home-carousel .owl-dots{
    position: relative;
}
div#home-carousel .owl-dots:before {
        content: "";
        background-color: #fff;
        width: 2px;
        height: 36px;
        position: absolute;
        top: -47px;
        left:3px
}
div#home-carousel .owl-dots:after {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 36px;
    position: absolute;
    bottom: -47px;
    left: 3px;
}
div#home-carousel .owl-dot.active::before{
    content: "";
    background-color: #fff;
    width: 33px;
    height: 1px;
    position: absolute;
    left: -47px;
    margin-top: 15px;
    
}
div#home-carousel .owl-dot.active button{
    color: #f05323;
    font-family:'Roboto-Bold';
}

div#home-carousel .owl-dots{
    margin-left: 20px;
    position: absolute;
    z-index: 99;
    top: 30%;
    right: 50px;
}
#testomonial-slider .owl-nav.disabled+.owl-dots {
    margin-top: 60px !important;
    text-align: center;
}
#testomonial-slider .owl-dots .owl-dot.active span{
    background: #5a5a5a !important;
   
}
#home-carousel .owl-dot button {
    background: transparent;
    border: none;
    font-size: 22px;
    color: #fff;
    font-family: 'Roboto-Regular';
    letter-spacing: 1px;
}
.testomonial {
    padding: 50px;
    margin-bottom: 10px;
}
.single-testomonial-img img {
    border-radius: 50%;
    height: 250px;
    width: 250px!important;
}
.single-testomonial-img{
	text-align: center;
}
.single-testomonial {
    width: 80%;
    margin: auto;
}
.single-testomonial-txt {
    margin-top: 20px;
}

.single-testomonial-txt p{
	font-size: 20px;
}
.blockquote {
    position: relative;
    padding: 20px 50px 20px 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
}
.blockquote:after {
    font-family: fantasy;
    content: "\201C";
    position: absolute;
    font-size: 60px;
    color: #151515;
    font-style: normal;
}

.blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
	color: #000;
}
.blockquote:before {
    top: 25px;
    left: 20px;
}
.blockquote:before {
    font-family: fantasy;
    content: "\201C";
    position: absolute;
	color: #151515;
    font-size: 60px;
    font-style: normal;
}
.testo-name{
	padding: 0px 50px 0px 50px;
	color: #2e3192;
}
/* footer */
.rays-footer {
    background: #0b0d38;
    padding-top: 65px;
}
.underline {
    height: 2px;
    background: #f05323;
    margin: 15px 0px;
    width: 20%;
}
.rays-footer p {
    color: #fff;
    margin-bottom: 2px;
}
.footer-logo img {
    width: 60%;
}
.footer-list li {
    list-style: disc;
    display: list-item;
}
.footer-list{
	padding-left: 10px;
}
.footer-list li::marker {
    color: #f05323;
}
a{
	text-decoration: none!important;
}
.copyright a{
    font-size: 13px;
    letter-spacing: 1px;
    color: #b3b3b3!important;
}
.social-icon img {
    width: 10%;
    margin-left: 7px;
}
.copyright {
    background: #080926;
    padding: 10px;
}
.any-question-inner p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
}
.any-question-inner {
    padding: 40px;
	position: relative;
    z-index: 99;
	background-image: url(../images/HomePage/Have-any-Question-png.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.any-question {
    z-index: auto;
    position: relative;
    margin-bottom: -40px;
}
.font-lg {
    font-size: 35px;
    font-family: 'Roboto-Bold';
}
/* instant renewal */
.page-banner{
	background-image: url(../images/Instantrenewal/Banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 350px;
}
.main-section {
    padding: 60px;
}
.instant-anker .instant-btn {
    background: #2e3192;
    letter-spacing: 1px;
    border-color: #2e3192;
    padding: 10px 25px;
    color: #fff;
	border: none;
}
/* about us */

.main_h2 {
    margin-bottom: 30px;
    text-align: center;
}
.happy-cutomer-about {
    background: #2e3192;
    /* width: 80%; */
    padding: 35px 25px;
    border-top: 4px solid #f05323;
}
.about-banner{
	background-image: url(../images/Aboutus/Banner-Image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 350px;
}
.about-img img {
    width: 90%;
}
.about-img {
	text-align: center;
}
.our-vision {
    padding: 20px 0px;
}
.our-vision-txt {
    margin-top: 50px;
}
/* contact us */
.contact-map {
    position: relative;
    margin-bottom: -65px;
}
.rays-contact {
    padding: 50px;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 7%);
    width: 90%;
}
.rays-contact .form-control {
    background: #f5f7fa;
	font-size: 13px;
	min-height: 40px;
    border-radius: 0px;

}
.form-anker .form-btn {
    background: #2e3192;
    border: none;
    color: #fff;
    padding: 5px 20px;
}
.contact-details {
    padding: 10px 30px;
}
.single-contact-detail {
    background: #f5f7fa;
    padding: 20px 20px;
    margin-bottom: 25px;
    min-height: 180px;
}
.single-contact-detail img {
	width: 18%;
    margin-bottom: 14px;
}
.single-contact-detail h5{
	font-family: 'Roboto-Bold';
	margin-bottom: 15px;
}
.single-contact-detail p{
	margin-bottom: 0px;
}

/* gallery */

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
  }
  
  .gallery img {
	width: 100%;
  }
  .ser-list li {
    display: list-item;
    list-style: square;
}
.ser-list{
    padding-left: 20px;
}
.ser-left-list .nav-item.active,.ser-left-list .nav-item:hover {
    background: #2e3192;
    border: none;

}
.ser-left-list .nav-item.active a,.ser-left-list .nav-item:hover a{
    color: #fff;
    background: #2e3192;
    border: none;
}

.ser-left-list .nav-item {
    border: 2px solid #c5c5c5;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 2px 40px;
    box-shadow: 1px 0px -1px 0px rgb(0 0 0 / 10%);
    position: relative;
}
.ser-left-list .nav-item a{
   color: #000;
   font-weight: 600;
}
.ser-left-list .nav-item i {
    font-size: 25px;
    margin-left: 26px;
    position: absolute;
    right: 50px;
    top: 9px;
}


.req-quo {
    background-image: url('../images/Servicespage/Service-image-2.png');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px;
    color: #fff;
    text-align: center;

}
.req-quo p {
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.req-quo-list li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.req-quo-list li i {
    font-size: 20px;
    margin-right: 15px;
}
.fan-plan {
    padding: 18px;
}
.service-banner{
    background-image: url(../images/Servicespage/Banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 350px;
}
.contact-banner
{
    background-image: url(../images/contact-us/Banner.png);
	background-repeat: no-repeat;
	background-size: cover;
min-height: 350px;
	background-position: center;
}
.gallery-banner
{
    background-image: url(../images/GalleryPage/Banner.png);
	background-repeat: no-repeat;
	background-size: cover;
min-height: 350px;
	background-position: center;
}
.home-crousel-content img {
    height: 400px;
}
.fade:not(.show) {
    opacity: 1 !important
}
.ser-left-list li {
    border: 2px solid #c5c5c5;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 10px 40px;
    width: 100%;
    box-shadow: 1px 0px -1px 0px rgb(0 0 0 / 10%);
    position: relative;
}
.ser-left-list li a{
   color: #000;
   font-weight: 600;
}
#ray-navigation.nav-item.active {
    color: #fff!important;
    border-bottom: 3px solid #f05323;
}
#ray-navigation.nav-item:hover {
    color: #fff!important;
    border-bottom: 3px solid #f05323;
}
#ray-navigation .nav-item.active {
    border-bottom: 3px solid #f05323;
}
#ray-navigation .nav-item:hover {
    border-bottom: 3px solid #f05323;
}
.slider-contact {
    background: #f5f7fa;
    padding: 60px;
}
#contact-slider .owl-dots{
text-align: center;
}
#contact-slider .owl-dots .active span{
  background:rgb(46 49 146);
}
.single-contact-2 {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 25px;
    text-align: center!important;
    min-height: 200px;
}
.single-contact-2 p {
    text-align: center;
}
#Gallery-slider .owl-dots.disabled {
    display: block!important;
    text-align: center;
    margin-top: 20px;
}
#Gallery-slider .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 4px !important;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #f0606c;
    display: block;
    background: #f0606c;
}
#Gallery-slider .owl-dots .owl-dot:active span {
   background: #f0606c;
}
.gallery-txt {
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 21px 0 rgba(233, 233, 233, .75);
}