

/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-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 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     color: #b02a2a;
     margin: 0;
     font-family: 'Poppins', sans-serif;
}


*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
}

a {
     color: #b02a2a;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

 :focus {
     outline: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 10px;
}

.titlepage h2 {
     color: #b02a2a;
     font-weight: bold;
     padding: 0;
     display: inline-block;
     text-transform: uppercase;
}
.titlepage p {
     text-align: start;
}

.blue_light {
     color: #43eee4;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #910c07;
     width: 100%;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 50px;
     line-height: 50px;
     text-transform: uppercase;
     border-color: #910c07;
}
.read_more:hover {
     color:#000;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     background: #b02a2a;
     width: 100%;
     z-index: 999;
     padding: 15px 0;
}

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 25px;
     color: #fff;
     font-size: 20px;
     line-height: 20px;
     font-weight: 400;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #000;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #000;
}

.di_no {
     display: none;
}

ul.email li {
     display: inline-block;
     padding-right: 45px;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
     position: relative;
}

ul.email li a i span {
     position: absolute;
     width: 18px;
     height: 18px;
     border-radius: 30px;
     background: #910c07;
     font-size: 14px;
     color: #fff;
     text-align: center;
     line-height: 19px;
     left: -7px;
     top: 1px;
}


/** end header **/


/** banner section **/

.full_bg {
     background: #b02a2a;
     padding: 30px 0;
     color: #fff;
}

.slider_main {
     padding: 30px 0;
}

.relative {
     position: inherit;
     left: 0;
     right: 0;
     text-align: left;
     padding: 0;
     bottom: 0;
}

.carousel-item {
     height: 100%;
     width: 100%;
}

.dream h1 {
     padding: 0;
     color: #fff;
     font-weight: bold;
     padding-bottom: 10px;
     text-transform: uppercase;
}

/** end banner section **/


/** domain **/

.domain {
     background: #fefefd;
     padding-top: 90px;
}

.searchbar {
     height: 70px;
     background-color: #fcfcfd;
     border-radius: 50px;
     padding: 10px 30px;
     display: flex;
     box-shadow: 0 0 59px rgba(30, 30, 29, 0.09);
}

.search_input {
     color: #afb4cc;
     border: 0;
     outline: 0;
     background: #fcfcfd;
     width: 100%;
     line-height: 40px;
     font-size: 17px;
}

.search_icon {
     display: flex;
     justify-content: center;
     align-items: center;
     color: #b02a2a;
     font-size: 20px;
}

.search_icon:hover {
     color: #b02a2a;
}

.domain_bg {
     background-color: #fcfcfd;
     border-radius: 5px;
     padding: 50px 30px;
     box-shadow: 0 0 59px rgba(30, 30, 29, 0.07);
     margin-top: 30px;
}

.domain-price_main {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}

.domain-price span {
     font-size: 17px;
     color: #272727;
     line-height: 25px;
     text-transform: uppercase;
     display: block;
}

.domain-price strong {
     font-size: 17px;
     color: #b02a2a;
     line-height: 22px;
     text-transform: uppercase;
}

.domain_bg .read_more {
     margin: 0 auto;
     display: block;
     margin-bottom: -70px;
     margin-top: 20px;
     ;
}


/** end domain **/


/** guarantee **/

.guarantee {
     background: #fefefd;
     padding-top: 30px;
}

.guarantee .titlepage p {
     color: #4c4b4b;
     padding-top: 10px;
}

.guarantee-box {
     background: #fff;
}

.guarantee-box i {
     color: #910c07;
    padding-right: 10px;
}

.guarantee-box h3 {
     color: #b02a2a;
     padding-top: 15px;
}

.guarantee-box p {
     padding-top: 15px;
     color: #4c4b4b;
     align-items: center;
     justify-content: center;
}

.guarantee-box_main .read_more {
     margin: 0 auto;
     display: block;
}

#ho_co:hover .guarantee-box i {
     border: #43eee4 solid 6px;
     transition: ease-in all 0.5s;
     background: #b02a2a;
}

.guarantee-box i svg {
     transition: ease-in all 0.5s;
     fill: #b02a2a;
}

#ho_co:hover .guarantee-box i svg {
     fill: #fff;
     transition: ease-in all 0.5s;
}

/** end guarantee **/


/** order **/

.order {
     background: #fefefd;
     padding-top: 60px;
}

.order .titlepage p {
     color: #4c4b4b;
     padding-top: 10px;
}

.order-box_main {
     height: 100%;
}

.order-box {
     border: #910c07 solid 3px;
     background: #fff;
     transition: ease-in all 0.5s;
     padding: 20px 10px;
     height: 100%; 
}

.order-box h3 {
     color: #b02a2a;
     font-weight: 500;
     padding-bottom: 15px;
}

.order-box p {
     padding-top: 9px;
     color: #252626;
     align-items: center;
     justify-content: center;
     padding-bottom: 15px;
}

.featured {
     border: none;
     background: #b02a2a;
     transition: ease-in all 0.5s;
     padding: 20px 10px; 
     scale: 1.01;
}

.featured h3 {
     color: #fff;
     font-weight: 500;
     text-transform: uppercase;
     padding-bottom: 15px;
     transition: ease-in all 0.5s;
}

.featured p {
     padding-top: 9px;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     padding-bottom: 15px;
}

.order-box p span {
     font-size: 44px;
     line-height: 44px;
     font-weight: bold;
     padding: 0 15px;
}

.order-box a {
     border: #7381b1 solid 1px;
     padding: 6px 20px;
     margin: 0 auto;
     border-radius: 30px;
     color: #464647;
     transition: ease-in all 0.5s;
}

.order-box a:hover {
     background-color: #b02a2a;
     color: #fff;
     transition: ease-in all 0.5s;
}

ul.supp li {
     font-size: 17px;
     color: #464647;
     line-height: 23px;
     padding-top: 21px;
}

.order-box_main .read_more {
     margin: 0 auto;
     display: block;
}

#ho_co:hover .order-box h3 {
     color: #43eee4;
     transition: ease-in all 0.5s;
}

#ho_co:hover .order-box {
     border: #b02a2a solid 3px;
     transition: ease-in all 0.5s;
}

#ho_co:hover .read_more {
     background-color: #b02a2a;
     transition: ease-in all 0.5s;
}


/** end order **/


/** about section **/

.about {
     background: #fefefd;
     padding: 30px 0;
}

.about_img figure {
     margin: 0;
}

.about_img p {
     color: #1a1c1b;
}

.about .read_more {
     display: block;
     margin: 0 auto;
}


/** end about section **/


/** contact **/

.contact {
     background: #fefefd;
     padding: 30px 0;
}

.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 30px;
     margin-bottom: 35px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #9192be;
     font-size: 17px;
     font-weight: normal;
     border-radius: 50px;
     border: #7381b1 solid 1px;
     text-transform: uppercase;
}

.main_form .textarea {
     margin-bottom: 35px;
     width: 100%;
     background: #fff;
     color: #9192be;
     font-size: 17px;
     font-weight: normal;
     padding: 115px 30px 10px 30px;
     height: 270px;
     border-radius: 30px;
     border: #7381b1 solid 1px;
     text-transform: uppercase;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #b02a2a;
     text-transform: uppercase;
     color: #fff;
     max-width: 363px;
     width: 100%;
     display: block;
     margin: 0 auto;
     margin-top: 20px;
     font-weight: 500;
     border-radius: 40px;
     line-height: 69px;
     height: 69px;
}

.main_form .send_btn:hover {
     background: #b02a2a;
     color: #fff;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #9192be;
     opacity: 1;
}


/** end contact **/


/** footer **/

.footer {
     padding-top: 30px;
     background: #b02a2a;
     text-align: center;
}

.form_subscri {
     margin-right: 31px;
}

.infoma {
     display: block;
     padding-bottom: 20px;
}

ul.commodo li {
     color: #fff;
     font-size: 17px;
     text-align: left;
     line-height: 30px;
     display: block;
}

.infoma h3 {
     text-align: left;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     color: #fff;
     padding-bottom: 15px;
     text-transform: uppercase;
}

ul.menu_footer li a {
     color: #fff;
     font-size: 17px;
     text-align: left;
     line-height: 30px;
     display: block;
}

ul.menu_footer li a:hover {
     color: #000;
}

ul.conta {
     padding-top: 12px;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 15px;
     font-size: 14px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 21px;
     color: #fff;
}

ul.conta li a {
     color: #fff;
}

.copyright {
     padding-bottom: 20px;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #fff;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
     position: inherit;
     background: #b02a2a;
     box-shadow: 0px 0px 9px 0px #b02a2a;
     margin-bottom: 10px;
}

.hosting_page .footer {
     margin-top: 60px;
}

.rounded img {
     border-radius: 30px;
}

.video-container {
     position: relative;
     overflow: hidden;
   }

   .widget-blocks {
     padding-left: 20px;
   }
   @media (max-width: 991px) {
     .widget-blocks {
       padding-left: 0;
     }
   }
   .widget-blocks .row > .col:last-child .widget,
   .widget-blocks .row > [class*="col-"]:last-child .widget {
     margin-bottom: 0 !important;
   }
   
   .widget {
     margin-bottom: 50px;
   }
   .widget-body {
     padding: 30px;
     background-color: #fff;
     border-radius: 0;
     box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
   }
   @media (max-width: 1200px) {
     .widget-body-sm {
       padding: 20px;
     }
   }
   @media (max-width: 991px) {
     .widget-body {
       padding: 25px;
     }
   }
   @media (max-width: 575px) {
     .widget-body {
       padding: 15px;
     }
   }

   .btn-outline-primary {
     background: transparent;
     color: #b02a2a;
     border-color: #dc3545;
     display: table;
     font-weight: bold;
   }
   .btn-outline-primary:hover,
   .btn-outline-primary:active,
   .btn-outline-primary.active .btn-outline-primary:focus,
   .btn-outline-primary.focus {
     background: #b02a2a !important;
     border-color: #dc3545 !important;
     color: #fff;
   }
   
   .btn-sm {
     font-size: 14px;
     padding: 10px 25px;
   }
   