/* Fonts Embed Start */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');
/* Fonts Embed End */
/* Animate CSS Start */
@import url(../vendor/animate-css/animate.min.css);
/* Animate CSS End */
*{
    font-family: 'Montserrat', sans-serif;
}
a, button{
    cursor: pointer;
}
::-moz-selection {
    color: #ffffff;
    background: #449fd1;
}
::selection {
    color: #ffffff;
    background: #449fd1;
}
#goTpButton{
    display: inline-block;
    background-color: #999b9f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 65px;
    right: -3px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
    border: 1px solid #999b9f;
}
#goTpButton::after{
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
    line-height: 50px;
    color: #ffffff;
}
#goTpButton:hover{
    cursor: pointer;
    background-color: #449fd1;
    border-color: #449fd1;
}
#goTpButton:active{
    background-color: #449fd1;
    border-color: #449fd1;
}
#goTpButton.show{
    opacity: 1;
    visibility: visible;
}
@keyframes smoothScrollY {
    0% {
        transform: translateY(-150px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-150px);
    }
    100% {
        transform: translateY(0px);
    }
}
.header-main-div{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    padding: 15px 200px;
    animation: smoothScrollY 1s forwards;
    background-color: rgba(0, 0, 0, .8);
}
.header-main-div.sticky{
    animation: smoothScroll 1s forwards;
    background-color: rgba(85, 187, 241, .9);
    padding: 10px 200px;
}
.header-main-div .main-header-logo{
    max-width: 160px;
}
.header-main-div.sticky .main-header-logo{
    width: 150px;
}
.main-menu-div{
    text-align: right;
}
.main-menu-ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.main-menu-ul li{
    margin-right: 20px;
}
.main-menu-ul li:last-child{
    margin-right: 0;
}
.main-menu-ul li a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0 0 30px;
}
.main-menu-ul li a:hover, .main-menu-ul li a:focus{
    color: #ffffff;
    text-decoration: none;
}
.main-menu-ul .dropdown-li::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #ffffff;
    font-size: 12px;
    position: relative;
    top: -1px;
    padding-left: 2px;
}
.main-menu-ul .dropdown-li:hover::after, .main-menu-ul .dropdown-li:focus::after{
    content: "\f077";
}
.main-menu-ul .dropdown-li:hover .dropdown-ul{
    display: block;
}
.main-menu-ul .dropdown-li .dropdown-ul{
    margin: 0;
    padding: 5px;
    list-style: none;
    text-align: left;
    position: absolute;
    background-color: #ffffff;
    z-index: 3;
    display: none;
    margin-top: 10px;
    width: 260px;
    margin-left: -14px;
}
.main-menu-ul .dropdown-li:last-child .dropdown-ul{
    right: 0;
}
.main-menu-ul .dropdown-li .dropdown-ul li{
    margin: 0;
}
.main-menu-ul .dropdown-li .dropdown-ul li a{
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #616161;
    display: block;
    padding: 8px 10px;
    border: 2px solid transparent;
}
.main-menu-ul .dropdown-li .dropdown-ul li a:hover, .main-menu-ul .dropdown-li .dropdown-ul li a:focus{
    text-decoration: none;
    color: #ffffff;
    background-color: #449fd1;
    border-color: #ffffff;
}
.main-menu-div .main-menu-search{
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-left: 45px;
}
.main-menu-div .main-menu-search:hover, .main-menu-div .main-menu-search:focus{
    text-decoration: none;
    color: #ffffff;
}
.main-header-search-div{
    background-color: #ffffff;
    width: 260px;
    padding: 20px 15px;
    position: absolute;
    right: 5px;
    margin-top: 10px;
    display: none;
}
.main-header-search-div .form input{
    border-radius: 0;
}
.main-header-search-div .form input:focus{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(88,182,230,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(88,182,230,0.5);
    box-shadow: 0px 0px 5px 0px rgba(88,182,230,0.5);
}
.main-header-search-div .form button{
    position: absolute;
    top: 22px;
    right: 17px;
    height: 34px;
    border: 0;
    background-color: #ffffff;
    color: #495057;
}
.main-header-search-div .form button:focus{
    outline: none;
    box-shadow: none;
}
#mHeaderSearch .mnt-close{
    padding-left: 5px;
}
.mobile-menu-icon-box{
    width: 38px;
    height: 28px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    margin-left: 35px;
}
.mobile-menu-icon-box span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.mobile-menu-icon-box span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
.mobile-menu-icon-box span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}
.mobile-menu-icon-box span:nth-child(1), .mobile-menu-icon-box span:nth-child(2) {
    top: 0px;
}
.mobile-menu-icon-box span:nth-child(3), .mobile-menu-icon-box span:nth-child(4) {
    top: 12px;
}
.mobile-menu-icon-box span:nth-child(5), .mobile-menu-icon-box span:nth-child(6) {
    top: 24px;
}
.mobile-menu-icon-box.open span:nth-child(1),.mobile-menu-icon-box.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu-icon-box.open span:nth-child(2),.mobile-menu-icon-box.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu-icon-box.open span:nth-child(1) {
    left: 5px;
    top: 5px;
}
.mobile-menu-icon-box.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 5px;
}
.mobile-menu-icon-box.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.mobile-menu-icon-box.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
    margin-left: -15px;
}
.mobile-menu-icon-box.open span:nth-child(5) {
    left: 5px;
    top: 15px;
}
.mobile-menu-icon-box.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 15px;
}
.mobile-menu-div{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #999b9f;
    display: none;
    text-align: left;
    padding: 0px 0px 100px;
}
.mobile-menu-div .submenu-ul{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #808080;
    padding-bottom: 0px;
    margin-top: 10px;
    display: none;
}
.mobile-menu-div .submenu-u-li-a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 25px;
    margin-top: 2px;
}
.mobile-menu-div .active.submenu-u-li-a::after{
    content: '\f068';
}
.mobile-menu-ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.mobile-menu-ul li{
    padding: 10px 10px 15px;
    border-bottom: 1px dashed #d6d6d6;
    margin: 0 15px;
}
.mobile-menu-ul li a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
}
.mobile-menu-ul li a:hover, .mobile-menu-ul li a:focus{
    text-decoration: none;
}
.menu-header.sticky .mobile-menu-div{
    top: 90px;
}
.mobile-menu-ul li .submenu-ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.mobile-menu-ul li .submenu-ul li:last-child{
    border-bottom: 0;
}
.body-new-fix {
    overflow: hidden;
}
.homepage-main-slider .owl-nav.disabled+.owl-dots{
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
}
.homepage-main-slider .owl-dots .owl-dot span {
    border-radius: 0;
    background: rgba(255, 255, 255, .5);
}
.homepage-main-slider .owl-dots .owl-dot.active span, .homepage-main-slider .owl-dots .owl-dot:hover span{
    background: #ff0000;
}
.homepage-main-slider .owl-dots .owl-dot:focus{
    outline: none;
    box-shadow: none;
}
.homepage-about-us-col-1 .info-area{
    background-color: #232629;
    padding: 125px 45px 150px;
}
.homepage-about-us-col-1 .info-area .image-line{
    padding-right: 45px;
    padding-left: 0;
}
.homepage-about-us-col-1 .info-area .text-line{
    text-align: right;
    padding-right: 0;
}
.homepage-about-us-col-1 .info-area .text-line .head{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}
.homepage-about-us-col-1 .info-area .text-line .head span{
    font-weight: 800;
}
.homepage-about-us-col-1 .info-area .text-line .desc{
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.homepage-about-us-col-2{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.mp-thought-balloon-div{
    background-color: #ab023a;
    padding: 30px 50px 25px;
}
.mp-thought-balloon-div .desc{
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    font-style: italic;
}
.mp-thought-balloon-div .desc span{
    font-weight: 700;
    font-style: italic;
}
.mp-thought-balloon-con{
    margin-top: -85px;
    position: relative;
    z-index: 1;
}
.mp-thought-balloon-div::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0px;
    border-color: #ab023a transparent transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 15px;
}
.mp-tab-conf{
    padding-top: 110px;
    padding-bottom: 100px;
}
.custom-nav-pills-1 .nav-pills .nav-link{
    border-radius: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #353535;
    padding: 15px;
    border-bottom: 1px solid #d6d6d6;
}
.custom-nav-pills-1 .nav-pills .nav-link.active, .custom-nav-pills-1 .nav-pills .show>.nav-link{
    color: #ffffff;
    background-color: #232629;
}
.custom-nav-pills-1 .nav-pills .nav-link.active::after, .custom-nav-pills-1 .nav-pills .show>.nav-link::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #232629;
    position: absolute;
    right: -25px;
    margin-top: -15px;
}
.custom-nav-pills-col-l{
    padding-right: 0px;
}
.custom-nav-pills-col-r{
    padding-left: 0px;
    -webkit-box-shadow: -35px 0px 40px -45px rgba(0,0,0,0.4);
    -moz-box-shadow: -35px 0px 40px -45px rgba(0,0,0,0.4);
    box-shadow: -35px 0px 40px -45px rgba(0,0,0,0.4);
}
.custom-nav-pills-content-1{
    padding: 0px 45px;
}
.custom-nav-pills-content-1 .tab-content .tab-pane h1, .custom-nav-pills-content-1 .tab-content .tab-pane h2, .custom-nav-pills-content-1 .tab-content .tab-pane h3, .custom-nav-pills-content-1 .tab-content .tab-pane h4, .custom-nav-pills-content-1 .tab-content .tab-pane h5, .custom-nav-pills-content-1 .tab-content .tab-pane h6{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #4f4f4f;
    margin-bottom: 15px;
}
.custom-nav-pills-content-1 .tab-content .tab-pane p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #5b5b5b;
    margin-bottom: 20px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.custom-nav-pills-content-1 .tab-content .tab-pane ul{
    padding-left: 40px;
    margin-bottom: 15px;
}
.custom-nav-pills-content-1 .tab-content .tab-pane ul p{
    margin-bottom: 10px;
}
.custom-nav-pills-content-1 .tab-content .tab-pane ul p:nth-child(n+2){
    width: 462px;
}
.custom-nav-pills-content-1 .tab-content .tab-pane ul li{
    margin-bottom: 20px;
}
.custom-nav-pills-content-1 .tab-content .tab-pane a{
    color: #ff004e;
    text-decoration: none;
}
.homepage-support-div{
    text-align: center;
    display: table;
}
.homepage-support-div .div-con{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.custom-parallax-1{
    position: relative;
    background-size: cover !important;
    min-height: 445px;
    width: 100%;
    background-attachment: fixed !important;
    background-position: 50% 0 !important;
}
.homepage-support-div .head-1{
    font-size: 55px;
    line-height: 60px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 5px;
}
.homepage-support-div .head-2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    color: #9a9999;
    margin-bottom: 25px;
}
.button-group{
    display: inline-flex;
}
.custom-btn-1{
    font-size: 12px;
    line-height: 16px;
    border: 0;
    background-color: #ffffff;
    margin: 0;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 12px 12px;
    color: #373737;
    font-weight: 600;
}
.custom-btn-1:hover, .custom-btn-1:focus{
    color: #373737;
    text-decoration: none;
    background-color: #dcdcdc;
}
.button-group .custom-btn-1{
    margin-right: 20px;
}
.button-group .custom-btn-1:last-child{
    margin-right: 0;
}
.main-footer{
    padding-bottom: 16px;
    padding-top: 35px;
    border-bottom: 4px solid #e3e3e3;
}
.footer-main-head{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 20px;
}
.footer-main-desc{
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #797979;
    margin-bottom: 20px;
}
.footer-main-desc span{
    font-weight: 500;
}
.footer-main-desc a{
    color: #797979;
}
.footer-main-link{
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #797979;
}
.footer-main-link:focus, .footer-main-link:hover{
    color: #797979;
}
.footer-social-menu{
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.footer-social-menu li{
    margin-bottom: 5px;
}
.footer-social-menu li:last-child{
    margin-bottom: 0px;
}
.footer-social-menu li a{
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #6a6a6a;
}
.footer-social-menu li a:hover, .footer-social-menu li a:focus{
    color: #6a6a6a;
    text-decoration: none;
}
.footer-social-menu li a i{
    margin-right: 8px;
}
.footer-company-div{
    margin-bottom: 20px;
}
.footer-company-div p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #6a6a6a;
    margin-bottom: 0;
}
.footer-company-div p:last-child{
    font-style: italic;
    font-weight: 300;
}
.sub-footer{
    padding: 20px 0px;
}
.sub-footer-copyright{
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #717171;
    margin: 0;
}
.sub-footer-copyright span, .sub-footer-copyright a{
    color: #ff003c;
}
.custom-detail-head-1{
    background-color: #000000;
    min-height: 103px;
}
.custom-content-container-1{
    padding: 0px 200px;
}
.bg-grey-e8{
    background-color: #e8e8e8;
}
.main-breadcrumb-div{
    padding: 30px 0px;
}
.main-breadcrumb-div ul, .main-breadcrumb-div ol {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}
.main-breadcrumb-div a {
    font-size: 13px;
    font-weight: 300;
    color: #2c97ce;
    text-decoration: none;
    line-height: 18px;
}
.main-breadcrumb-div a:focus, .main-breadcrumb-div a:hover{
    text-decoration: none;
}
.main-breadcrumb-div .brackets {
    padding: 0px 5px;
    color: #2c97ce;
    font-size: 13px;
}
.main-breadcrumb-div span.current{
    color: #6f6f6f;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}
.custom-page-title-1{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000000;
    padding: 25px 0px;
}
.custom-table-1 thead th{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #2c97ce;
    border-bottom: 0;
}
.custom-table-1 td, .custom-table-1 th {
    padding: 12px 20px;
    border-top: 1px solid #d4d4d4;
}
.custom-table-1.table-bordered {
    border: 1px solid #d4d4d4;
}
.custom-table-1 td{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #656565;
}
.custom-table-1 td a{
    color: #2c97ce;
}
.custom-table-1 td span{
    font-size: 13px;
    color: #ffffff;
    background-color: #096aa7;
    border-radius: 13px;
    padding: 5px 12px;
}
.custom-content-1{
    margin-bottom: 40px;
}
.custom-content-1 p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #656565;
    margin-bottom: 20px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.custom-content-below-line{
    border-top: 1px solid #8e8e8e;
    padding: 25px 0px;
}
.custom-content-below-line .desc{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.content-below-share-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.content-below-share-menu li{
    margin-right: 10px;
}
.content-below-share-menu .dropdown-li:last-child{
    margin-right: 0;
}
.content-below-share-menu li a{
    font-size: 18px;
    color: #ffffff;
    background-color: #1a1a1a;
    border-radius: 50%;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 36px;
}
.content-below-share-menu li a:hover, .content-below-share-menu li a:focus{
    text-decoration: none;
}
.content-below-share-menu li .item-1{
    background-color: #3b5998;
}
.content-below-share-menu li .item-1:focus, .content-below-share-menu li .item-1:hover{
    background-color: #1b366d;
}
.content-below-share-menu li .item-2{
    background-color: #69c6ff;
}
.content-below-share-menu li .item-2:focus, .content-below-share-menu li .item-2:hover{
    background-color: #499dd0;
}
.content-below-share-menu li .item-3{
    background-color: #3b639a;
}
.content-below-share-menu li .item-3:focus, .content-below-share-menu li .item-3:hover{
    background-color: #1d3961;
}
.content-below-share-menu li .item-4{
    background-color: #d83a3a;
}
.content-below-share-menu li .item-4:focus, .content-below-share-menu li .item-4:hover{
    background-color: #b32727;
}
.content-below-share-menu li .item-5{
    background-color: #502d59;
}
.content-below-share-menu li .item-5:focus, .content-below-share-menu li .item-5:hover{
    background-color: #784386;
}
.product-row{
    border-top: 1px solid #8e8e8e;
    padding: 15px 5px 20px;
}
.product-row .product-item-link{
    display: block;
    width: 100%;
}
.product-row .product-item-link:hover, .product-row .product-item-link:focus{
    text-decoration: none;
}
.product-row .product-item-link .product-head{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #449fd1;
    margin-bottom: 10px;
}
.product-row .product-item-link .product-text-col .product-desc p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #656565;
    margin-bottom: 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.custom-form-1 label{
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    color: #a0a0a0;
    margin: 0;
}
.custom-form-1 input{
    height: 50px;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 16px;
    color: #6e6e6e;
}
.custom-form-1 input:focus, .custom-form-1 select:focus, .custom-form-1 textarea:focus{
    border-color: #2c97ce;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(44,151,206,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(44,151,206,0.5);
    box-shadow: 0px 0px 10px 0px rgba(44,151,206,0.5);
}
.custom-form-1 select{
    height: 50px;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    color: #6e6e6e;
}
.custom-form-1 textarea{
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 16px;
    color: #6e6e6e;
    resize: none;
}
.custom-form-1 .custom-select-app::after{
    content: "\f0d7";
    color: #6e6e6e;
    padding: 12px 0px;
    position: absolute;
    right: 16px;
    top: 1px;
    z-index: 1;
    text-align: center;
    height: calc(100% - 2px);
    pointer-events: none;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #ffffff;
    width: 40px;   
}
.custom-form-1 .form-row {
    margin-right: -15px;
    margin-left: -15px;
}
.custom-form-1 .submit-btn-div{
    background-color: #eaeaea;
    padding: 30px 35px;
}
input.custom-form-submit-1{
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    color: #ffffff;
    height: 40px;
    background-color: #2c97ce;
    border-color: #2c97ce;
    max-width: 130px;
    width: 100%;
}
input.custom-form-submit-1:focus{
    box-shadow: none;
    outline: none;
}
.contact-us-head-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1593d5;
    margin-bottom: 25px;
}
.contact-company-div{
    margin-bottom: 15px;
}
.contact-company-div p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #a0a0a0;
    margin: 0;
}
.contact-company-div p:last-child{
    font-weight: 300;
    font-style: italic;
}
.contact-company-info{
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #a0a0a0;
    margin: 0;
}
.contact-company-info a{
    color: #a0a0a0;
}
.contact-company-info span{
    font-weight: 500;
}
.contact-company-info .dots1{
    font-weight: 300;
    padding-left: 25px;
}
.contact-company-info .dots2{
    font-weight: 300;
    padding-left: 6px;
}
.contact-form-blue-con{
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #449fd1;
}
.contact-form-blue-con .link{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: #ffffff;
}
.contact-form-blue-con .link i{
    padding-left: 20px;
    position: relative;
    top: 5px;
    font-size: 38px;
}
.contact-form-blue-con .link:hover, .contact-form-blue-con .link:focus{
    text-decoration: none;
}
.homepage-main-slider .home-slider-item-desc-div{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.homepage-main-slider .home-slider-item-desc-div .head{
    font-size: 55px;
    line-height: 60px;
    font-weight: 900;
    color: #ffffff;
}
.homepage-main-slider .home-slider-item-desc-div .desc{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ff0000;
    padding: 0px 40px;
    margin-bottom: 15px;
}
.homepage-main-slider .home-slider-item-desc-div .link-1{
    color: #373737;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    background-color: #ffffff;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 13px 12px;
    margin-right: 20px;
}
.homepage-main-slider .home-slider-item-desc-div .link-1:focus, .homepage-main-slider .home-slider-item-desc-div .link-1:hover{
    text-decoration: none;
    background-color: #d8d8d8;
}
.homepage-main-slider .home-slider-item-desc-div .link-2{
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    background-color: #de2f69 ;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 13px 12px;
    margin-right: 20px;
}
.homepage-main-slider .home-slider-item-desc-div .link-2:focus, .homepage-main-slider .home-slider-item-desc-div .link-2:hover{
    text-decoration: none;
    background-color: #b8134a;
}
.homepage-main-slider .home-slider-item-desc-div .slider-link:last-child{
    margin-right: 0;
}
.homepage-main-slider .item-background{
    background-size: cover!important;
}