/*::::::::::::::::  Global Style :::::::::::::::::::::*/

*{
    margin: 0;
    padding: 0;
}

html,
body {
  font-size: 16px;
  color: #505050;
  /*line-height: 26px;*/
  font-weight: 400;
  overflow-x: hidden;
  /*background:#f1f3f7;*/
  background:#fff;
  height: 100%;
}
#main::-webkit-scrollbar {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2{
  font-family: 'Open Sans', sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ff3115;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41f05;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0c0095;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background:#0c0095;
  text-shadow: none;
  color: #ffffff;
}

/*::::::::::::::::::  General Css :::::::::*/

.row{
    margin-left: 0px;
    margin-right:0px;
    width: 100%;
}
.form-control{
    box-shadow:none !important;
}
.btn{
    box-shadow:none !important;
}

/*:::::::::::::   Navbar Section   ::::::::::::*/

header {
    background: transparent;
    position: fixed;
    width: 100%;
    padding: 18px 10px;
    top: 3%;
    transition: .6s all ease;
    z-index: 99999;
}
.Navbar-item {
    margin-top: 7px;
}
.Navbar-item a {
    color: #fff;
    padding: 9px 10px;
    text-align: center;
    font-weight: 500;
}
.Navbar-item a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.Navbar-item1 a {
    color: #fff;
}
.Navbar-item1 {
    text-align: center;
}
.Logo h2 {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}
.Navbar-item .active {
    border-bottom: 1px solid #fff;
}
.Navbar-item1 .btn {
    background: #cc2e2e;
    border-bottom: 4px solid #a51717;
    border-radius: 0px;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 11px;
    color: #fff;
}

.pulse {
   animation: pulse 1300ms infinite;
}

@keyframes pulse {
      0% {  
           /* background-color:#49c95sa;*/
           /* transform: scale(0.95);*/
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            /*box-shadow: 0 0 0 0 #fff;*/
        }
    
        70% {
            /*background-color: #49e819;*/
           /* transform: scale(1);*/
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }
    
        100% {
            /*background-color:#49c95a;*/
            /*transform: scale(0.95);*/
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
}

/*:::::::::::::   Mobile Navbar Section   ::::::::::::*/

.MobileHead {
    position: fixed;
    top: 0px;
    background: #0c0095;
    padding: 5px 0px;
    width: 100%;
    left: 0px;
    z-index: 9999;
}
.LogoArea h2 {
    color: #fff;
}
.Menubars .fa {
    color: #fff;
    font-size: 30px;
    float: right;
    padding-top: 8px;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999999999;
}

.overlay-content {
  position: relative;
  top: 12%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #d6c4c4;
    display: block;
    transition: 0.3s;
}


.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 26px;
    font-size: 55px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.LogoArea img {
    height: 46px;
    padding: 2px;
}


/*:::::::::::::   Footer Section   ::::::::::::*/

footer.footer {
    width: 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top: 50px;
}
.Footer-links h2 {
    font-size: 23px;
    color: #fff;
    margin-bottom: 10px;
    font-family: arial;
}
.Footer-links ul li a {
    color: #eee;
    font-size: 15px;
    letter-spacing: .8px;
    line-height: 35px;
}















/*:::::::::::::   ABOUT US PAGE   ::::::::::::*/

/*.WhyUsSec {
    padding-top: 80px;
}*/
.AboutBg {
    width: 100%;
    background-size:cover;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.pt-175{
    padding-top: 175px;
}
.pb-175{
    padding-bottom: 175px;
}
.aboutCont {
    padding: 30px;
}
.aboutText {
    padding-bottom: 125px;
    padding-top: 25px;
}
.aboutCont h1 {
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    margin-top: 27px;
    font-weight: 800;
}
.aboutCont h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 33px;
    font-family: -webkit-pictograph;
}
.aboutImg {
    padding: 25px;
}
.aboutImg img {
    width: 82%;
}
.WhyusCont {
    text-align: center;
}
.WhyusCont h1 {
    font-size: 50px;
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.WhyusCont p {
    margin-bottom: 0px;
    color: #eee;
    font-family: sans-serif;
    letter-spacing: .7px;
    text-align: center;
    font-size: 20px;
    line-height: 31px;
}
.AboutDocs {
    padding-left: 90px;
    padding-top: 0px;
    padding-right: 45px;
}
.AboutDocs h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: .9px;
}
.AboutDocs p {
    color: #ddd;
    font-family: system-ui;
    font-size: 16px;
    line-height: 26px;
}
.mt-120{
  margin-top:120px;
}
.about-border-left{
    border-image: url(../images/about/line.png) 1 repeat;
    height: 100%;
    border-left: 1px solid transparent;
}
.aboutDet {
    padding-top: 50px;
}
.AboutBg2 {
    width: 100%;
    background-size:cover;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
.AboutBg3 {
    width: 100%;
    background-size: 110.5%;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 50px 0px 50px;
}
.GetinTouch {
    text-align: center;
}
.GetinTouch h1 {
    font-size: 58px;
    color: #fff;
    letter-spacing: .3px;
    font-family: arial;
}
.GetinTouch h3 {
    color: #eee;
    letter-spacing: .3px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 32px;
}
.GetinTouch .btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: #cc2e2e;
    padding: 8px 43px;
    letter-spacing: .8px;
    border-bottom: 4px solid #a51717;
    transition:.5s;
}
.GetinTouch .btn:hover {
    transform: scale(1.2);
}

/*:::::::::::::   OUR PROCESS PAGE   ::::::::::::*/

.pt-40{
      padding-top: 40px;
}
.ProcessBg {
    width: 100%;
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
.processText {
    padding-bottom: 55px;
    padding-top: 25px;
}
.WhyusCont h4 {
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #cc2e2e;
}


/*:::::::::::::   OUR SERVICES PAGE   ::::::::::::*/

.WhyusCont .img {
    padding: 70px 0px;
}
.ServiceBg{
   padding-bottom:50px;
}
.service-Card {
    background: rgba(255,255,255,0.20);
    padding: 10px;
    border-radius: 5px;
}
.service-Card h2 {
    margin-top: 16px;
    font-size: 18px;
    color: #ffffffd1;
}
.service-Card ul {
    margin-top: 15px;
    height: 216px;
}
.service-Card ul li {
    font-size: 14px;
    color: #eee;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 31px;
    padding-left: 14px;
}
.service-Card ul li::before {
    content: "\f28d";
    position: absolute;
    left: 24px;
    margin-top: 1px;
    font-family: 'FontAwesome';
    font-size: 8px;
}
.service-Card .button .btn {
    width: 100%;
    background: #cc2e2e;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    letter-spacing: .9px;
    font-size: 15px;
}



/*:::::::::::::   PORTFOLIO PAGE   ::::::::::::*/


.PortfolioSec {
  
    padding: 100px 0px;
}
.Testimonial .owl-nav {
    display: none;
}
.PortfolioItem img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.PortfolioItem {
    padding-bottom: 80px;
}
.TestmonialItem img {
    width: 100%;
    height: 500px;
}



.GetInTouchForm {
    background: rgb(255 255 255 / 19%);
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom: 60px;
}
.GetInTouchForm h2 {
    color: #fff;
    font-size: 24px;
    margin: 15px 15px 25px;
}
.GetInTouchForm form .form-group .form-control {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #eeeeee7a;
    border-radius: 0px;
    padding: 25px 0px;
}
.GetInTouchForm form .form-group .form-control::placeholder {
    color: #eeee;
}
.GetInTouchForm form .form-group .form-control::focus{
    border-bottom: 1px solid #fff;
}
.Addbox {
    background: rgba(255,255,255,0.2);
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    height:180px;
}
.Addbox .fa {
    font-size: 40px;
    color: #ddd;
    margin: 20px 0px;
}
.Addbox p {
    color: #eee;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .3px;
}
.ContactMap {
    background: rgba(255,255,255,0.2);
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.ContactMap iframe {
    height: 300px;
    border-radius: 4px;
}
.ContImg {
    padding: 0px 25px;
}
.contactCont h1 {
    font-size: 35px;
    color: #fff;
    line-height: 46px;
    margin-top: 43px;
    font-weight: 800;
}
.contactCont h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 33px;
    font-family: -webkit-pictograph;
}
.Home-Abouttext {
    font-size: 18px;
    position: absolute;
    top: 270px;
    left: 40px;
    z-index: 999999;
}
.Home-Abouttext h1 {
    font-size: 41px;
    font-weight: 900;
    color: #ffff;
}
.Home-Abouttext p {
    font-size: 19px;
    color: #eee;
    letter-spacing: .3px;
    margin-top: 18px;
    line-height: 37px;
    z-index: 9999;
}
.Home-AboutContant {
    position: relative;
    left: 23px;
    padding-top: 153px;
    padding-right: 30px;
}
.Home-AboutContant h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: .3px;
}
.Home-AboutContant p {
    font-size: 18px;
    color: #eee;
    letter-spacing: .1px;
    line-height: 31px;
}
.ServicesSec {
    padding: 65px 0px;
}
/*:::::::::::::::  Our Development Process  :::::::::::::::*/

.ProcessTree img {
    width: 500px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


/*:::::::::::::::  Schedule a consultation  :::::::::::::::*/

.RegistrationSec {
    padding-top: 140px;
}
.RegistrationForm {
    margin:50px 0px;
    background:rgb(255 255 255 / 40%);
    padding: 35px 25px;
}
.FormCustom {
    background: #e2eef3;
    padding: 15px;
    margin-bottom: 30px;
    height: 205px;
}
.FormCustom:hover{
  background:rgb(226 238 243 / 70%);
}
.FormCustom .Myradio{
    position: absolute;
    opacity: 0;
    padding: 0;
}
.FormCustom .label1 {
    width: 100%;
    height:100%;
}

:checked .FormCustom {
  border: 1px solid red;
}

.CustomRaioDiv h2 {
    font-size: 20px;
    color: #333;
}
.CustomRaioDiv h2 .fa-angle-double-right {
    float: right;
    padding-right: 20px;
}
.FormHeader {
    text-align: center;
}
.FormHeader img {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.FormHeader h5 {
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 4px;
    color: #fff;
}
.FormHeader h3 {
    color: #0c0095;
}
.FormHeader h4 {
    color: #cc2e2e;
}
.text-vailet {
    color: #9c27b0!important;
}
.FormCustom {
    background:rgb(226 238 243 / 50%);
    padding: 44px 36px;
    margin-bottom: 30px;
    height: 205px;
}
.CustomRaioDiv p {
    color: #555;
    font-size: 15px;
}
.FormHeader p {
    color:#eee;
    font-size: 15px;
}
.CustomRaioDiv .btn {
    border-radius: 0px;
    margin-top: 7px;
    width: 100%;
    color:#ffffff;
}
.BackButtom .fa {
    background: #e2eef3;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    color: #0c5397b5;
    border-radius: 4px;
    cursor:pointer;
}
.Reg-input-Text {
    margin-bottom: 15px;
}
.SubmitBtnn .btn {
    border-radius: 0;
    margin-top: 10px;
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
    background: #cc2e2e;
    border-bottom: 4px solid #a51717;
}



