@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,100;1,400;1,700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Lato', sans-serif;
    color: #000219;
}
.navbar-nav .nav-link {
    font-family: 'Lato', sans-serif;
}
header {
    background-color:#fff;
    padding: 5px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.3s ease-in-out;
     box-shadow: 0 5px 50px #021d2b52;

}
a.navbar-brand img {
    max-width: 100px;
    object-fit: contain;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
ul.navbar-nav li.nav-item {
    margin: 0 5px;
    position: relative;
}

.navbar-nav .nav-link {
    color: #000219;
    font-weight: 700;
    text-transform: uppercase;
}
.core-team{
    display:none;
}
header .navbar-collapse {
    justify-content: end;
}
.gt-a-btn a {
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px 16px;
    line-height: 1;
    transition: all .5s ease;
    text-align: center;
    background-color: #3c1ba9;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.nav-btn , .view-btn{
   border:2px solid #3c1ba9;
   display:none;
}
.nav-btn:hover , .view-btn{
   border:2px solid #3c1ba9;
}
.about-btn{
   border:2px solid #3c1ba9;
}
.about-btn:hover{
    border:2px solid #3c1ba9;
}
.sub-btn{
    border:none;
}
.gt-a-btn.new {
    margin-top: 10%;
}
.sec {
    width: 100%;
    padding: 12px 35px;
    background-image: url(../images/icon_bg.jpg);
    color: #fff;
}
.abt_sec_heading h5 {
    font-size: 24px;
    color: #3c1ba9;
}
.section_content {
    margin-top: -90px;
}
.about_section {
    padding: 60px 0;
}
p.influe {
     font-weight: 700 !important;
    font-size: 24px !important;
}
.sec h5 {
    font-weight: 600;
    padding: 20px;
    font-size: 23px;
    font-weight: 700;
}
.icn-s-bx {
    display: flex;
    align-items: center;
}
.icn-s-bx img {
    width: 50px;
}
.about_img {
    height: 100%;
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_section h5 {
    color: #e21f36;
}
ul.li_section li {
    list-style: none;
}
.fa-check-circle:before {
    color: #e21f36;
    margin-right: 10px;
}

.our_section {
    background-image: url(../images/our-chellenge.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    color: #fff;
    padding: 80px 0;
    background-attachment: fixed;
}
.sec_heading_outr {
    text-align: center;
}
.sec_title {
    max-width: 700px;
    margin: 0 auto 30px;
}
.sec_subtitle {
    color: #fff;
}
.blogs_sec_home h5.sec_subtitle {
    color: #3c1ba9;
}
.our_section .row {
    margin-left: -10px;
    margin-right: -10px;
}
.our_section .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.our_section .sec_heading_outr {
    padding-bottom: 30px;
}

.sec_challeng {
    background: #fff;
    padding: 20px;
    height: 100%;
    min-height:260px;
}
.sec_services {
    text-align: left;
    height: 100%;
    background-color: #000219;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}
.sec_services:hover {
    box-shadow: 0 0 15px #021d2b9c;
}
.red {
    color: #e21f36;
}
.gt-a-btn.new.red_but a {
    padding: 8px 17px;
    font-size: 12px;
}

.testimoinal_sec {
    background-image: url(../images/our-cstmr.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    background-attachment: fixed;
}
.testimoinal_sec i.fa.fa-quote-right {
    margin-bottom: 24px;
    color: #e21f36;
    font-size: 27px;
}

.sec_network {
    background-image: url(../images/news_img.jpg);
    padding: 27px;
    color: #fff;
    padding-top: 28%;
}
.sec_network a {
    color: #e21f36;
    text-decoration: none;
}
.col-md-12.center_but .gt-a-btn.new {
    text-align: center;
}
.partners {
    margin-bottom: 5%;
}
footer {
    background: #fff;
    color: #000219;
    padding: 30px 0;
     box-shadow: 0 5px 50px #021d2b52;
}
footer h5 {
    margin-top: 34px;
    margin-bottom: 23px;
    color:#000219;
}
footer li,
footer a {
    color: #000219;
    text-decoration: none;
    list-style: none;
}
footer a {
    word-break: break-word;
}
ul.footer_menu.address i {
    color: #3c1ba9;
}

i.fa.fa-mobile {
    font-size: 25px;
}
footer li {
    margin-bottom: 10px;
}
footer ul.footer_menu.address li {
    display: flex;
}
footer ul.footer_menu.address li i {
    width: 30px;
    flex-shrink: 0;
    text-align: center;
    margin-top:5px;
}
.mobile{
    display:none;
}
ul.footer_menu.address i.fa.fa-map-marker {
    font-size: 21px;
}
footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #504e4e;
}

.footer_social_outr {
    float: right;
    display: inline-block;
}
.footer_social_outr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
footer .footer_social_outr li {
    padding: 0 10px;
    margin-bottom: 0;
    border-right: 1px solid #ffffff;
    line-height: normal;
}
.footer_social_outr li:last-child {
    border-right: none;
}
.copy {
    float: left;
    margin: 0;
}

.top_heading_sec.part {
    padding-top: 10px;
    padding-bottom: 40px;
}
.gt-a-btn.new.form {
    margin-top: 20px
}
.get_in_touchsec {
    margin-bottom: 4%;
}
.get_in_touchsec {
    background-image: url(../images/get-in-bg.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.col-md-12.center_but,
.gt-a-btn.new {
    margin-top: 27px;
    margin-bottom: 0px;
}

footer li a:hover {
    color: #3c1ba9;
    text-decoration: none;
}

.gt-a-btn a:hover {
    /*background: #fff;*/
    color: #fff;
     /*border:2px solid #3c1ba9;*/
}

.gt-a-btn a {
    font-size: 12px;
    padding: 13px 15px 13px;
}

.partners img {
    width: 100px;
    margin: auto;
    display: flex;
}

h3 {
    letter-spacing: 1px;
    font-weight: bold;
}

.about_content h4 {
    font-size: 23px;
    font-weight: 600;
}

.gt-a-btn.new.red_but a:hover,
.get_in_touchsec .gt-a-btn.new.form a:hover {
    background-color: #fff;
    color: #3c1ba9;
}

.gt-a-btn.quote a {
    font-size: 12px;
}

.gt-a-btn.quoten a {
    font-size: 15px;
}

.gt-a-btn.quote a {
    display: inline-block;
    font-size: 16px;
    padding: 13px 20px;
}

.about_content h4 {
    font-size: 30px;
    font-weight: bold;
}

.about_content p,
.about_content ul {
    color: #000219;
    font-size: 16px;
}
.sec_subtitle,
.banner_content h5,
.about_content h5 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.sec_title {
    font-size: 40px;
    font-weight: 900;
}

.sec_challeng h5 {
    font-size: 18px;
    font-weight: 900;
    color: #000219;
}



.sec_challeng img {
    margin-bottom: 10px;
    height: 38px;
    object-fit: contain;
    width: 35px;
}

.sec_challeng p {
    margin-bottom: 0;
}

.our_services {
    padding: 80px 0 50px;
}

.sec_services img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.navbar-nav a.nav-item.active {
    color: #3c1ba9;
}
.net_deg {
    text-align: center;
    padding: 17px;
}

.net_deg h5 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.gt-a-btn.new.red_but {
    margin: 0;
}

.gt-a-btn.new.red_but a,
.newletter_sec .gt-a-btn a,
.get_in_touchsec .gt-a-btn.new.form a {
    display: inline-block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.gt-a-btn.new.red_but a:after,
.newletter_sec .gt-a-btn a:after,
.get_in_touchsec .gt-a-btn.new.form a:after {
    content: "";
    width: 25px;
    height: 15px;
    position: absolute;
    right: -10px;
    background-color: #000219;
    transform: rotate(-38deg);
    bottom: -8px;
}

.sec_network {
    background-image: url(../images/news.png);
    padding-top: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec_network h6 {
    font-size: 20px;
    font-weight: 900;
}

.sec_network a i {
    margin-left: 6px;
}
.testimoinal_sec {
    padding: 70px 0;
}
.testi_slide {
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding: 0 15px;
}
.testimoinal_sec h3 {
    font-size: 40px;
}
.testimoinal_sec p {
    font-size: 20px;
    margin-bottom: 30px;
}

.newletter_sec {
    padding: 70px 0;
}

.newletter_sec .center_but {
    margin-bottom: 0;
}

.newletter_sec .gt-a-btn a:after {
    background-color: #fff;
}

.newletter_sec .gt-a-btn a {
    padding: 13px 25px;
}

.get_in_touchsec .gt-a-btn.new.form {
    margin: 0;
}

.get_in_touchsec .gt-a-btn.new.form a {
    display: inline-block;
    line-height: normal;
    padding: 15px 30px;
}

.get_in_touchsec .center_but {
    margin-bottom: 0;
}

.get_in_touchsec {
    padding: 90px 0;
    margin-bottom: 0;
    background-position: right;
}

.get_in_touchsec input.form-control {
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 46px;
}

.get_in_touchsec label {
    margin-left: 0 !important;
    font-size: 20px;
}

.get_in_touchsec .contact_form {
    max-width: 820px;
    margin: auto;
}

.partners {
    padding: 70px 0;
    margin: 0;
}

.partners .top_heading_sec.part {
    padding-top: 10px;
    padding-bottom: 20px;
}

footer h5 {
    font-size: 22px;
    border-bottom: 1px solid #504e4e;
    padding-bottom: 10px;
}

ul.footer_menu.address i {
    width: 25px;
    margin-right: 2px;
}

.social-icons ul {
    display: flex;
}

.social-icons ul li {
    margin: 0;
    margin-right: 10px;
}

.social-icons ul li a {
    width: 42px;
    display: inline-block;
    height: 42px;
    text-align: center;
   background-color: #3c1ba9;
    line-height: 42px;
    font-size: 21px;
}

.social-icons ul li a i {
    color: #fff;
}
.social-icons ul li a:hover i{
    color: #fff;
}

.social-icons ul li a:hover {
    background-color: #3c1ba9;
    color:#fff;
}

.partners ul.slick-dots {
    display: none !important;
}

.navbar .gt-a-btn.quoten a:hover {
    background-color:#fff;
    color: #3c1ba9;
}

.About_topsection {
    margin-top: 38px;
}

.content_boxsec {
    display: flex;
}

.icon_box {
    margin-right: 14px;
    height: 50px;
}

.content-box h5.eael-feature-list-title {
    margin-bottom: 1px;
    font-size: 18px;
    margin-top: 3px;
}

.icon_box.one img {
    width: 40px;
}

.Main-bg.about {
    background-image: url(../images/about-bg2.png);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h4.border_sec {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
}

.about_page_img img {
    border: 3px solid #3c1ba9;
    padding: 6px;
}

.about_content h5 {
    font-size: 21px;
    color: #3c1ba9;
}

.Contact_content {
    padding: 20px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color:#3c1ba9;
}

ul.contacts_address li a {
    color: #000;
    text-decoration: none;
}
ul.contacts_address li {
    list-style: none;
}
.box-content a.description {
    color: #000;
}

.title {
    font-weight: 600;
    font-size: 20px;
}

.icon-box {
    margin-top: 9px;
}

.contact-icons li {
    list-style: none;
    display: inline-block;
    font-size: 30px;
    margin-right: 11px;
}

.icon-box li {
    list-style: none;
}






/************************************************/
/*************  Media queries  *****************/
/**********************************************/

@media screen and (max-width: 1199px) {
    .sec {
        padding: 12px 20px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .about_content h4 br {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    
    ul.navbar-nav li.nav-item {
        margin: 0;
    }
    .sec h5 {
        font-size: 20px;
    }
    .icn-s-bx img {
        width: 32px;
    }
    .sec_title {
        font-size: 30px;
    }
    .sec_challeng {
       text-align: center;
        padding: 15px;
    }
    .our_services {
        padding: 50px 0 20px;
        margin-bottom: 0;
    }
    header .navbar-collapse{
        padding-bottom:20px;
    }
    header {
    background-color:rgb(255 255 255 / 92%);
}
.banner_content{
    margin-top:30px;
}
}

@media screen and (min-width: 768px) {

    .footer_social_outr li:last-child {
        padding-right: 0;
    }

}

@media screen and (max-width: 767px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .col-md-6.form_left label {
        margin-left: 0px;
    }
    .col-md-6.form_left input.form-control {
        margin-left: 0px;
    }
    .banner_content {
        width: 100%;
        margin: auto;
    }
    .sec {
        margin-bottom: 20px;
    }
    .about_content h4 {
        font-size: 19px;
    }
    .our_section {
        height: auto;
    }
    .sec_services img {
        width: 100%;
        height: auto;
    }
    .partners img {
        margin: auto;
        display: flex;
    }
    .sec_network {
        margin-bottom: 20px;
    }
    .col-md-12.center_but,
    .gt-a-btn.new {
        margin-top: 12px;
    }
    .form-control {
        width: 100%;
    }
    .gt-a-btn.new.form {
        margin-top: 0px;
    }
    .gt-a-btn a {
        font-size: 11px;
        padding: 12px 16px 11px
    }
    .about_section,
    .our_services,
    .newletter_sec,
    .partners {
        padding: 40px 0;
    }
    .our_section,
    .testimoinal_sec,
    .get_in_touchsec {
        padding: 60px 0;
    }
    .sec_title {
        font-size: 25px;
    }
    .sec_subtitle
    .banner_content h5,
    .about_content h5 {
        font-size: 18px;
    }
   .contact_section {
        height: 340px;
   }
    .Contact_address {
        padding-left: 0px;
    }
    .Main-bg.about {
        height: 350px;
    }
    footer h5 {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .footer_logo {
        margin-bottom: 5px;
    }
    .testimoinal_sec h3 {
        font-size: 30px;
    }
}

