/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
/* google font ("poppins") ====================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* montserrat===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
hr:not([size]) {
  height: 1px;
  color: #fff !important;
}
html {
    scroll-behavior: smooth;
}
.information a{color: #206be0;}
.card .btn.btn-primary.mt-2 {
  background-color: #206be0;
  color: #fff;
  padding: 20px;
  font-size: 16px;
}

.rounded {
  border-top-right-radius: 7% !important;
border-bottom-right-radius: 7% !important;
}
.heading-blue li{
	
 margin-left: 16px;
  padding: 1px;
  list-style: disc ! important;
}

.heading-blue h3{
	color:#266dde;
}
.text-blue {
  color: #1e315b;
}
.footer-top a:hover {
  color: #1e3156;
}
.home-coll.h-100.p-4.text-center.py-100 {
  border-radius: 20px;
}
.btn.btn-secondary.font-lato.fw-bold.mt-2 {
  background-color: #206be0;
  color: #fff;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.home-coll.h-100.p-4.text-center {
  background-color: #fff !important;
  color: #000 !important;
}
.border-bottom {
  border-bottom: 1px solid #206be0 !important;
  color: #000;
}

.information .btm-text {
  font-size: 20px;
}
.bg-blue {
  background-color: #1e3259;
  color: #fff;
  padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
}
.banner .btn.btn-secondary{
color: #ffffff !important;
border-width: 13px !important;
border-color: #206be0;
border-radius: 0px;
font-size: 18px;
font-weight:bold;
padding:10px;
background-color: #206be0;
}
.banner .btn.btn-secondary:hover{
color: #ffffff !important;
border-width: 13px !important;
border-color: #1c335a;
border-radius: 0px;
font-size: 18px;
font-weight:bold;
padding:10px;
background-color: #1c335a;
}


.collection{
	background: url(../images/home-back.jpg)  no-repeat center fixed;
	height: 650px; 
  background-size: cover;
  background-size: auto;
}

.py-100{
	padding-top: 50px !important;
padding-bottom: 50px !important;
}
.clr-blue{color: #1c2f59;}
.number {
 
  font-size: 60px;
  margin: auto;
  font-weight: 700;
  color:#206be0
}
.information {
  
  background-color: #fff;
  color: #000;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}

a {
    color: #ffffff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    line-height: normal;
    line-height: 1.2;
    font-weight: 600;
}

h1 {
    font-size: 54px;
line-height: 64px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size:28px
}

h4 {
    font-size: 20px;
}

.btn,
button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    padding: 15px 50px;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    border: 1px solid transparent;
}

.btn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}
#licenced {
  background: url(../images/home-btm-bak.jpg) no-repeat center fixed;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  min-height: 594px;
}
.img-fluid.border-radius{
	border-radius:20px;
}

.container {
    max-width: 1400px;
}
.information .btn.btn-secondary.mt-2 {
  background-color: #4181e4;
  color: #fff;
  border-radius: 51px;
}
.information h3{
	color:#1b2e60;
}
.collection h2{
	font-size:34px;
}
img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.text-gold {
    color: #206be0 !important;
}

.bg-black {
    background-color: #000000 !important;
}

span {
    display: inline-block;
}


/*======================== main styling========================= */


/* header  */
header .menu-item.active .nav-link, .nav-link:hover{
    color: #ffffff !important;
}



header {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-inner .logo a img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-right .header-contact {
    text-align: right;
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header .menu-item.active .nav-link, .nav-link:hover {
color: #1f2e5e  !important;
}


.btn-mobile-open,.btn-mobile-close {
    display: none;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

.btn-mobile-close {
    position: absolute;
    right: 20px;
    top: 35px;
}

.primary-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.primary-menu ul li {
    padding: 5px 16px;
}

.primary-menu ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #1f3162;
    display: inline-block;
    padding: 5px;
    position: relative;
}

.primary-menu ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #1e2f60;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.primary-menu ul li a:hover::before,
.primary-menu ul li.active a::before {
    width: 100% !important;
}




/* banner =============== */

.banner {
    position: relative;
    height: 865px;
}

.banner img {
    width: 100%;
    height: 865px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.banner-content-inner {
    font-size: 17px;
    max-width: 600px;
}
.col-why.h-100.p-4.text-center.py-50 {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}


.banner-content h2 {
    max-width: 450px;
    margin-top:30px;
}

.banner-content .banner-cta {
    background: transparent url('../images/btn-bg.png') no-repeat center;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    min-width: 260px;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
}


/* expert services  */

.expert-services {
    padding: 70px 0;
}

.expert-services h2 {
    margin-bottom: 70px;
}

.expert-services .expert-service img {
    margin-bottom: 15px;
}

.expert-services .expert-service h4 {
    margin-bottom:25px;
}

.expert-services .action {
    margin-top: 90px;
}

.expert-services .action .btn {
    padding: 15px 95px;
}


/* services  */

.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
}

.services-list .service {
    position: relative;
}

.services-list .service:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.footer-top h3{
	font-size:21px;
}

.services-list .service h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 0;
}


/* information=================== */

.information {
    padding: 95px 0;
}


/* clients main  */

.clients-main {
    padding: 75px 0;
    background: #000000 url(../images/bg-1.png) no-repeat center;
    background-size: cover;
}

.clients-main .client-inner {
    max-width: 1490px;
    margin: 0 auto;
    padding-top: 75px;
}

.clients-main .client-stats {
    padding:70px 0 100px 0;
    border-bottom: 1px solid #1c1c1c;
    font-size: 21px;
    font-weight: 500;
}

.clients-main .client-stat {
    padding: 0 45px;
}

.clients-main .client-stats .count {
    font-size: 110px;
    font-weight: 600;
    line-height: 1;
    color: #2488da;
    margin-bottom: 25px;
}

.clients-main .client-testimonials {
    padding: 65px 0;
}

.client-testimonials .testimonial-box .quote-img {
    margin-bottom: 25px;
}

.client-testimonials .testimonial-box p {
    margin-bottom: 0;
    max-width: 940px;
    margin: 0 auto;
}

.client-testimonials .testimonial-box .client-name {
    margin-top: 50px;
}


/* footer======================== */

footer {
    font-family: 'Montserrat', sans-serif;
    background-color: #206be0;
    padding: 30px 0;
    font-size: 13px;
    line-height: 24px;
}

.footer-top .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer-socials-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16%;
}

footer .footer-socials-links li {
    margin-right: 5px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

footer .footer-socials-links li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* .copyright================ */

footer .copyright {
    text-align: right;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}

footer .nav-link {    
padding:0px !important;
color: #fff !important;
}

footer .menu-item.active .nav-link, footer.nav-link:hover {
color: #0090df !important;
}


/* back to top button=========== */

.back-to-top {
    border: 0;
    background: #ffffff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    font-size: 30px;
    color: #000000;
    -webkit-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.back-to-top:hover {
    opacity: .8;
}

.breadcrumb {
background-color: transparent !important;
padding: 0px !important;
margin-top: 15px;
font-size: 15px;
padding-bottom: 15px !important;
border-bottom: dashed 1px #c2c2c2;
}
.breadcrumb a{ 
color:#0090df !important;
}
.breadcrumb li.active:before{
content: "\00BB";
font-family: "Font Awesome 5 Free";
margin-right: 5px;
margin-left: 5px;
font-weight: 900;
}

.inner-bnr img{object-fit: cover;  width: 100%;}
.card-body { color: black;}
a.card-link.card-link { color: #0090df;}
#Contact span {display: block !important;}

@media(max-width:479px){
       .inner-bnr img {object-fit: cover;height: 150px !important;width: 100%;}
}


