@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-size: 16px;
    color: #454545;
    font-family: 'Nunito', sans-serif;
    line-height: 26px;
    font-weight: 400;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}
p{
	font-size: 16px;
    font-weight: 400;
    color: #454545;
}
a:hover{
	color: #004fd2!important;
	transition: all 300ms ease;
}
/********** Header **********/
.header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.topbar{
	background: #023F61;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 0px;
    padding-bottom: 0px;
}
.topbar-contact li{
	border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
}
.topbar-contact li i{
	margin-right: 5px;
}
.topbar-contact li a{
	color: #fff;
    font-size: 14px;
    margin-right: 20px;
    padding-right: 20px;
}
.topbar-social li{
	display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-right: 12px;
}
.topbar-social li a{
	font-size: 14px;
    color: #fff;
}
.header-bottom{
	padding: 0 5%;
	transition: all 0.3s ease 0s;
	background: rgba(255, 255, 255 );
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	z-index: 999;
	width: 100%;
	top: 0;
	position: relative;
}
.header.header-sticky .header-bottom {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 7px 18px rgb(24 16 16 / 5%);
    animation: sticky 1s;
    z-index: 999;
    background: #fff;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.logo img{
	max-height: 75px;
}
.navbar{
    position: unset;
}
.navbar ul{
    list-style: none;
}
.navbar>ul{
    display: flex;
    flex-direction: row;
}
.navbar ul li{
    position: relative;
}
.navbar ul li a{
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 22px 20px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}
.navbar ul li a.active ,.navbar ul li a:hover{
    color: #004fd2;
}
.ser-btn ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    gap: 20px;
}
.ser-btn ul li a{
    text-decoration: none;
}
.ser-btn #ser-btn-icon{
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.ser-btn{
    display: none;
}
.down-arrow{
    position: absolute;
    right: 0;
    top: 28px;
    display: inline-block;
    font-size: 13px;
}
.navbar ul ul li a .down-arrow{
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
}
@media(min-width:992px){
  	.navbar ul li ul{
	    position: absolute;
	    list-style: none;
	    min-width: 244px;
	    background: #ffffff;
        padding: 10px 0;
	    border-radius: 0;
	    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 20%);
	    transition: all 0.3s;
	    transform: translateY(20px);
	    visibility: hidden;
	    opacity: 0;
   }
    .navbar ul>li:hover>ul{
	    visibility: visible;
	    opacity: 1;
	    transform: translateY(0);
    }
    .navbar ul ul li{
    	position: relative;
    }
   .navbar ul ul li a{
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 30px;
	    padding-right: 30px;
	    margin: 0;
	    font-family: Montserrat;
	    font-size: 14px;
	    color: #101010;
	    font-weight: 600;
	    height: unset;
	    line-height: 24px;
	    text-transform: capitalize;
    }
    .navbar ul ul li a:hover{
	    color: #004fd2;
    }
    .navbar ul li ul ul{
	    position: absolute;
	    right: 100%;
	    top: 0;
    }
}

@media(max-width:1200px){
    .logo a{
        font-size: 20px;
    }
    .navbar ul li a{
    	font-size: 15px;
    	padding: 22px 16px;
    }
    .ser-btn .enquiry-btn{
    	padding: 10px 3px;
    	font-size: 12px;
    }
}

@media(max-width:992px){
    .navbar>ul{
	    position: absolute;
	    background: #ffffff;
	    left: 0;
	    right: 0;
	    top: 60px;
	    width: 90%;
	    margin: auto;
	    flex-direction: column;
	    border-top: 8px solid #023F61;
	    box-shadow: 0 0 20px rgba(0,0,0,.15);
    }
    .ser-btn{
        display: block;
    }
    .ser-btn #bar-icon a{
	    background-image: linear-gradient(90deg, #023F61 10%, #000 100%);
	    color: #fff;
	    font-size: 27px;
	    padding: 5px 15px;
        border-radius: 5px;
    }
    .logo a{
	    font-size: 30px;
	    font-weight: 800;
    }
    .navbar ul li {
    	border-top: 1px solid #e6e6e6;
    }
    .navbar ul li a{
        padding: 15px 16px;
        color: #101010;
    }
    .navbar ul li>ul{
        background-color: #ffffff;
    }
    .navbar ul li>ul li a{
	    font-size: 13px;
	    padding: 10px 25px;
    }
    .navbar ul ul li a .down-arrow{
	    font-size: 18px;
	    transform: rotate(0deg);
    }
    .navbar ul li a .down-arrow{
	    right: 23px;
	    top: 20px;
	    font-size: 16px;
    }
    .navbar ul li ul li>ul{
        background-color: #ffffff;
    }
    #menu{
	    max-height: 0;
	    visibility: hidden;
	    opacity: 0;
	    transition: all 0.5s;
    }
    #menu.show{
	    overflow-y: scroll;
	    visibility: visible;
	    opacity: 1;
	    max-height: 100vh;
    }
    .submenu{
    	display: none;
  	}
    .submenushow{
    	display: block;
    }
}

/********** Slider **********/
.slider{
	text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 111;
    height: 800px !important;
    width: auto !important;
}
.slider .content{
	padding-top: 200px;
	padding-bottom: 100px;
}
.slider .content .sub-title{
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.slider .content h2{
	font-size: 60px;
    font-weight: 800;
    line-height: 1.35em;
    color: #fff;
    max-width: 910px;
    margin: 0 auto 25px;
}
.slider .content p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    max-width: 710px;
    margin: 0 auto 50px;
}
.site-btn1{
	padding: 15px 32px;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #023F61 10%, #000 100%);
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
    display: inline-block !important;
    border-radius: 4px 4px 4px 4px;
}
.site-btn1:hover{
	background-image: linear-gradient(90deg, #000 10%, #023F61 100%);
    color: #ffffff!important;
}
.site-btn2{
	padding: 15px 32px;
    text-transform: uppercase;
    background-image: linear-gradient(250deg, #ffffff 19%, #ffffff 100%);
    color: #023F61;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
    display: inline-block !important;
    border-radius: 4px 4px 4px 4px;
}
.site-btn2:hover{
	color: #ffffff!important;
    background-image: linear-gradient(90deg, #000 10%, #023F61 100%);
}
.slider .slider-animation .animate{
	position: absolute;
    z-index: 111;
}
.slider .slider-animation .animate.one{
    left: 5%;
    bottom: 12%;
}
.slider .slider-animation .animate.two{
    right: 19%;
    bottom: 10%;
}
.slider .slider-animation .animate.three{
    top: 30%;
    left: 5%;
}
.slider .slider-animation .animate.four{
    bottom: 20%;
    right: 5%;
}
.slider .slider-animation .animate.five{
    top: 10%;
    right: 19%;
}
.slider .slider-animation .animate.six{
    bottom: 16%;
    right: 51%;
}
.rotated-style {
    animation: rotated-style;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}
.rotated-style.new-style {
    animation-duration: 30s;
}
@keyframes rotated-style{
	0% {
	    transform: rotate(0deg);
	}
	100%{
        transform: rotate(359deg);
    }
}
.about{
	padding: 100px 0;
}
.sec-title{
	position: relative;
}
.sec-title .sub-title{
	font-size: 14px;
    font-weight: 700;
    color: #023f61;
    line-height: 28px;
    display: block;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0;
    padding-bottom: 13px;
}
.sec-title .title{
	font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #002129;
    margin: 0;
}
.sec-title .title span{
	color: #023f61;
}
.about-content p{
	font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
    color: #454545;
}
.about-content ul li{
	padding-left: 30px;
	font-size: 16px;
    position: relative;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}
.about-content ul li:before{
	position: absolute;
	content: "\f058";
	font-family: "Fontawesome";
	left: 0;
	color: #004fd2;
	font-size: 20px;
}
.services{
	background-color: #F8F2FD;
	position: relative;
	padding: 100px 0;
}
.service-box{
	display: flex;
    padding: 15px 15px 15px 15px;
    background-color: #FFFFFF5E;
    transition: background 0.5s;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.service-box.box1:hover{
	background-image: linear-gradient(90deg, #fd6509 41%, #ff9200 100%);
}
.service-box.box2:hover{
	background-image: linear-gradient(90deg, #248d73 41%, #03dea8 100%);
}
.service-box.box3:hover{
	background-image: linear-gradient(90deg, #7e06e4 41%, #9b53e0 100%);
}
.service-box.box4:hover{
	background-image: linear-gradient(90deg, #2078db 41%, #129cfd 100%);
}
.service-box.box5:hover{
	background-image: linear-gradient(90deg, #cc0b65 41%, #f2569f 100%);
}
.service-box.box6:hover{
	background-image: linear-gradient(90deg, #02098e 41%, #2a31b1 100%);
}
.service-box .icon{
	position: relative;
    transition: all .3s ease;
}
.service-box .icon .main-img{
	width: 50px;
    max-width: unset;
    height: unset;
    transition: all .3s ease;
}
.service-box:hover .icon .main-img{
	transform: scale(0);
}
.service-box .icon .hover-img{
	width: 50px;
    max-width: unset;
    height: unset;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}
.service-box .content{
	padding-left: 22px;
}
.service-box:hover .icon .hover-img{
	visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.service-box .content h3{
	font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    color: #002129;
}
.service-box:hover .content h3{
	color: #ffffff;
}
.service-box .content p{
	font-size: 16px;
    color: #454545;
    font-weight: 400;
}
.service-box:hover .content p{
	color: #ffffff;
}
.home-service-img{
	padding: 0 10px 0 16px;
}
.home-bg{
	background-image: url(../../assets/img/home-bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home-bg .content{
	background-image: url(../../assets/img/shape-image.png);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 850px;
    margin: 0 auto;
    padding: 80px 10px 80px 10px;
    border-radius: 6px;
    text-align: center;
}
.why-us{
	padding: 100px 0;
	position: relative;
	background-color: #F8F2FD;
}
.why-us h4{
    font-size: 18px;
    font-weight: 700;
    color: #023F61;
}
.accordion-button:focus{
    box-shadow: none;
    border-color: none;
}
.progress-bar-box{
	position: relative;
	margin-bottom: 20px;
}
.progress-bars .progress-title{
	font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", Sans-serif;
    color: #454545;
    padding-bottom: 5px;
    letter-spacing: 1.2px;
}
.progress-bars .progress-bar-percent{
	height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0px;
    font-family: "Nunito", Sans-serif;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
}
.progress-bars .progress{
	margin-top: 5px;
    height: 12px;
    padding: 2px;
}
.blog{
	padding: 100px 0;
}
.blog-box{
	transition: all 500ms ease;
    border-radius: 5px;
    box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
    background: #fff;
    margin-bottom: 40px;
}
.blog-box .img{
	position: relative;
}
.blog-box .content{
	padding: 35px 35px 35px 35px;
    background: #fff;
}
.blog-box .content h3 a{
	font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
	color: #002129;
}
.blog-box .blog-meta{
	margin-bottom: 10px;
    display: flex;
}
.blog-box .blog-meta li{
	font-size: 14px;
    color: #454545;
}
.blog-box .blog-meta .admin{
	margin-left: 25px;
}
.blog-box .blog-meta li i{
	color: #004fd2;
    padding-right: 5px;
}
.blog-box .blog-btn{
	font-size: 16px;
    color: #002129;
    font-weight: 600;
}
.blog-box .blog-btn:hover{
	color: #004fd2;
}
.footer{
	background-image: url(../../assets/img/footer-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.footer-top{
	padding: 92px 0 20px
}
.footer-widget .footer-logo img{
	height: 50px;
    background: #fff;
}
.footer-widget .footer-social li{
	display: inline;
    margin-right: 8px;
}
.footer-widget .footer-social li a{
	display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ffffff;
}
.footer-widget .footer-social li a i{
	line-height: 35px;
}
.footer-widget .footer-social li a:hover{
	color: #ffffff;
    background: #ffffff;
    border: 1px solid #004fd2;
}
.footer-widget h3{
	font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}
.footer-widget .footer-contact li{
	padding: 0px 0px 16px 40px;
    position: relative;
    color: #ffffff;
}
.footer-widget .footer-contact li i{
	color: #004fd2;
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 20px;
}
.footer-widget .links li{
	margin-bottom: 15px;
}
.footer-widget .links li a{
	font-size: 16px;
    color: #ffffff;
}
.footer-widget .newsletter input[type="email"] {
    border: 2px solid rgba(232, 227, 227, 0.2);
    width: 100%;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    margin: 0;
    color: #fff;
    overflow: hidden;
    background: transparent;
    margin-bottom: 15px;
}
.footer-widget .newsletter input[type="email"]:focus{
	outline: none;
}
.footer-widget .newsletter input[type="submit"]{
	padding: 15px 28px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    position: relative;
    border: none;
    text-transform: capitalize;
    outline: none;
    transition: all .5s ease;
    cursor: pointer;
}
.footer-widget .newsletter input[type="submit"]:hover{
	background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 100%);
}
.footer-bottom{
	padding: 20px 0;
    background: #023F61;
}
.footer-bottom p{
	margin-bottom: 0px;
	color: #ffffff;
}
.page-title{
	background-image: url(../../assets/img/breadcrumb.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 252px 0 90px;
}
.page-title h2{
	font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    margin-bottom: 5px;
    color: #ffffff;
}
.page-title .breadcrumb .breadcrumb-item{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.page-title .breadcrumb .breadcrumb-item a{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
.page-title .breadcrumb .breadcrumb-item.active{
	color: #004fd2;
}
.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
    content: "\f105";
    font-family: "Fontawesome";
}
.testimonial{
	background-color: #F8F2FD;
	padding: 100px 0;
}
.testimonial-item{
	background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    padding: 90px 42px 40px 42px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}
.testimonial-item .item-content img{
	max-width: 30px;
    top: 51px;
    position: absolute;
    left: 11%;
}
.testimonial-item .item-content p{
	font-size: 16px;
    font-style: italic;
    line-height: 1.9em;
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
    padding: 0 0 30px 0;
}
.testimonial-item .testi-content{
	display: flex;
    align-items: center;
}
.testimonial-item .testi-content .img img{
	width: 65px;
    height: 65px;
    border-radius: 50px 50px 50px 50px;
}
.testimonial-item .testi-content .information{
	padding-left: 21px;
}
.testimonial-item .testi-content .information .testi-name{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #002129;
}
.testimonial-item .testi-content .information .designation{
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito", Sans-serif;
    color: #878787;
    display: block;
}
.testimonial-carousel .owl-dots{
	text-align: center;
	margin-top: 20px;
}
.testimonial-carousel .owl-dots .owl-dot.active{
	background-color: #a511dc;
}
.testimonial-carousel .owl-dots .owl-dot{
	width: 10px!important;
	height: 10px!important;
	background-color: #01212e;
	border-radius: 50%;
	margin: 0 5px;
}
.contact{
	padding: 100px 0;
	position: relative;
}
.contact-box .contact-item{
	display: flex;
}
.contact-box .contact-item .icon{
	background-image: linear-gradient(275deg, #af2af3 0%, #004fd2 100%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin-right: 23px;
}
.contact-box .contact-item .icon i{
	font-size: 20px;
    line-height: 45px;
    color: #ffffff;
}
.contact-box .contact-item .text span{
	font-size: 20px;
    font-weight: 700;
    color: #002129;
    display: block;
    margin-bottom: 5px;
}
.contact-box .contact-item .text a{
	color: #454545;
	font-family: 'Nunito', sans-serif;
}
.contact-form .from-control {
    padding: 15px 20px 15px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #F6F7F9;
    width: 100%;
    max-width: 100%;
    outline: none;
    border:1px solid #004fd2;
}
.contact-form .from-control:focus{
	background-color: #ffffff;
}
.contact-form textarea.from-control{
	height: 150px;
}
.map{
	padding-bottom: 40px;
}
.service-detail{
	padding: 100px 0;
}
.service-detail h2{
	color: #0a0a0a;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 800;
    margin-top: 34px;
}
.service-sidebar .service-list li a{
	display: block;
    border: 2px solid #e8e8e8;
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #002129;
    margin-bottom: 15px;
    transition: all 100ms ease;
}
.service-sidebar .service-list li a:hover , .service-sidebar .service-list li a.active{
	background-image: linear-gradient(90deg, #023f61 10%, #000 100%);
    color: #ffffff!important;
    border-radius: 5px;
/*    border-color: #0B70E1;*/
}
.service-sidebar .service-list li a:before{
	content: "\f105";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: fontawesome;
    color: #1c1b1b;
}
.service-sidebar .service-list li a:hover::before , .service-sidebar .service-list li a.active::before{
	color: #ffffff;
}
.service-sidebar .services-add{
	background-image: url(../../assets/img/service-add.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    padding: 50px 47px 53px;
}
.service-sidebar .services-add .icon{
	display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
    margin-bottom: 30px;
}
.service-sidebar .services-add .icon:before{
	content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #ffffff;
}
@keyframes pulse-border {
	0% {
	    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	    opacity: 1;
	  }
	  100% {
	    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	    opacity: 0;
	}
}
.service-sidebar .services-add .icon i{
	text-align: center;
    color: #004fd2;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}
.service-sidebar .services-add .title{
	font-size: 24px;
    line-height: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
}
/*.service-sidebar .services-add a{
	font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #ffffff;
}*/
.blog-sidebar .recent-posts{
	background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}
.blog-sidebar h3{
	color: #002129;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin: 0;
}
.blog-sidebar h3:before{
	content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #004fd2;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
.blog-sidebar .recent-posts .recent-post-box{
	margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-sidebar .recent-posts .recent-post-box .img{
	width: 100px;
    float: left;
    padding-right: 15px;
}
.blog-sidebar .recent-posts .recent-post-box .desc{
	display: block;
    font-size: 12px;
    color: #888;
    overflow: hidden;
}
.blog-sidebar .recent-posts .recent-post-box .desc a{
	font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #002129;
    display: block;
}
.blog-sidebar .recent-posts .recent-post-box .desc a:hover{
	color: #004fd2;
}
.blog-sidebar .recent-posts .recent-post-box .desc .date{
	display: block;
}
.blog-sidebar .categories{
	background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-top: 40px;
}
.blog-sidebar .categories ul li{
	margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-sidebar .categories ul li a{
	font-size: 15px;
    font-weight: 500;
    color: #002129;
}
.blog-sidebar .categories ul li a:hover{
	color: #004fd2;
}
.partners{
	padding: 100px 0;
}
.partner-box{
	position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 0 3px 0 3px;
    border: 1px solid #004fd2;
    padding: 10px;
    margin-bottom: 40px;
}
.partner-box:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
}
.partner-box:hover::before{
	opacity: 0.9;
    visibility: visible;
}
.partner-box .partners-box-inner{
	opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}
.partner-box:hover .partners-box-inner{
    opacity: 1;
    visibility: visible;
}
.partner-box .partners-box-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.partner-box .partners-box-inner h3{
	font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #ffffff;
}
.career{
	padding: 100px 0;
	position: relative;
}
.career-img{
	background-image: url(../../assets/img/career.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 50px 0 220px 0;
}
.career-form{
	background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
	padding: 40px;
	max-width: 600px;
	margin-top: -180px;
	position: relative;
	border: 1px dashed #ffffff;
	border-radius: 10px;
}
.career-form .form-control, .career-form .form-select{
    padding: 10px 20px 10px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    outline: none;
    border: 1px solid #004fd2;
    font-weight: 500;
}
.career-form .form-control:focus, .career-form .form-select:focus{
	box-shadow: none;
	border: 1px solid #004fd2;
}
.career-form textarea.form-control{
	height: 150px;
}
.career-form .site-btn2:hover{
	border:1px solid #ffffff;
}
.jobs{
  /*background-color: #f5f6fa;*/
  position: relative;
  padding: 100px 0;
}
.job-block{
  position: relative;
  padding:20px 10px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  background-image: url(../../assets/img/service-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
}
.job-block:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  background-image: linear-gradient(90deg, #023F61 10%, #000 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.job-block:hover::before, .job-block:hover::after{
  height: 100%;
}
.job-block:after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  background-image: url(../../assets/img/service-bg-hover.png);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.job-block img{
  position: absolute;
  top: 38%;
}
.job-block:hover img{
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
}
.job-block .job-inner{
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  align-items: center;
  position: relative;
}
.job-block .job-inner .job-inner-left{
  flex: 0 0 75%;
  max-width: 75%;
}
.job-block .job-inner .job-inner-left h3{
  color: #023F61!important;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}
.job-block .job-inner .job-inner-left h3 a{
  transition: all 300ms ease;
  color: #023F61!important;
}
.job-block .job-inner .job-inner-left h3:hover a{
  color: #fff !important;
  letter-spacing: 1px;
}
.job-block:hover .job-inner .job-inner-left h3 a{
  color: #fff !important;
}
.job-block .job-inner .job-inner-left ul li{
  list-style-type: none;
  display: block;
  font-size: 14px;
  color: #808291;
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}
.job-block:hover .job-inner .job-inner-left ul li{
  color: #ffffff;
}
.job-block .job-inner .job-inner-left ul li i{
  display: inline-block;
  color: #023F61;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.job-block:hover .job-inner .job-inner-left ul li i{
  color: #ffffff;
}
.job-block .job-inner .job-inner-right{
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
  position: relative;
}
.job-block .job-inner .job-inner-right .site-btn2{
  padding: 6px 22px;
  border: 1px solid #023F61;
  text-align: center;
  display: block;
}
.job-block .job-inner .job-inner-right .job-type{
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  padding: 2px 12px;
  font-weight: 700;
  overflow: hidden;
  color: #ffffff;
  background-image: linear-gradient(90deg, #023F61 10%, #000 100%);
  border-radius: 5px;
  text-align: center;
  display: block;
  cursor: none;
  width: 98px;
  right: 0;
  bottom: 94px;
}
.job-block:hover .job-inner .job-inner-right .job-type{
  background: #f4f5fa;
  border: 1px solid #023F61;
  color: #2e2d2d;
}
.job-detail{
  padding: 100px 0;
  background: #f6f6f6;
}
.job-detail-content{
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.job-description{
  margin-bottom: 40px;
}
.job-description h2{
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  margin-top: -8px;
  color: #2e2d2d;
}
.job-description ul li{
  list-style-type: none;
  display: block;
  color: #808291;
  margin-bottom: 12px;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
.job-description ul li:before{
  position: absolute;
  content: "\f101";
  font-family: "Fontawesome";
  left: 0;
  color: #023F61;
}
#apply-btn-content{
  background: #0e1e2a;
  color: #fff;
  font-size: 24px;
  padding: 18px;
  border-radius: 10px;
  display: none;
}
.job-overview{
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.job-overview h3{
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #0080003d;
  position: relative;
}
.job-overview h3:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background-image: linear-gradient(90deg, #023F61 10%, #000 100%);
}
.job-overview ul li{
  list-style-type: none;
  display: block;
  color: #808291;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}
.job-overview ul li i{
  background-image: linear-gradient(90deg, #023F61 10%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 32px;
}
.job-overview ul li p{
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
}
.job-overview ul li span {
  display: block;
  font-size: 14px;
  color: #808291;
}