/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.slick-track,.slick-initialized{
  opacity: 1 !important;
}
.slick-slider {
  opacity: 0;
}
.slick-initialized.slick-slider{
  opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1440px;
}
h1,h2{
    font-family: "Lato", sans-serif;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background:#06038d;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand h2{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
}
.navbar-brand h2 span{
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing:3px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}
.navbar-brand img {
    max-width: 100%;
    height: 50px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right:50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 5px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content:'';
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    background: #FF9933;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active:after,
.navbar-light .navbar-nav .nav-link:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.navbar .navbar-nav li a:hover {
    color: #FF9933;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover {
    color: #FF9933;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FF9933;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #fff;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    padding:90px 0 45px;
}
.slider-block{
    position: relative;
}
.slider-block img{
    width: 100%;
    height: 850px;
    object-fit: cover;
    object-position: center;
}
.hero-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:30px;
    right: 30px;
}
.hero-slider .slick-dots li{
    line-height: 0;
    margin:0 10px 0 0;
}
.hero-slider .slick-dots li:last-child{
    margin: 0;
}
.hero-slider .slick-dots li button{
    width: 10px;
    height: 10px;
    border: none;
    font-size: 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-slider .slick-dots li.slick-active button{
    background: #FF9933;
}
.banner-data-row{
    padding: 40px 0 0;
}
.banner-data-row h1{
    font-size: 45px;
    font-weight: bold;
    color: #003366;
    text-align: center;
    margin: 0 auto 20px;
}
.banner-data-row p{
    font-size: 24px;
    font-weight:500;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}
.hero-slider .slick-prev,
.hero-slider .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
    width: 35px;
    height: 35px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #06038D;
    background: #fff;
    font-weight:500;
    line-height: 35px;
    display: block;
    border-radius:4px 0px 0px 4px;    
    text-align: center;
    font-size:15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hero-slider .slick-prev {
    left:0;
    right: auto;
}
.hero-slider .slick-prev:before {
    content: "\f053";
    border-radius:0 4px 4px 0;
}
.hero-slider .slick-prev:hover:before,
.hero-slider .slick-next:hover:before{
    color: #fff;
    background: #FF9933;
}


.service-wrp{
    padding: 60px 0;
}
.service-wrp .container{
    max-width: 1200px;
}
.titlebar h2{
    font-size: 40px;
    font-weight: bold;
    color: #003366;
    text-align: center;
    margin: 0 auto 35px;
}

.service-row{
    padding: 35px 0;
}
.service-row .row{
    align-items: center;
}
.service-img img{
    width: 100%;
}
.service-data{
    padding: 0 30px 0 0;
}
.service-data h3{
    font-size: 32px;
    font-weight: bold;
    color: #003366;
    margin: 0 0 5px;
    line-height:40px;
}
.service-data h4{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px;
    line-height: 23px;
}
.service-data p{
    font-size: 18px;
    font-weight:500;
    color: #333;
    line-height: 26px;
    margin: 0 0 25px;
}
.btn-main{
    padding: 10px 25px;
    background: #FF9933;
    display: table;
    font-size: 20px;
    font-weight:600;
    color: #fff;
}
.btn-main:hover{
    background:#FF671F;
    color: #fff;
}
.service-row:nth-child(odd) .service-data{
    padding: 0 0 0 30px;
}

.about-wrp{
    padding: 0px 0 60px;
}
.about-wrp .container{
    max-width: 850px;
}
.about-wrp .titlebar h2{
    margin: 0 auto 20px;
}
.about-wrp p{
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight:500;
    color: #333;
    line-height: 32px;
}

.our-blog-wrp{
    padding: 60px 0;
    background: #f5f5f5;
}
.our-blog-wrp .container{
    max-width: 850px;
}
.our-blog-wrp .titlebar h2{
    margin: 0 auto 20px;
}
.our-blog-wrp p{
    margin: 0 auto 30px;
    text-align: center;
    font-size: 22px;
    font-weight:500;
    color: #333;
    line-height: 32px;
}
.our-blog-wrp .btn-main{
    margin: 0 auto;
}

footer{
    padding: 30px 0;
    background: #06038D;
}
footer .row{align-items: center;}
footer p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #fff;
}
.footlinks{
    display:flex;
    display: flex;
    align-items: center;
}
.footlinks a{
    margin:0 15px 0 0;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    color: #FF9933;
}
/* **** End Home Page **** */

/* **** Inner Page **** */
.culture-wrp{
    padding: 30px 0 60px;
}
.culture-wrp h1{
    font-size: 42px;
    font-weight: bold;
    color: #06038D;
    text-align: center;
    margin: 0 auto 35px;
}
.culture-wrp h3{
    font-size: 24px;
    font-weight:600;
    color: #000;
    line-height: 32px;
    margin: 0 0 10px;
}
.culture-wrp p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #717171;
}
.culture-wrp p strong{
    font-weight: 600;
}
/* **** End Inner Page **** */

/* **** Popup **** */
.modal-dialog{
    max-width: 700px;
    width: 100%;
    margin: 25px auto;
}
.modal-content{
    padding: 40px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    position: relative;
}
.modal-content h2{
    font-size: 26px;
    font-weight: bold;
    color: #003366;
    margin: 0 0 30px;
    line-height:24px;
    text-align: center;
}
.modal-content h3{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0 0 10px;
    display: block;
}
.modal-content .form-group{
    margin: 0 0 20px;
}
.modal-content .form-group .form-control{
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    box-shadow: none;
}
select.form-control{
    -webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;    
}
.modal-content .btn-main{
    border-radius: 0;
    border: none;
}
button.btn-close{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    color: #000;
    text-align: center;
    border: none;
}
button.btn-close:hover{
    color: #fff;
    background: #FF9933;
}
.btn-close:focus{
    box-shadow: none;
}
/* **** End Popup **** */
/****** Blogs Section Css ********/

ul.display-posts-listing {
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.display-posts-listing li.listing-item {
    width: 33%;
}

ul.display-posts-listing li.listing-item a.image {
    display: block;
    margin: 0 0 10px;
}

ul.display-posts-listing li.listing-item a.image:hover,
ul.display-posts-listing li.listing-item a.title:hover {
    text-decoration: none;
    border: none;
}

ul.display-posts-listing li.listing-item a.image img {
    width: 100%;
    height: 100%;
}

ul.display-posts-listing li.listing-item a.title {
    display: block;
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 600;
}

ul.display-posts-listing li.listing-item span.excerpt {
    display: block;
    margin: 10px 0 0;
}

ul.display-posts-listing li.listing-item span.date,
ul.display-posts-listing li.listing-item span.author,
ul.display-posts-listing li.listing-item span.category-display {
    margin: 0 8px 0 0;
}
/* **** About Page **** */
.about-page-wrp{
    position: relative;
    width: 100%;
    padding: 60px 0 40px;
}
.about-page-banner{
    position: relative;
    padding-top: 140px;
}
.about-page-wrp-inner h1{
    font-size: 42px;
    font-weight: bold;
    color: #06038D;
    text-align: center;
    margin: 0 auto 35px;
}
.about-page-wrp-inner h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 32px;
    margin: 0 0 25px;
    text-align: left;
}
.about-page-wrp-inner p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #333;
    text-align: left;
}
.bg-grey{
    background-color: #f5f5f5;
}
.about-page-wrp-list{
    padding: 0 0 0 50px;
}
.about-page-wrp-list h2{
    font-size: 22px;
}
.about-page-wrp-list li{
    list-style: decimal;
    font-size: 24px;
}

.about-page-wrp-list ul{
    padding: 0 0 0 50px;
}
.about-page-wrp-list ul li{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #333;
    text-align: left;
    list-style: circle;
}

.about-vision-list{
    padding: 0 0 0 50px;
}
.about-vision-list li{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #333;
    text-align: left;
    list-style: disc;
}
.about-choose-list{
    padding: 0 0 0 50px;
}

.about-choose-list li{
    list-style: decimal;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #333;
    text-align: left;
}
/* **** End About Page **** */