/*--------------------------------------
Basic styling
----------------------------------*/
:root
{
    --mainWhite: #ffffff;
    --mainBlack: #000000;
    --mainGrey: rgb(216, 214, 214);
    --mainBrown: rgb( 201, 0, 0); /* #c90000 */
    --mainYellow: #fdb40e;
    /*--mainBrown: #ff0000;*/
    --blackcoffee: rgb(48, 41, 47);
} 

html{
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after{
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, p, ol, ul{
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body{
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  background-color: #fff!important;
}

ol, ul{
  list-style: none;
}

img{
  max-width: 100%;
  height: auto;
}

a:hover{
  text-decoration: none;
}

/*-----------------------------
navbar section
----------------------------------*/
.navbar{
  border-bottom: 2px solid #c9000c;
}

nav{
  background-color: #fff!important;
}

nav a.nav-link{
  color: black!important;
  font-size: 16px!important;
  margin-right: 15px!important;
}

nav a.nav-link:hover{
  color: #fff!important;
  background: #c9000c!important;
}

.nav-item.dropdown .dropdown-item:hover{
  color: #fff!important;
  background: #c9000c!important;
}

nav a.nav-link.nav-btn{
  padding: 7px 40px;
  color: #fff!important;
  border: 1px solid #c9000c;
  background:  #c9000c;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 10px;
}

nav a.nav-link.nav-btn:hover{
  background: #fff!important;
  color: #c9000c!important;
}

@media (max-width:768px){
  nav .nav-btn{
    display: inline-block;
    padding: 8px 12px !important;
  }
}


/*-------------------------------
banner
--------------------------*/
.banner{
  background-color: #071E55;
  color: #fff;
  padding: 100px auto;
}

.banner h1{
  font-family: 'poppins', sans-serif;
  color: #fff;
  font-size: 2.1rem;
}

.banner p{
  font-size: 1.3rem;
}

.banner p{
  font-size: 1.3rem;
}

.banner ul li{
  font-size: 1.2rem;
}

.cta-btn{
  padding: 14px 20px;
  color: #c9000c;
  border: none;
  background: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

.cta-btn:hover{
  color: #c9000c;
}

/*---------------------------------------
Service sectin
----------------------------------------*/
.services{
  background-color: #F0F1F6;
}

.services h2{
  color: #c9000c;
  font-weight: 700;
}

.services h3{
  color: #c9000c;
  font-weight: 700;
}

.services p{
  font-size: 1.1rem;
  font-family: 'poppins', sans-serif;
  margin-top: 20px;
}

.services ul li{
  font-size: 1.1rem;
  font-family: 'poppins', sans-serif;
}


.service-item img{
  width: 150px;
  height: 150px;
}

.service-item .service-btn{
  padding: 5px 30px;
  color: #c9000c;
  border: 1px solid #c9000c;
  background: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
  border-radius: 10px;
}

.service-item .service-btn:hover{
  background: #c9000c;
  color: #fff;
}

/*--------------------------------
subscribers section
---------------------------------*/

.subscribers h2{
  color: #c9000c;
  font-size: 2.1rem;
  font-weight: 700;
}

.subscribers p{
  font-size: 1.1rem;
  float: none;
  text-align: center;
}

/*--------------------------------
reporting section
---------------------------------*/
.reporting{
  background-color:#071E55;
  color: #fff;
}

.reporting h2{
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}

.reporting p{
  font-size: 1.2rem;
}

/*--------------------------------
pricing section
---------------------------------*/
.pricing .card{
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing h2{
  color:#c9000c;
  font-size: 2.1rem;
  font-weight: 700;
}

.pricing p{
  font-size: 1.1rem;
  float: none;
  text-align: center;
}

.pricing .card h4{
  color: #071E55;
  font-weight: 700;
}

.pricing .card .cost{
  color: #071E55;
  font-weight: 500;
  font-size: 4.5rem;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}

.pricing .card .duration{
  margin-top: -15px;
  margin-bottom: 15px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing ul li .svg-inline--fa{
  font-size: 20px;
  color: #071E55;
}

.trial-btn {
  margin-left: 20%;
  padding: 10px 20px;
  color: #c9000c;
  border: 1px solid #c9000c;
  background: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
  border-radius: 10px;
}

.trial-btn:hover{
  color: #fff;
  border: 1px solid #c9000c;
  background:#c9000c;
}

.trial-btn-popular {
  margin-left: 20%;
  padding: 10px 20px;
  color: #fff!important;
  border: 1px solid #c9000c;
  background: #c9000c;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
  border-radius: 10px;
}

.trial-btn-popular:hover{
  color: #c9000c!important;
  border: 1px solid #c9000c;;
  background: #fff;
}


/*------------------------------
quote section
--------------------------------*/
.quote-text{
  font-style: italic;
  font-size: 1.6rem;
}

#quote-name{
  color: #071E55;
  font-size: 1.4rem;
  font-weight: 700;
}

#quote-title{
  color: #1e90ff;
  font-weight: 700;
}


/*------------------------------------
clients section
---------------------------------------*/
.clients{
  background-color:#F0F1F6;
}

.clients h2{
  color: #c9000c;
  font-weight: 700;
}

.clients ul li{
  display: inline-block;
  margin-bottom: 15px;
}

.clients ul li img{
  max-height: 62px;
  opacity: 1;
}

.clients ul li img:hover{
  opacity: 0.9;
}

/*----------------------------------------
FAQs section
------------------------------------------*/
.faqs h2{
  color: #c9000c;
}

/*----------------------------------------
Team section
------------------------------------------*/
.team{
  background-color: #F0F1F6;
}

.team h2{
  color: #c9000c;
  font-size: 2.1rem;
  font-weight: 700;
}

.team p{
  font-size: 1.1rem;
  float: none;
  text-align: center;
}

.team h4{
  margin: 0;
}

.team .role{
  font-style: italic;
}

.team .role::after{
  content: "";
  background: #1E90FF;
  display: block;
  height: 3px;
  width: 100px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;

}

.team .social-icons a .svg-inline--fa{
  font-size: 30px;
  color: blue;
}

/*------------------------------------------
Projects section
---------------------------------------------*/
.projects{
  background-color: #1E90FF;
}

.projects h2{
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}

.projects p{
  font-size: 1.1rem;
  float: none;
  text-align: center;
  color: #fff;
}

/*--------------------------------
features section
--------------------------------*/
.features{
  background-color: #F0F1F6;
}

.features h2{
  color: #c9000c;
  font-size: 2.1rem;
  font-weight: 700;
}

.features p{
  font-size: 1.1rem;
  float: none;
  text-align: center;
}

.feature-item .svg-inline--fa{
  font-size: 45px!important;
  margin-bottom: 20px;
  color: #c9000c;
}

.feature-item h4{
  margin-bottom: 20px;
  color: #071E55;
  font-weight: 700;
}

/*--------------------------------
Case study section
--------------------------------*/
.case-study{
  background-color: #F0F1F6;
}

.case-study .carousel-item img
{
   width: 120px;
   height: 120px;
   margin: auto;
   border: 3px solid #fff;
}

.case-study .carousel-item p{
  font-style: italic;
  font-size: 1.3rem;
}

.case-study .carousel-item .title{
  color: #1E90FF;
 font-style: normal;
}

.case-study .carousel-indicators li {
  width: 30px;
  height: 7px;
  border-radius: 5%;
}

.case-study .carousel-indicators li {
  background-color: #E0E0E0;
  
}

.case-study .carousel-indicators li.active {
  background-color: #1E90FF;
}

.case-study .carousel-indicators {
  bottom: -20px;
}

/*-----------------------------------------------
Get Started section
------------------------------------------------*/
.get-started h2{
  color: #c9000c;
  font-size: 1.5rem;
  font-weight: 600;
}

.get-started p{
  font-size: 1.2rem;
}

.get-started ul li{
  font-size: 1.2rem;
}

.get-started ul li .fa{
  color: #1E90FF;
}

.get-started .service-btn{
  padding: 10px 20px;
  background: #c9000c;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
  border-radius: 10px;
}

.get-started .service-btn:hover{
  color: #c9000c;
  border: 1px solid #c9000c;
  background: #fff;
}

/*--------------------------------
waiting list section
--------------------------------*/
.waiting-list{
  background-color: #1E90FF;
  color: #fff;
  margin: 0 auto;
}

.waiting-list .form-control{
  width: 100%;
  max-width: 450px;
  height: 65px;
  padding: 0 20px;
  border: 2px solid #fff;
  background-color: transparent;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.waiting-list .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.waiting-list .btn-primary {
  width: 165px;
  height: 65px;
  background: #fff;
  border: none;
  color: #c9000c;
  display: inline;
  margin: 0 0 0 -5px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  font-weight: 700;
}

form{
  margin: 0 auto;
  max-width: 730px;
  text-align: center;
  float: none;
}

/*--------------------------------
contact section
--------------------------------*/
.contact{
  background-color: #F0F1F6;
}

.contact h2{
  color: #c9000c;
  font-size: 1.5rem;
  font-weight: 600;
}

.contact p{
  font-size: 1.2rem;
}

.physical-location p{
  font-size: 1.2rem;
}

.physical-location .svg-inline--fa{
  color:#c9000c;
}

/*--------------------------------
footer section
--------------------------------*/
footer{
  background-color: #071E55;
}

footer a {
  color: #fff!important;
}

footer .social-icons a .svg-inline--fa{
  font-size: 30px;
  color: #fff;
}

/*----------------------------------
general btn
------------------------------------*/
.general-btn{
  padding: 5px 30px;
  color: #fff;
  border: 1px solid #c9000c;
  background: #c9000c;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
  border-radius: 10px;
}

.general-btn:hover{
  background: #fff;
  color: #c9000c;
}

.callback-request{
    background-color: var(--mainGrey);
}

.callback-button{
    background-color: var(--mainBrown)!important;
    color: var(--mainWhite)!important;
    padding: 20px 40px;
    border-radius:50px;
    border:2px solid var(--mainBrown);
    text-decoration: none!important;
}

.callback-button-blue{
    background-color:#272C6E!important;
    color: var(--mainWhite)!important;
    padding: 20px 40px;
    border-radius:20px;
    text-decoration: none!important;
}

.mailsafi-btn-cta{
    background: var(--mainBrown);
    color: var(--mainWhite);
    border: 2px solid var(--mainBrown)!important;
    font-size: 1rem;
    transition: all .5s; 
    text-decoration: none!important;
    padding: 8px 30px;
    text-transform: uppercase;
    text-decoration: none!important;
}

.mailsafi-btn-cta:hover
{
    color: var(--mainWhite);
}










