body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/*............................................ Index................................. ................*/
/*............................................ Index................................. ................*/
/*********************************
   1.1.1 NAVBAR AREA Styling Start
**********************************/
.navL img{
	width:150px;
	height:50px;
}
.navbar-nav button {
    margin-top: -5px;
    border-radius: 25px;
    background-color: #DD1A1E;
    border: transparent;
    padding: 10px 29px 10px 25px;
    font-weight:700;
    color:white;
	cursor:pointer;
}
.navbar-nav button:focus {
    outline:  transparent!important;
}
.navbar-nav .Temp_login_btn {
    margin-top: 5px;
    
}
.navbar-nav .Temp_login_btn a {
    margin-top: -5px;
    border-radius: 25px;
    background-color: #DD1A1E;
    border: transparent;
    padding: 10px 29px 10px 25px;
    font-weight: 700;
    color: white;
    cursor: pointer;
}
    .navbar-nav .Temp_login_btn a:hover {
        margin-top: -5px;
        border-radius: 25px;
        background-color: #DD1A1E;
        border: transparent;
        padding: 10px 29px 10px 25px;
        font-weight: 700;
        color: white;
        cursor: pointer;
    }
.navbar-expand-lg {
    box-shadow: initial;
}
.navL ul li {
	text-align:center;
	
}
.navL .active {
	color:#DD1A1E;
	
}
.navL ul li a{
	padding: 5px;
	color:black;
	text-decoration: none;
	border: 2px solid transparent;
	
}
.navL ul li a:hover{
	color: #DD1A1E;
	text-decoration: none;
	padding: 5px;
}
.navL a{
	padding: 5px;
	color:white;
}
.navL a:hover{
	color: black;
	padding: 5px;
	text-decoration-line: underline;
	
}
@media (max-width: 991px) {
    .navbar-nav button {
    margin-top: 10px;
    
}
}
/*********************************
   1.1.1 First div Styling Start
**********************************/
.FirstDiv {
    background-image: url(../img/Gu6.png);
    width: 100%;
    background-repeat: no-repeat;
    margin: auto;
    background-size: 250px 250px;
    background-position: center;
    margin: 40px 0px 0px 0px;
}
.FD1 {
    text-align: right;
}
.FD1 h2 {
    font-weight:600;
}
.redH1 {
    color: #DD1A1E;
    font-weight: 600;
}
.FD1 button {
    background-color: #DD1A1E;
    border-radius: 50px;
    border: transparent;
    color: white;
    padding: 4px 20px 4px 20px;
    cursor: pointer;
}
/*<--===========Two Div=============-->*/

.TwoD {
    margin: 40px 0px 0px 0px;
}
    .TwoD h1 {
        color: #DD1A1E;
        text-align: center;
        font-size: 26px;
        font-weight: 800;
    }
	/*********************************
   1.1.1 Tabs AREA Styling Start
**********************************/
/* Tabs panel */
.tabbable-panel {
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line ul{
	justify-content: space-between;
}
    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
        cursor:pointer;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: black;
            font-size: 15px;
            font-weight: 600;
			text-decoration:none;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #fbcdcf;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;

            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #f3565d;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}


.tab-content .Tab1D {
    margin: 40px 0px 0px 0px;
}
.tab-content .Tab1D1 {
    background-color: #2E2E2D;
    color: white;
    padding: 25px 191px 20px 40px;
    border-radius: 100px;
    font-size: 15px;
    margin-top: 40px;
    min-height:160px;
}
.tab-content .Tab1D1 p{
    margin-top:10px;
}
.tab-content .Tab1D2 {
    padding: 0px;
}
    .tab-content .Tab1D2 img {
        width: auto;
        height: 230px;
        margin-left: -84px;
    }
/*********************************
   1.1.1 Tabs AREA Styling End
**********************************/

@media (max-width: 844px) {
    .FD1 {
        text-align: center;
    }
}
@media (max-width: 1090px) {
    .tab-content .Tab1D1 {
        padding: 25px 71px 20px 40px;
    }
}
@media (max-width: 863px) {
    .tab-content .Tab1D2 img {
        margin-left: -100px;
    }
}
@media (max-width: 844px) {
    .tab-content .Tab1D2 img {
    }
}
@media (max-width: 844px) {
    .tab-content .Tab1D2 {
        text-align:right;
    }
}
/*<--===========Third Div=============-->*/

.ThirdD {
    margin: 40px 0px 0px 0px;
}
    .ThirdD h2 {
        color: #DD1A1E;
        font-weight:600;
    }
    .ThirdD p {
        font-size: 13px;
        padding-top:5px;
    }
.ThirdD1 {
    padding-top: 25px;
}
/*<--===========Four Div=============-->*/

.FourD {
    margin: 110px 0px 0px 0px;
}
.FourD1 {
    background-color: #DD1A1E;
    color: white;
    padding: 22px 95px 0px 60px;
}
    .FourD1 p {
        font-size: 15px;
        padding-top: 10px;
    }
.FourD1H1{
    font-weight:600;
}
.FourD1H2 {
    font-weight: 600;
}
.FourD img {
    width: 100%;
    height: 325px;
    margin-left: -125px;
    margin-top: -100px;
}
 @media (max-width: 1199px) { 
    .FourD img { 
    width: 240px;
    height: 395px;
    margin-top: -120px;
     } 
 }  
 @media (max-width: 991px) { 
    .FourD img { 
        width: 268px;
    height: 456px;
    margin-top: -139px;
    margin-left: -70px;
     } 
 }  
  @media (max-width: 787px) { 
    .FourD img { 
    width: 250px;
    height: 456px;
    margin-top: -139px;
    margin-left: -70px;
     } 
 }
   @media (max-width: 767px) { 
    .FourD img { 
    width: 100%;
    height: 325px;
     margin-left: 0px;
     margin-top: 0px;
     } 
 }
/* @media (max-width: 845px) { */
    /* .FourD img { */
        /* width: 50%; */
        /* height: 260px; */
        /* margin-top: 10px; */
        /* margin-left: 0px; */
    /* } */
/* }  */

 /* @media only screen and (max-width: 1091px) and (min-width: 930px) { */
    /* .FourD img { */
        /* width: 144%; */
        /* height: 388px; */
        /* margin-top: -121px; */
        /* margin-left: -70px; */
    /* } */
 /* } */
 /*@media only screen and (max-width: 929px) and (min-width: 843px) {
    .FourD img {
        width: 144% !important;
        height: 388px !important;
        margin-top: -121px !important;
        margin-left: -70px !important;
    }
 }*/

 /* @media (max-width: 844px) { */
    /* .FourD img { */
        /* width: 50%; */
        /* height: 260px; */
        /* margin-top: 10px; */
        /* margin-left: 0px; */
    /* } */
/* } */
/*<--===========Five Div=============-->*/

.FiveD {
    margin: 40px 0px 0px 0px;
}
    .FiveD img {
        width: auto;
        height: 200px;
    }
.FiveD1 {
    padding-top: 25px;
}
    .FiveD1 h1 {
        color: #DD1A1E;
        font-weight:600;
    }
    .FiveD1 p {
        font-size:13px;
    }
    /*<--===========Six Div=============-->*/
    .SixD {
        background-image: url('../img/gu7.png');
        width: auto;
        background-repeat: no-repeat;
        margin: auto;
        background-color: #DD1A1E;
        background-size: 200px 200px;
        border: 1px solid black;
        background-position: right;
        padding: 14px 40px 5px 40px;
        margin: 40px 0px 0px 0px;
    }

    .SixD h1 {
        color: white;
        font-weight:600;
    }

.SixD1 {
    color: white;
    font-size: 15px;
    color: white;
}

.SixD2 {
    padding: 10px;
    font-size: 13px;
    color: white;
}
/*<--===========Seven Div=============-->*/

.SevenD {
    margin: 30px 0px 0px 0px;
}

    .SevenD img {
        width: 100%;
        height: 300px;
    }
.SevenD1 {
    padding-left: 40px;
    padding-top: 25px;
    margin-bottom: 80px;
}
    .SevenD1 h1 {
        padding-top: 15px;
        color: #DD1A1E;
        font-weight:600;
    }
    .SevenD1 .psty {
        margin-top: 20px;
        margin-bottom: 20px !important;
        font-weight: 400;
        font-size: 12px;
    }
    .SevenD1 p {
        margin-bottom: 0rem !important;
        font-weight: 600;
        font-size: 13px;
    }

/*................................... About Us .....................................*/
/*................................... About Us .....................................*/
.COMPANY_PROFILE_title h4{
	position: relative;
	margin-bottom: 15px;
	color:#DD1A1E;
	
}
.COMPANY_PROFILE_title h4:before {
    content: "";
    left: 0;
    top: 144%;
    bottom: 0;
    height: 4px;
    width: 10%;
    background-color: #C90044;
    position: absolute;
	margin-left: 45%;
}
.COMPANY_PROFILE_title h4::after{
    content: "";
    top: 150%;
    left: 0%;
    bottom: 0px;
    height: 1px;
    width: 40%;
    background-color:black;
    position: absolute;
	margin-left: 30%;
}
/*......Events......*/
.ClientsHeading h2{
	font-weight:500;
	color: #DD1A1E;
}
.Card3Heading {
	font-weight: 600;
	color: #DD1A1E;
}
.Card3Paragraph span{
	color: green
}
.readmore_link p{}
.readmore_link a{}

/*............................................ Features................................. ................*/
/*............................................ Features................................. ................*/
.image-wrapper {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  font-size: 0;
}
.image-wrapper img {
  max-width: 100%;
	min-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.image-wrapper:hover img {
  transform: scale(1.1);
    background-color: rgba(0,0,0,0.1);
    opacity: 0.5;
}
.PostedDate{
	position: absolute;
    left: 15px;
    top: 0px;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    max-width: 60px;
    width: 100%;
    font-weight: 700;
    padding: 7px 6px;
    line-height: 1.2em;
    background-color: #DD1A1E;
}
.textDivStyle{
	background-color: white; padding: 20px; box-shadow: 5px 0px 5px -2px darkgray; margin-top:30px;
}
.Blog_ReadMore{
	padding-top: 15px;
	
}
.Blog_ReadMore a{
	border: 1px solid #EEEEEE;
	padding: 15px;
	background-color: #DD1A1E;
	color: white;
	font-weight: 600
}
.Blog_ReadMore a:hover{
	border: 1px solid #EEEEEE;
	padding: 15px;
	background-color: #DD1A1E;
	color: white;
	font-weight: 600;
	opacity: 0.7;
}
.like_STYLE {
	color: white;
	background-color: #3B59A1;
	padding: 8px;
	text-align: center;
	
}
.like_STYLE a{
	color: white;
	
}
.Follow_STYLE {
	color: white;
	background-color: #1DA1F2;
	padding: 8px;
	text-align: center;
}
.Follow_STYLE a{
	color: white;
	
}
.MediaImage{
	width: 30%;
	height: auto;
}
.tags_styling {
	border: 1px solid black;
	
}
.populer-tags {
    margin-bottom: 40px;
}
 .tagcloud a {
	 color: black;
    font-size: 13px;
    border-radius: 0px;
    font-weight: 600;
    border: 1px solid black;
    padding: 8px 15px;
    float: left;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
 .tagcloud a:hover {
	 color: white;
	background-color: rgba(0,0,0,0.4);
    font-size: 13px;
    border-radius: 0px;
    font-weight: 600;
    border: 1px solid black;
    padding: 8px 15px;
    float: left;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.Col5Heading h4{
	font-weight: 600;
	padding-left: 15px;
	padding: 10px;
	color:#DD1A1E;
}
.Caregories_Icon{
	padding-left: 20px;
}
.Caregories_Icon span{
	 color: #DD1A1E;
	float: right;
}
.stylingbody span{
	color: green;
}


/*......................................... Login........................ ...............*/
/*......................................... Login........................ ...............*/
/*......................................... Login........................ ...............*/

.loginbody{
	background-color: #DD1A1E;
}
.CardLogo i{
	color:white;
	font-size:50px;
}
.inputstyle input{
	background-color:#DD1A1E;
    border: 0px;
    border-bottom: 1px solid white;
    border-radius: 0px;
	color:white!important;
    opacity:0.8;	
}
.input-group placeholder{	
	color:white!important;	
}
.CustmrHeading h{
	color:white;
	font-weight:100;
	letter-spacing:5px;
	font-size: 25px;
	opacity:0.8;
}
.loginDiv i{
	width:15px;
}
.logincard{
height: auto;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: #DD1A1E!important;

}
.Fa_styling {
	background-color: #DD1A1E;
    border: 0px;
    border-bottom: 1px solid white;
    border-radius: 0px;
	color:white;
	opacity:0.8;
}
.card-header h3{
color: white;
}
.inputstyle input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;
background-color: #DD1A1E!important;
border: 0px!important;
border-bottom: 1px solid white!important;
border-radius: 0px!important;
color:white!important;
opacity:0.8;
}
.remember{
color: white;
}
.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
opacity:0.8;
}
.input-group input::placeholder{
	color:white!important;
	opacity:0.8;
}
.remember a
{
margin-right:15px;
color: white;
opacity:0.8;
}
.login_btn{
color: white;
    background-color: #DD1A1E;
    width: 100px;
	opacity:0.8;
	border:0px !important;
}
.login_btn:hover{
color: blue;
opacity:0.8;
}
.links{
color: white;
opacity:0.8;
}
.links a{
margin-left: 4px;
}
/*......model popup......*/
.modelStyling button{
	background-color: #DD1A1E;
    border: none;
	color: white;
	width: 75px;
    margin-right: 15px;
	height:40px;
	margin-top: 20px;
	border-radius: 30px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /* z-index: 1; /* Sit on top */ */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-top: 90px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  text-align: end;
  font-size: 28px;
  font-weight: bold;
}
.Companyinputstyle input{
	background-color:white!important;
	border: none;
    border-bottom: 1px solid #DD1A1E;
    border-radius: 0px;
}
.Companyinputstyle input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;
background-color: white!important;
border: 0px!important;
border-bottom: 1px solid #DD1A1E!important;
border-radius: 0px!important;
color:black!important;
}
.model_Fa_styling{
	color:#DD1A1E;
	border: 0px;
	border-bottom: 1px solid #DD1A1E;
    border-radius: 0px;
	background-color:white;
	
}
.CompanyHeading h{
	color:#DD1A1E;
	font-size: 20px;
    font-weight: 700;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*....................................... Plan % Pricing............................ ...............*/
/*....................................... Plan % Pricing............................ ...............*/
/*--  ...... Cards of plan and pricing .........-*/
.Card_styling{
	border:1px solid transparent;
}
.Card_styling .Card_box_Styling{
	border:1px solid #DD1A1E; box-shadow: 3px 2px 8px 2px #DD1A1E; border-radius: 15px;
}
.Card_styling .Card_box_Styling h5{
	text-align:center; 
	margin-top:30px;
	
}
.Card_styling .Card_box_Styling .Onep{
	text-align:center;
}
.Card_styling .Card_box_Styling h2{
	text-align:center;
	font-weight: 800;
}
.Card_styling .Card_box_Styling .twop{
	text-align:center;
}
.Card_styling .Card_box_Styling .Check_Text{
	display:flex;
}
.Card_styling .Card_box_Styling .Check_Text i{
	color:#DD1A1E; margin-top: 3px; margin-right: 5px;
}
.Card_styling .Card_box_Styling .card_btn_styling{
	margin-top: 15px; 
	margin-bottom: 25px; 
	width:100%; 
	border-radius:25px; 
	background-color:#DD1A1E; 
	border:transparent; 
	padding:10px 29px 10px 25px; 
	font-weight:700; 
	color:white;
	cursor:pointer;
}
/*....................................... Plans & Pricing Page............................ ...............*/
/*....................................... Plans & Pricing Page............................ ...............*/
.h_main_heading h5{
	text-align:center; color:#DD1A1E;
}
.h_main_heading h1{
	text-align:center; color:#DD1A1E;
}
/*....................................... Why truefin page............................ ...............*/
/*....................................... Why truefin page............................ ...............*/
.Heading_main{
	text-align: center;
}
.Heading_main h3{
	color: black; 
	font-family:'alfa-slab-one';
}
.div_right_border{
	border-right: 1px double; 
	border-bottom: 1px double;
}
.b_Botm{
	border-bottom: 1px double;
}


/*....................................... Footer............................ ...............*/
/*....................................... Footer............................ ...............*/

.footerStyling {
    border: 1px solid black;
    margin: 40px 0px 0px 0px;
    background-color: #2E2E2D;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 4.5rem !important;
    margin-bottom: 20px;
}
.footerbottom{
	text-align:center; font-size:13px; font-weight:600; margin:10px;
}





