/* ***** 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;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 90%;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    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 img {
    max-width: 100%;
    width: 300px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.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;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 60px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 20px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #2C71FC;
    bottom: 0;
    right: 0;
    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{
    width: 100%;
    right: auto;
    left: 0;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #fff;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.nav-contact{
    margin-left: 50px;
    display: flex;
    align-items: flex-start;
}
.nav-contact li{
    margin-right: 10px;
}
.nav-contact li:last-child{
    margin: 0;
}
.nav-contact li a{
    width: 40px;
    height: 40px;
    background:#F6F6FF ;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #2C71FC;
    display: block;
    border-radius: 100%;
}
.nav-contact li a:hover{
    background: #000;
    color: #fff;
}
/* **** 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 ****** */
.banner-wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
}
.banner-wrapper:after{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.30;
}
.videofrem{
    width: 100%;
    height: 100vh;
    position: relative;
}
.videofrem video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.videofrem:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
    top: 0;
    left: 0;
}
.banner-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.banner-center h1{
    font-family: 'Arvo';
    color: #fff;
    font-size: 72px;
    font-weight:500;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.banner-center h2{
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    line-height: 45px;
    margin: 0 0 65px;
}
.banner-center .btn-main{
    padding: 20px 45px;
    border-radius:0px;
    background: transparent;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.banner-center .btn-main i{
    margin-left: 10px;
}
.banner-center .btn-group .btn-main{
    margin-right:30px;
}
.banner-center .btn-group .btn-main:last-child{
    margin: 0;
}
.banner-center .btn-group .btn-main:hover{
    background: #fff;
    color: #1a1a1a;
}

.discover-rw{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.discover-rw a{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.discover-rw a i{
    margin-left: 5px;
}
.discover-rw a:hover{
    color:rgba(255, 255, 255, 0.60);
}

.service-wrp{
    padding: 120px 0 80px;
    position: relative;
    background: #dae3e5;
}
.titlebar{
    margin: 0 auto 40px;
}
.titlebar h2{
    position: relative;
    display: table;
    margin: 0 auto 10px;
    font-size:58px;
    text-align: center;
    font-weight:800;
    text-transform: capitalize;
    color: #1A1A1A;
}
.titlebar P{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 0;
    line-height: 26px;
}
.service-wrp .titlebar{
    margin: 0 auto 70px;
}
.service-block{
    display: flex;
    flex-flow: column;
    height:calc(100% - 35px);
    padding: 35px;
    border: 2px solid #333;
    margin: 0px 0 35px;
    border-radius: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.service-block:hover{
    border-color: #999;
}
.service-img{
    width: 50px;
    height:80px;
    border-radius: 0;
    background:transparent;
    margin: 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.service-img img{
    height: 55px;
}
.service-data{
    padding: 20px 0 0;
}
.service-data h3{
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 38px;
}
.service-data p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height:28px;
    margin: 0 0 15px;
}
.service-data ul li{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
}
.service-data ul li:before{
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    color: #2C71FC;
    font-size: 18px;
    top: 0px;
    left: 0;
}

.our-skill-wrp{
    padding:120px 0;    
    position: relative;
    background: #fff;
}
.skill-slider .slick-slide {
    margin: 0 15px;
}
.skill-slider .slick-list {
    margin: 0 -15px;
}
.skill-box{
    padding:35px;
    background: #dae3e5;
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.skill-box img{
    height: 130px;
    margin: 0 auto 35px;
}
.skill-box h3{
    font-size:24px;
    font-weight: 500;
    color: #333;
    line-height:36px;
    margin: 0;
    text-align: center;
}


.our-technical-wrp{
    padding:120px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.our-technical-wrp .container-fluid{
    padding: 0;
}
.technical-slider .slick-slide {
    margin: 0 15px;
}
.technical-slider .slick-list {
    margin: 0 -15px;
}
.technical-slider .skill-box{
    background:#dae3e5;
    border-radius: 0;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.technical-slider .skill-box img{
    height: auto;
    width: 100%;
    margin: 0 auto 0px;
}
.slick-track{
    display: flex !important;
}

.slick-slide{
    height: inherit !important;
}

.blog-wrpper{
    padding: 120px 0 70px;
    background: #dae3e5;
}
.blog-row{
    padding: 0 0;    
    margin: 0 0 50px;
    background: rgba(255, 255, 255, 0.60);
}
.blog-row .row{
    align-items: center;
}
.blog-block{
    background: #F6F6FF;
}
.blog-img{
    position: relative;
    overflow: hidden;
}
.blog-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.blog-block:hover .blog-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.blog-data{
    padding:35px;
}
.blog-data h3{
    font-size:40px;
    text-transform: capitalize;
    font-weight: 700;
    color: #101010;
    margin: 0 0 35px;
}
.blog-data ul li{
    position: relative;
    font-size: 26px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    padding: 0 0 0 40px;
    margin: 0 0 25px;
}
.blog-data ul li:before{
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    color: #2C71FC;
    font-size: 26px;
    top: 0px;
    left: 0;
}


.subscribe-wrp{
    background: #2C71FC;
    position: relative;
}
.subscribe-block{
    padding:60px 0px;
    border-radius:0;
    margin: 0 auto -0px;
    position: relative;
    z-index: 1;
}
.subscribe-block .row{
    align-items: center;
}
.subscribe-block h2{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.subscribe-block .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.subscribe-block .btn-main{
    padding: 20px 45px;
    border-radius:0px;
    background: transparent;
    color: #fff;
    font-size: 24px;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.subscribe-block .btn-main:hover{
    background: #fff;
    color: #2C71FC;
    border-color: #fff;
}
.subscribe-block .btn-main i{
    margin-right: 10px;
    font-weight: 300;
}
.subscribe-block .btn-main:last-child{
    margin: 0;
}

footer{
    position: relative;
    background: #1A1A1A;
    padding: 40px 0 40px;
}
.footer-top{
    display: flex;
    align-items: center;
}
footer img{
    margin: 0;
    width: 350px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
footer ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}
footer ul li{
    margin-right:50px;
}
footer ul li:last-child{
    margin: 0;
}
footer ul li a{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
footer ul li a:hover{
    color: rgba(255, 255, 255, 0.60);
}
.copyright-rw{
    background: #1A1A1A;
}
.copyright{
    padding: 25px 0;
    background: #1A1A1A;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.copyright p{
    text-align: center;
    margin: 0 auto;
    font-size:20px;
    font-weight: normal;
    color: #fff;
}

#myBtn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2C71FC;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border: none;
    position: fixed;
    bottom: 35px;
    right: 30px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
#myBtn.show{
    opacity: 1;
    visibility: visible;
}
#myBtn:hover{
    background: #000;
    color: #fff;
}
/* ***** End Home Page ****** */

/* ***** Contact Page ***** */
.contact-wrp{
    padding: 100px 0;
}
.contact-box{
    margin: 0 0 45px;
    padding: 35px 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    background: #2C71FC;
}
.contact-box i{
    min-width: 80px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.20);
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    border-radius: 100%;
    font-weight: 300;
    margin-right: 25px;
}
.contact-box h4{
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
}
.contact-box h4 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #EEEEEE;
    text-transform: uppercase;
}

.contact-frm{
    background: #dae3e5;
    padding: 50px;
}
.contact-frm .form-group{
    margin: 0 0 25px;
}
.contact-frm .form-group .form-control{
    padding: 20px 30px;
    background: #fff;
    border: none;
    border-radius: 0px;
    height: auto;
    box-shadow: none;
    resize: none;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.contact-frm .btn-main{
    padding: 15px 35px;
    border-radius:0px;
    background: transparent;
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #333;
    display: table;
    margin: 15px 0 0 ;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-frm .btn-main i{
    margin-right: 10px;
}
.contact-frm .btn-main:hover{
    color: #fff;
    background: #2C71FC;
    border-color: #2C71FC;
}
/* ***** End Contact Page ***** */

/* ***** About Page **** */
header.inner-header{
    position: relative;
    background: #101010;
}
.about-wrp{
    padding: 100px 0;
    background: #dae3e5;
}
.about-wrp h1{
    font-size: 34px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0 0 30px;
    color: #1A1A1A;
    border-bottom: 1px solid #eee;
}
.about-img{
    position: relative;
    z-index:5;
}
.about-img img{
    width: 100%;
    border-radius:0 0 0;    
    position: relative;
}
.ceo-row{
    margin: 0 auto;
    background: #fff;
}
.ceo-row .row{
    align-items: center;
    margin: 0;
}
.ceo-row .row .col-md-8,
.ceo-row .row .col-md-4{
    padding: 0;
}
.about-ceo{
    padding: 30px 50px;
    border-left: none;
    position: relative;
}
.about-ceo h3{
    font-size:42px;
    font-weight: bold;
    color: #101010;
    line-height:52px;
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}
.about-ceo h3 span{
    display: block;
    font-size:26px;
    font-weight:500;
    letter-spacing: 1px;
    color: #777;
    text-transform: uppercase;
}
.about-ceo p{
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 38px;
    margin: 0 0 25px;
}
.about-ceo p:last-child{
    margin: 0;
}
.about-ceo p strong{
    font-weight: bold;
}
.about-data{
    padding:80px 0 0;
}
.about-data h3{
    font-size: 30px;
    font-weight: bold;
    color: #1A1A1A;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
}
.about-data p{
    font-size: 26px;
    font-weight: normal;
    color: #333;
    line-height: 46px;
    margin: 0 0 25px;
}
.about-data p:last-child{
    margin: 0;
}
.about-ceo .btn-main{
    padding: 15px 25px 15px 15px;
    border-radius:0px;
    background: transparent;
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #333;
    display: table;
    margin: 45px 0 0 ;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.about-ceo .btn-main i{
    margin-right: 10px;
}
.about-ceo .btn-main:hover{
    color: #fff;
    background: #2C71FC;
    border-color: #2C71FC;
}
/* ***** End About Page **** */