@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    padding: 18px 35px;
    text-transform: uppercase;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(255 255 255 / .1);
}

.menuSec ul li:last-child a {
}



.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: -4px;
    width: 250px;
    text-align: left;
    top: 70px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #000 !important;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    /* content: " "; */
    display: table;
}

.menuSec ul:after {
    /* clear: both; */
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/*CSS Start --------------------*/

.theme_btn1{
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #5c5c5c;
    background: #3b3b3b;
}
.theme_btn1:hover{background: transparent !important; border: solid 2px #000 !important; color: #000 !important;}
.btn_wrp .theme_btn1:hover{background: transparent !important;border: solid 2px #fff !important;color: #fff !important;}

header{
    padding: 0 0 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 85px;
}
header .topSec{
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgb(255 255 255 / .1);
    position: relative;
}
header .topSec a {}
header .topSec a img{}
header .topSec ul.cntct_btn{
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 40px;
    padding: 0 60px 0 0;
}
header .topSec ul.cntct_btn li{}
header .topSec ul.cntct_btn li a{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}
header .topSec ul.cntct_btn li a .icon_left{}
header .topSec ul.cntct_btn li a .icon_left i{
    color: #ffffff;
    font-size: 22px;
}
header .topSec ul.cntct_btn li a .text_right{}
header .topSec ul.cntct_btn li a .text_right span{
    font-size: 15px;
    font-weight: 600;
}
header .topSec ul.cntct_btn li a .text_right p{
    margin: 0;
    font-size: 13px;
    font-weight: 300;
}


header .topSec:after {
    position: absolute;
    content: "";
    bottom: -73px;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgb(255 255 255 / .1);
}


.main_banner .form_main {margin: 110px 0 0 0; }
.main_banner{
    padding: 60px 0;
    height: 120vh;
    background: url(../images/home-banner.jpg) 0 0 / cover no-repeat, linear-gradient(rgb(1 1 1 / 44%), #0b141c) 0 0 / cover no-repeat;
    background-blend-mode: overlay;
    align-items: center;
    display: flex;
    padding-top: 6%;
}
.main_banner .wrpr_bann{
    padding: 0 120px 0 0;
    margin: 170px 0 0 0;
}
.main_banner .wrpr_bann h1{
    font-size: 60px;
    margin: 0 0 50px 0;
}
.main_banner .wrpr_bann p{
    font-weight: 200;
    font-size: 23px;
    color: #fff;
    line-height: 35px;
}
 .form_main{
    background: #5c5c5c;
    padding: 25px 40px;
}
 .form_main h3{
    color: #fff;
}
 .form_main .grp{margin: 0 0 20px 0;text-align: center;}
 .form_main .grp input{
    border-color: rgba(255, 255, 255, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0.5);
    background: transparent;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    color: #fff;
}
 .form_main .grp textarea{
    border-color: rgba(255, 255, 255, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0.5);
    background: transparent;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    width: 100%;
    height: 100px;
    resize: none;
    color: #fff;
    padding: 5px 10px;
}
 .form_main .grp button{
    background: #fff;
    color: #222222;
    border: 1px solid #fff;
}


 .form_main .grp input::placeholder{color: #fff;}
 .form_main .grp textarea::placeholder{color: #fff;}

.about_Sec{}
.about_Sec .abt_img{}
.about_Sec .abt_img img.img1{border-radius: 0 100px 0 0;}
.about_Sec .abt_img img.img2{
    width: 20%;
    margin: -100px 0 0 -20px;
}
.about_Sec .abt_txt{}
.about_Sec .abt_txt h6{
    margin: 0 0 10px 0;
}
.about_Sec .abt_txt h2{}
.about_Sec .abt_txt p{}
.about_Sec .abt_txt .btn_to{
    margin: 30px 0 0 0;
    gap: 20px;
    display: flex;
}
.about_Sec .abt_txt .btn_to a{}
.mini{
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}    
.head{
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 17px;
    line-height: 1.3;
    font-size: 43px;
    color: #000;
}    
.para{
    line-height: 26px;
    font-weight: 400;
    color: #666;
    font-size: 16px;
}
.all_Sec{
    padding: 60px 0;
}




.mini:before {
    position: absolute;
    content: "";
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 40px;
    background: #5c5c5c;
}





.servi_txt_bx {
    text-align: center;
    border: 1.5px solid #e9e9e9;
    padding: 30px 28px 0;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms 
ease;
    transition: all 250ms 
ease;
    margin: 0 0 30px 0;
}

.servi_txt_bx img {
    width: 15%;
    transition: opacity 0.4s ease;
}

.servi_txt_bx h5 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0000;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: all 250ms 
ease;
    -webkit-transition: all 250ms 
ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}






.servi_txt_bx p {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
}

.servi_txt_bx a.r_more{
    color: #DD181A;
    margin: 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all .2s 
ease-in-out;
    transition: all .2s 
ease-in-out;
    opacity: 0;
}

.servi_txt_bx:hover img{opacity: 0;}
.servi_txt_bx:hover a.r_more{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


.port_txt {
    text-align: center;
    margin: 0 0 50px 0;
}


.portfoilo .slick-slide {
    opacity: 1 !important;
}

.portfoilo{}
.portfoilo ul{
    margin: 0;
}
.portfoilo ul li{}
.portfoilo ul li a{
    position: relative;
}
.portfoilo ul li img{
    height: 350px;
}
.portfoilo ul li .btm{
    position: absolute;
    bottom: 0;
    background: #000000b0;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
}
.portfoilo ul li .btm h6{
    color: #fff;
    font-size: 15px;
    margin: 0;
}


.list_ul{
    margin: 0 0 0 20px;
}
.list_ul li{
    padding: 0 0 5px 0;
    line-height: 26px;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    position: relative;
}


.list_ul li:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50px;
}

.brdr-0{border-radius: 0 !important;}
.brdr-rl{border-radius: 0 100px 0 100px !important;}

.service_Sec{}
.service_Sec .servi_txt{
    text-align: center;
    margin: 0 0 70px 0;
}
.service_Sec .servi_txt h2{}
.service_Sec .servi_txt p{}
.service_Sec .servi_bx{
    padding: 40px 30px;
}
.service_Sec .servi_bx h5{
    border-bottom: 2px solid #ebebeb;
    padding: 0 0 30px 0;
    font-size: 22px;
    color: #0a0000;
    font-weight: 800;
}
.service_Sec .servi_bx p{}
.service_Sec .servi_bx p a{
    color: #DD181A;
    text-transform: uppercase;
    font-weight: 600;
}


.cta_Section{
    text-align: center;
    background-position: center;
    padding: 100px 0;
    background: url(../images/Main-slider1.jpg) 0 0 / cover no-repeat, linear-gradient(rgb(1 1 1 / 35%), rgb(0 0 0 / 69%)) 0 0 / cover no-repeat;
    background-blend-mode: overlay;
}
.cta_Section .cta_wrpr{}
.cta_Section .cta_wrpr h6{
    color: #fff;
}
.cta_Section .cta_wrpr h2{
    color: #fff;
}
.cta_Section .cta_wrpr p{
    color: #fff;
}
.cta_Section .cta_wrpr .btn_to {
    gap: 20px;
    display: flex;
    justify-content: center;
}

.cta_Section .cta_wrpr h6:after {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 40px;
    background: #cd0029;
}

.portfoilo .port_txt h6:after {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 40px;
    background: #cd0029;
}

.service_Sec .servi_txt h6:after {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 40px;
    background: #cd0029;
}

.faq_Section{}
.faq_Section .faq_txt{
    text-align: center;
    margin: 0 0 70px 0;
}
.faq_Section .faq_txt h6{}
.faq_Section .faq_txt h2{}

.faq_Section .accordion-header h5 {
    margin: 0;
    color: #000;
    font-weight: 700;
}

.faq_Section .accordion-button{
    padding: 20px 20px;
    margin: 0;
    box-shadow: none !important;
    background: transparent;
}


.faq_Section .accordion-item {
    border: unset;
    padding: 20px 10px;
}

.faq_Section .faq_txt h6:after {position: absolute; content: ""; left: -50px; top: 0; bottom: 0; margin: auto; height: 1px; width: 40px; background: #cd0029; } 
.faq_Section .accordion-button:not(.collapsed)::after {filter: brightness(0.5); }

.testi_Sec{
    padding: 150px 0 100px 0;
    background: url(../images/Main-testimon.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testi_Sec .test_wrp{
    text-align: center;
    margin: 0 0 60px 0;
}
.testi_Sec .test_wrp h6{
    color: #fff;
    margin: 0;
}
.testi_Sec .test_wrp h2{
    color: #fff;
}
.testi_Sec ul{
    text-align: center;
}
.testi_Sec ul li{}
.testi_Sec ul li .item{
    margin: 0 60px;
}
.testi_Sec ul li .item p{
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}
.testi_Sec ul li .item h6{
    font-size: 17px;
    opacity: .8;
    font-weight: 600;
    color: #fff;
}

.testi_Sec .slick-prev, .slick-next {top: 10%;}
.testi_Sec .test_wrp h6:after {position: absolute; content: ""; left: -50px; top: 0; bottom: 0; margin: auto; height: 1px; width: 40px; background: #fff; } 
.testi_Sec .test_wrp h6:before { background: #fff; }
.testi_Sec .slick-next:before{content: '\f178'; font-family: 'FontAwesome'; color: #fff !important; opacity: 1;}
.testi_Sec .slick-prev:before {content: '\f177'; font-family: 'FontAwesome'; color: #fff !important; opacity: 1; }

.footerSec {
    background: #02121b;
    padding: 80px 0 20px 0;
}
img.logo_ftr{
    margin: 0 0 20px 0;
    max-width: 280px;
    height: auto;
}

.footerSec p{
    color: #ccc;
}

.footerSec h6{
    color: #ccc;
    font-weight: 400;
    font-size: 16px;
    margin: 80px 0 10px 0;
}
.footerSec h6 img{}
p.copy_right{
    text-align: center;
    margin: 25px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #515b5e;
}

.footerSec h5 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 35px;
}

.footerSec ul.linkList{}
.footerSec ul.linkList li{
    padding: 0 0 10px 0;
}
.footerSec ul.linkList li a{
    line-height: 1.5;
    font-weight: 400;
    color: #ccc;
    font-size: 16px;
}

img.un_cabled {
    margin: 70px 0 0px 0;
    width: 60%;
}

.footerSec ul.linkList li.last_li {
    margin: 60px 0 0 0;
}

.form_main .grp button:hover {
    background: transparent !important;
    border: solid 2px #fff !important;
    color: #fff !important;
}


.cta_Section .theme_btn1:hover {
    background: transparent !important;
    border: solid 2px #fff !important;
    color: #fff !important;
}

.menuSec ul li a:hover{
    color: #fff;
}

.inner_banner{
    padding: 100px 0;
    background: url(../images/Main-breadcumbs.jpg);
    display: flex;
    align-items: center;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_banner .inr_txt{
    padding: 140px 0 0 0;
}
.inner_banner .inr_txt h2{
    color: #fff;
}

.principle_Sec{
}
.principle_Sec .princ_txt{
    margin: 0 0 80px 0;
    text-align: center;
}
.principle_Sec .princ_wrp{
    padding: 25px;
}
.principle_Sec .princ_wrp h3{
    line-height: 30px;
    font-weight: 700;
    font-size: 30px;
}
.principle_Sec .princ_wrp p{}

.principle_Sec .princ_txt h6:after {position: absolute;content: "";left: -50px;top: 0;bottom: 0;margin: auto;height: 1px;width: 40px;background: #cd0029;} 

.contact_Sec{}
.contact_Sec .cont_wrpr{
    margin: 0 0 80px 0;
}
.contact_Sec .cont_wrpr h2{}
.contact_Sec .cont_wrpr p{}


.contact_deatils{}
.contact_deatils .detil_wrp{
    text-align: center;
    padding: 40px;
    border: 1px solid #d8d8d8;
}
.contact_deatils .detil_wrp img{
    width: 20%;
    margin: 0 0 20px 0;
}
.contact_deatils .detil_wrp h6{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.contact_deatils .detil_wrp p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 0;
}


section.pri_terms_Sec {
    padding: 60px 0;
}

h5.sub-heading {
    font-size: 32px;
    color: #000;
}


section.pri_terms_Sec p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.lp-choos  h2.head {
    font-size: 29px;
}
.lp-sec-area p {
    color: #666;
    font-weight: 500;
    line-height: 25px;
    font-size: 15px;
}

.inner_banner.ty_pg .inr_txt{
    text-align: center;
}

.form_main .grp textarea::placeholder {
    color: #fff;
}

section.pri_terms_Sec p a {
    color: #dd181a;
}

section.pri_terms_Sec p a strong {
    color: #000;
}
.logo-sec img {
    width: 60%;
}
.logo-fto img.logo_ftr {
    width: 70%;
}