@charset "UTF-8";

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Lato', sans-serif;
    margin: 0;
}

a {
    color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:focus {
    color: #3bb6d5;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: unset;
    text-decoration: none;
}

a:hover {
    color: #3bb6d5;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* return-to-top styles */

#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 70px;
    background: #fff;
    width: 45px;
    height: 100px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: none;
    color: #000000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    padding-top: 25px;
    text-align: center;
}

#return-to-top i:before {
    color: #000000;
    font-size: 25px;
}

.ts_comp_btn_style {
    display: inline-block;
    text-align: center;
    background: #1F96F2;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 250px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ts_comp_btn_style:hover,
.ts_comp_btn_style:focus {
    background: #f5f7fb;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.ts_comp_heading_wrapper {
    padding-bottom: 10px;
    animation-delay: 0.2s;
}

.ts_comp_heading_wrapper h2 {
    font-size: 26px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #1F96F2;
}

.ts_comp_heading_wrapper h1 {
    font-size: 42px;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
}

/* custom css start */

.full_width {
    float: left;
    width: 100%;
}

/* --------------------------------------
LIST STYLE
------------------------------------------*/

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

.form-control {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    resize: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

.icon_svg {
    fill: #3bb6d5;
}

.doc_icon_svg {
    fill: #ff4a57;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.doc2_icon_svg {
    fill: #00aaef;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* custom css end */




/* header start */

.ts_comp_header {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}

.ts_comp_logo_wrapper {
    float: left;
    position: relative;
    padding-top: 6px;
    padding-bottom: 14px;
}

/* menu_wrapper start */

.ts_comp_menu_wrapper {
    float: right;
    padding-top: 32px;
}

.ts_comp_menu_wrapper ul>li {
    float: left;
    margin-right: 19px;
}

.ts_comp_menu_wrapper ul>li>a {
    color: #111;
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 10px;
    position: relative;
}

.ts_comp_menu_wrapper ul>li>a:hover {
    color: #1F96F2;
}

.ts_comp_menu_wrapper ul>.active>a {
    background-color: transparent;
    color: #1F96F2;
}

.ts_comp_menu_wrapper ul>.active>a:focus,
.ts_comp_menu_wrapper ul>.active>a:hover {
    background-color: transparent;
    color: #1F96F2;
}

.ts_comp_menu_wrapper ul>li>a:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 100%;
    right: 0;
    height: 1px;
    transition: left 0.2s ease 0s, right 0.2s ease 0s;
    background-color: #1F96F2;
}

.ts_comp_menu_wrapper ul>li>a:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 100%;
    right: 0;
    height: 1px;
    transition: left 0.2s ease 0s, right 0.2s ease 0s;
    background-color: #1F96F2;
}

.ts_comp_menu_wrapper ul>li>a:hover:after {
    left: 0;
    right: 60%;
    transition: left 0.2s ease 0.2s, right 0.2s ease 0s;
}

.ts_comp_menu_wrapper ul>li>a:hover:before {
    left: 60%;
    right: 0;
    transition: left 0.2s ease 0.2s, right 0.2s ease 0s;
}

.ts_comp_menu_wrapper ul>.active>a:after {
    left: 0;
    right: 60%;
    transition: left 0.2s ease 0.2s, right 0.2s ease 0s;
}

.ts_comp_menu_wrapper ul>.active>a:before {
    left: 60%;
    right: 0;
    transition: left 0.2s ease 0.2s, right 0.2s ease 0s;
}

/*menu_right_wrapper start*/

.ts_comp_menu_right_wrapper {
    float: right;
    padding-top: 26px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #fff;
}

.ts_comp_menu_right_wrapper .ts_comp_btn_style {
    line-height: 38px;
    width: 236px;
    height: 40px;
    float: left;
    font-size: 16px;
    font-family: 'Lato';
    background: #1F96F2;
    border: 1px solid #1F96F2;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*-- search Start --*/

.it_comp_search_wrap {
    float: left;
}

/* menu_wrapper end */

/* menu_fixed start */

.ts_comp_menu_fixed {
    position: fixed;
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 100;

    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
}

.ts_comp_menu_fixed .logo_shape_wrapper {
    display: none;
}

.ts_comp_header .menu_fixed_logo {
    display: none;
}

.ts_comp_menu_fixed .menu_fixed_logo {
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
}

.ts_comp_menu_fixed ul>li>a {
    color: #000;
}

.ts_comp_menu_fixed ul>li>a:hover {
    color: #1F96F2;
}

.ts_comp_menu_fixed ul>.active>a {
    color: #1F96F2;
    font-weight: 600;
}

.ts_comp_menu_fixed ul>.active>a:focus,
.ts_comp_menu_fixed ul>.active>a:hover {
    color: #1F96F2;
}

.ts_comp_menu_fixed .it_comp_btn_style {
    background: #1F96F2;
    color: #fff;
}

.ts_comp_menu_fixed .it_comp_btn_style:hover {
    background: #fff;
    color: #1F96F2;
    border: 1px solid #1F96F2;
}

.ts_comp_menu_fixed .it_comp_searchd {
    color: #000;
}

/* sidebar */

#ts_comp_sidebar {
    position: fixed;
    display: block;
    height: 100%;
    top: 0px;
    left: -473px;
    width: 260px;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    overflow-x: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

#ts_comp_toggle {
    float: right;
    width: auto;
    padding-top: 7px;
    cursor: pointer;
}

#ts_comp_toggle a i:before {
    font-weight: 600;
    font-size: 22px;
}

#ts_comp_cssmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    color: #ffffff;
}

#ts_comp_cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ts_comp_cssmenu .sidebb {
    width: 100%;
    padding-top: 10%;
    float: left;
}

#ts_comp_cssmenu img {
    padding-top: 25px;
    padding-left: 30px;
}

#ts_comp_cssmenu ul ul {
    display: none;
    padding-left: 20px;
}

#ts_comp_cssmenu>ul>li.active>ul {
    display: block;
}

#ts_comp_cssmenu>ul>li>a {
    padding: 17px 25px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #191919;
    text-transform: uppercase;
    background: #ffffff;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#ts_comp_cssmenu>ul>li>a:hover {
    color: #fff;
    background: #1F96F2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#ts_comp_cssmenu .sidebb li:first-child {
    border-top: 1px solid #e6e6e6;
}

#ts_comp_cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 34px;
    top: 16px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #191919;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#ts_comp_cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 30px;
    top: 20px;
    display: block;
    width: 10px;
    height: 2px;
    background: #191919;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#ts_comp_cssmenu ul>li.has-sub.open>a:after,
#ts_comp_cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ts_comp_cssmenu ul ul li a {
    padding: 14px 26px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #060606;
    text-transform: capitalize;
    background: transparent;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#ts_comp_cssmenu ul ul ul li a {
    padding-left: 32px;
}

#ts_comp_cssmenu ul ul li a:hover {
    color: #fa5b41;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#ts_comp_cssmenu ul ul li a i {
    margin-right: 10px;
}

#ts_comp_toggle_close {
    position: absolute;
    z-index: 100;
    right: 9px;
    top: 20px;
    font-size: 32px;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.ts_comp_sidebar_logo img {
    padding-top: 19px;
        width: 78%;
    padding-left: 25px;
}

#ts_comp_cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ffffff;
}

#ts_comp_cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ffffff;
}

#ts_comp_cssmenu li a i {
    margin-right: 10px;
    color: #fa5b41;
    font-size: 18px;
}

/*------ slider wrapper css -------*/

.ts_comp_slider_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .caption-1,
.ts_comp_slider_wrapper .carousel-inner .carousel-item .caption-2,
.ts_comp_slider_wrapper .carousel-inner .carousel-item .caption-3 {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 650px;
    background: #f7fdfc;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content {
    display: block;
    position: relative;
    z-index: 999;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 150px;
    padding-bottom: 150px;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content ul {
    display: inline-block;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content_tabs {
    display: block;
    position: relative;
    z-index: 999;
    vertical-align: middle;
    padding-top: 100px;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content h2 {
    color: #000;
    font-weight: 600;
    font-size: 50px;
    margin: 0 0 13px;
    animation-delay: 1.2s;
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: 0;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content h2 span {
    color: #1F96F2;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content p {
    animation-delay: 1.5s;
    line-height: 30px;
    font-size: 18px;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content li {
    animation-delay: 2.0s;
    float: left;
    margin-right: 30px;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content ul {
    margin-top: 16px;
}

.ts_comp_slider_btn li a {
    width: 170px;
}

.ts_comp_slider_main_img_wrapper {
    position: absolute;
    top: 38px;
    left: 0;
}

.ts_comp_slider_wrapper .carousel-indicators {
    position: absolute;
    bottom: 120px;
    z-index: 1;
    right: auto;
    /* left: 118px; */
    margin: auto;
    text-align: center;
    width: 100%;
}

.ts_comp_slider_wrapper .carousel-inner .item .carousel-captions .content li {
    animation-delay: 3.2s;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-indicators li {
    text-indent: 0;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: transparent;
    display: inline-block;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    margin: 0 12px 0 0;
    color: #fff;
    text-align: left;
    background: #444;
    margin-top: 10px;

    border-radius: 100%;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-indicators li span.number {
    display: inline-block;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-indicators li span.con {
    display: inline-block;
    position: relative;
    padding-left: 42px;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-indicators li span.con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    height: 1px;
    background: #cf9c67;
    width: 26px;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-indicators li.active {
    background: #1F96F2;
    width: 10px;
    height: 10px;
    line-height: 29px;
}

.ts_comp_slider_main_img_wrapper {
    padding-left: 0;
    float: left;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content li a {
    line-height: 42px;
    width: 160px;
    height: 45px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #1F96F2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #1F96F2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ts_comp_slider_wrapper .carousel-inner .carousel-item .carousel-captions .content li a:hover {
    color: #1F96F2;
    background: #fff;
}

.ts_comp_slider_wrapper .carousel-nevigation {
    display: none;
}

.ts_comp_slider_wrapper .carousel-inner {
    overflow: visible;
}

.ts_comp_slider_main_img_wrapper img {
    width: 100%;
}

.ts_comp_bg_animation {
    position: absolute;
    top: 100px;
    left: 30px;
}

/**------ about us erapper css -------**/

.it_comp_about_wrapper {
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
}

.read_it_comp_btn_style {
    width: 160px;
    margin-top: 16px;
    border: 1px solid #1F96F2;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
    font-size: 16px;
    text-transform: capitalize;
}

.it_comp_about_content_wrapper .it_comp_heading_wrapper {
    padding-bottom: 10px;
}

.it_comp_about_shpe_wrapper {
    position: absolute;
    left: 0;
    top: -40px;
}

.it_comp_about_shape2 {
    position: absolute;
    right: 130px;
    bottom: 50px;
    -webkit-animation: animationFramesOne 12s infinite linear;
    animation: animationFramesOne 12s infinite linear;
    z-index: 1;
}

/**----- footer wrapper css -------**/

.it_comp_footer_wrapper {
    text-align: center;
    padding-top: 35px;
    padding: 30px 0;
    background: #e3f3ff;
}

.it_comp_icon_list_news {
    display: inline-block;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}

.it_comp_icon_list_news li {
    display: inline-block;
    margin-right: 15px;
}

.it_comp_icon_list_news li a {
    float: left;
    background: #1F96F2;
    width: 40px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    padding-left: 0 !important;
    text-align: center;
    border-radius: 100px;
}

.it_comp_icon_list_news li a i {
    color: #fff;
    font-size: 14px;
}

.it_comp_icon_list_news li a:hover {
    background: #333232;
}


/*********************** Startup CSS Start ****************************/



.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background: #fff;
}


.section-bg2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-padding40 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.product {
    background: #f7fdfc;
}

.about-area2 .about-caption {
    padding-left: 50px;
}

.about-area2 .about-caption {
    padding-left: 50px;
}

.about-area2 .about-caption .about-icon {
    width: 80px;
    height: 80px;
    background: #CC51FF;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-bottom: 31px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0px 15px 60px rgba(54, 127, 255, 0.1);
}

.mb-25 {
    margin-bottom: 25px;
}

.section-tittle h2 {
    font-size: 40px;
    display: block;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 21px;
}

.mb-20 {
    margin-bottom: 20px;
}

.all-btn {
    color: #404DFF;
    text-decoration: underline;
    font-size: 16px;
}

.about-area2 .about-img img {
    width: 100%;
}


.title-area {
    display: inline;
    float: left;
    padding: 0 150px;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 44px;
    width: 100%;
}

.title-area .title {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;

}

.title-area .title {
    color: #1F96F2;
}

.title-area .line {
    background-color: #1F96F2;
    display: inline-block;
    height: 2px;
    width: 60px;
}

.m-t {
    margin-top: 20px;
}



.section-7 {
    background-color: var(--section-7-bg-color);
    background-image: var(--section-7-bg-image);
}


.pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
}

.intro {
    margin-bottom: 50px;
}

.p-0 {
    padding: 0 !important;
}

.pre-title {
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: var(--primary-color);
}


.primary-button:hover,
.primary-button:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.primary-button,
.primary-button:visited,
.primary-button::active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: var(--primary-color);
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.m-b-20 {
    margin-bottom: 84px;
}

.contacts {
    margin-left: 70px;
}

.white-button {

    color: #2d2d2d;
    border: 1px solid #ececec;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .1);



}

.white-button i {
    background: -webkit-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: -moz-linear-gradient(315deg, #6271f6 5%, #f9417a 95%);
    background: linear-gradient(135deg, #6271f6 5%, #f9417a 95%);
    -webkit-background-clip: text;
    font-size: 20px;
    margin-right: 15px;
}

.fa-android:before {
    content: "\f17b";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.white-button:hover {
    color: #2d2d2d;
    transform: translateY(-.4rem);
}

.send-btn {
    background: #1f96f2;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 10px 36px;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.ts_comp_searchd_bar {
    padding-right: 15px;
    color: rgb(17, 17, 17);
    cursor: pointer;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #EAF1F5;
}

.send-btn:hover {
    color: #fff;
    transform: translateY(-.4rem);
}

.ts_comp_about_wrapper {
    padding: 60px 0;
}

.ts_comp_about_wrapper p {
    text-align: justify;
}

.about-caption p {
    text-align: justify;
}

.contact-area-left {
    padding: 0 22px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 12px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbd3d7;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 600px) {
    .title-area {
        padding: 0;
    }

    .about-area2 .about-caption {
        padding-left: 0px;
    }

    .contacts {
        margin-left: 0;
    }

    .read_it_comp_btn_style {
        width: 140px;
        margin-top: 30px;
        border: 1px solid #1F96F2;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
        font-size: 16px;
        text-transform: capitalize;
    }

    .white-button {
        background: #fff;
        color: #2d2d2d;
        border: 1px solid #ececec;
        font-size: 15px;
        font-weight: 500;
        box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
        border-radius: 50px;
        margin-left: 15px;
        padding: 12px 18px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }

    .section-tittle h2 {
        font-size: 32px;
        display: block;
        font-weight: 600;
        line-height: 42px;
        margin-bottom: 0;
        text-align: center;
        letter-spacing: 1px;
    }

    .title-area .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
        margin-top: 40px;
    }

    .about-caption p {
        text-align: center;
    }

    .send-btn {
        background: #fff;
        color: #2d2d2d;
        border: 1px solid #ececec;
        font-size: 15px;
        font-weight: 500;
        box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
        border-radius: 50px;
        padding: 10px 36px;
        cursor: pointer;
        margin-bottom: 30px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        text-align: center;
        width: 100%;
    }

}

#faq {
    padding-bottom: 30px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
    color: #333;
    padding: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a {
    color: #2bcdc1;
}

.panel-title>a {
    color: #222;
    display: block;
    padding: 10px 15px;
}

.panel-title>a span {
    float: right;
    font-size: 20px;
}

.glyphicon-minus,
.glyphicon-plus {
    /* color: #333; */
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-title>a span {
    float: right;
    font-size: 20px;
}

.glyphicon-minus,
.glyphicon-plus {
    /* color: #333; */
}

.glyphicon-minus,
.glyphicon-plus {
    margin-right: 10px !important;
    float: left !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-plus:before {
    content: "\2b";
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}




#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    height: 100px;
    width: 45px;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.footer_nav_list {
    display: inline-flex;
    padding: 10px 0;
}

.footer_nav_list_item {
    margin-bottom: 0;
    padding-left: 0;
    background-image: none;
    color: #f9f4f1;
    margin-right: 15px;
}

.ts_comp_about_content_wrapper {
    margin-top: 64px;
}




.privacy-bg {
    background: #f5f5f5;
    padding-bottom: 6%;
}

.page-padding {
    position: relative;
    margin-bottom: 0;
    padding-right: 2.5rem;
    padding-bottom: 0;
    padding-left: 2.5rem;
}

.padding-vertical {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.padding-vertical {
    padding-right: 0;
    padding-left: 0;
}

.container-xsmall {
    width: 100%;
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
}

.margin-bottom {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.heading-style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Dinerodisplay, sans-serif;
    color: #253858;
    font-size: 2rem;
    line-height: 1.14;
    font-weight: 400;
    text-align: center;
}

.note-pay {
    margin-top: 15px;
    margin-bottom: 0;
    color: #336083 !important;
}

.privacy_intro {
    padding: 1rem 0 0 0;
    /* border: 2px solid #b9dbf6; */
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}

.heading {
    font-size: 22px;
        margin: 25px 0px 6px 0;
        color: #253858;
        border-top: 1px solid #e7e7e7;
        padding-top: 26px;
}

.main p {
    line-height: 28px;
    /* color: #253858; */
        /* margin: 6px; */
}

.pricing-amt {
    font-size: 28px;
    color: #1f96f2 !important;
    font-weight: 600;
    padding: 2px 0;
}

.subhead {
    color: #84878d !important;
    font-size: 15px;
}

.it_comp_footer_wrapper {
    height: auto;
}

@media only screen and (min-device-width : 360px) and (max-device-width : 1024px) {


    .button-md {
        margin: auto;
        text-align: center;
        width: 100%;
        position: relative;
        display: block;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .it_comp_footer_wrapper {
        height: 34vh;
    }

    .ts_comp_about_image_wrapper img {
        width: 100%;
    }

    .ts_comp_about_content_wrapper {
        padding-top: 0px;
    }

    .ts_comp_about_content_wrapper {
        margin-top: 0px;
    }


    .about-area2 .about-caption {
        padding-left: 0px;
    }

    .ts_comp_heading_wrapper h1 {
        font-size: 27px;
        line-height: 32px;
    }

    .section-tittle h2 {
        font-size: 31px;
        display: block;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .product {
        background: #f7fdfc;
        padding-bottom: 46px;
    }


}





.nav-tabs-outer {
    overflow-x: scroll;
    margin: 20px;
}

.nav-tabs-outer>ul>li {
    display: block;
    width: 33.33%;
}

.tab-content {
    background: #eee;
}

.tab-content img {
    padding: 15px;
    float: left;
}

.tab-pane:after {
    content: "";
    display: block;
    clear: both;
}


.border-right {
    border-right: 2px solid #e9e9e9 !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #d6dee2;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #fff;
    border-radius: 8px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-weight: 600;
    font-size: 16px;
}

.product-head {
    padding: 10px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.product-head img {
    padding: 10px 10px;
    width: 258px;
}

.product-head-ac {
    padding: 10px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #e6f4ff;
    text-align: center;
}

.product-head-ac img {
    padding: 10px 10px;
    width: 258px;
}

.or-divider {
    display: -ms-grid;
    display: grid;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    flex-direction: column;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr -webkit-max-content 1fr;
    -ms-grid-columns: 1fr max-content 1fr;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.5555555555555556;
    width: 30%;
    margin: auto;
}

.or-divider__line {
    height: 1px;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr -webkit-max-content 1fr;
    -ms-grid-columns: 1fr max-content 1fr;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #bababa;
}

.main-text {
    color: #2096f3;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.main-subtext {
    color: #2096f3;
    font-size: 16px;
    font-weight: 600;
}