﻿ :root {
            --boxColor1: #02386c;
            --boxColor2: #167ac6;
            --boxColor3: #2fa4e7;
        }
        
       
        
         h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            padding: 0;
        }
        
        p
        {
            font-family: 'Montserrat', sans-serif;
        }
        
        ol li
        {
            font-family: 'Montserrat', sans-serif;
           
        }
     
        .bg-gradient
        {
          padding-top: 35px;  
        }
        
        .pricing-divider
        {
            border-radius: 20px;           
            padding: 1em 0 4em;
            position: relative;
        }
        .pricing-divider h3
        {
            color: #fff;
            font-weight:600
        }
        .pricing-divider h4
        {
            color: #fff;
        }
        
        
        .pricing-divider-img
        {
             position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 80px;
            border-right-style: solid;
            border-right-width: 1px;            
            border-left-style: solid;
            border-left-width: 1px;           
        }     
        
        .CardBody
        {
            padding: 18px;            
            border-right-style: solid;
            border-right-width: 1px;            
            border-left-style: solid;
            border-left-width: 1px;            
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            
            
            border-bottom-color: var(--boxColor1);
            border-left-color: var(--boxColor1);
            border-right-color: var(--boxColor1);
        }
        
        .CardBody p
        {
            padding-bottom: 30px;
        }
        
        
        .btn-custom
        {
            background: var(--boxColor1);
            color: #fff;
            border-radius: 20px;
             -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
            
        }
        
         .btn-custom:hover
        {
             color: #000;
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }
        
        
        
        
        
        
        
        .red .pricing-divider
        {
            background: var(--boxColor1);
        }
        .blue .pricing-divider
        {
            background: var(--boxColor2);
        }
        .green .pricing-divider
        {
            background: var(--boxColor3);
        }
                       
        
        .red .pricing-divider-img
        {
            border-right-color: var(--boxColor1);
            border-left-color: var(--boxColor1);
        }        
        .blue .pricing-divider-img
        {
            border-right-color: var(--boxColor2);
            border-left-color: var(--boxColor2);
        }       
        .green .pricing-divider-img
        {
            border-right-color: var(--boxColor3);
            border-left-color: var(--boxColor3);
        }
        
        
        
        .red .CardBody
        {
            border-bottom-color: var(--boxColor1);
            border-left-color: var(--boxColor1);
            border-right-color: var(--boxColor1);
        }
        .blue .CardBody
        {
            border-bottom-color: var(--boxColor2);
            border-left-color: var(--boxColor2);
            border-right-color: var(--boxColor2);
        }
        .green .CardBody
        {
            border-bottom-color: var(--boxColor3);
            border-left-color: var(--boxColor3);
            border-right-color: var(--boxColor3);
        }
        
        
        
       
         .red .btn-custom
        {
            background: var(--boxColor1);           
        }
        .blue .btn-custom
        {
            background: var(--boxColor2);           
        }
        .green .btn-custom
        {
            background: var(--boxColor3);           
        }
        
        
        .red b
        {
            color: var(--boxColor1);
        }
        .blue b
        {
            color: var(--boxColor2);
        }
        .green b
        {
            color: var(--boxColor3);
        }
        
        .deco-layer
        {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }
        
       
        .princing-item
        {
            transition: all 150ms ease-out;
            padding-top: 10px;
            padding-bottom: 10px
        }
        .princing-item:hover
        {
        }
        .princing-item:hover .deco-layer--1
        {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }
        .princing-item:hover .deco-layer--2
        {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }
        
        
        
        .main-title {
            margin-bottom: 30px;
        }

    .main-title h3 {
        color: var(--boxColor1);
        font-weight: 600;
        letter-spacing: .7px;
        font-size: 22px;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .main-title h2 {
        position: relative;
        display: inline-block;
        color: #334561;
        font-weight: 600;
        font-size: 40px;
        line-height: 1;
        letter-spacing: .4px;
        text-transform: capitalize;
        padding-bottom: 13px;
    }

        .main-title h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 65px;
            height: 2px;
            background-color: var(--boxColor1);
        }

        
        
        .bg-gray
        {
            margin-top:90px;
            padding: 30px;
            padding-bottom:80px;
            padding-top:80px;
        }
        .section
        {
            margin-top:90px;
            padding: 30px;
            padding-bottom:80px;
            
        }
        
        
        #aboutus {
            overflow: hidden;
            padding: 50px;
            background-position: 50% 0;
            background-attachment: fixed;
            background-image: url(../img/Mobile-Man.png);
            background-position:top;
            background-repeat: no-repeat;
            color: #FFFFFF;
        }
        
        .ListNumber li::before
        {
            background: #334561;
        }
        .btn
        {
            white-space: normal;
        }
        
        .media-carousel
        {
            padding-left: 50px;
            padding-right: 50px;
        }

        .media-carousel h3
        {
            font-size: 18px;
        }

        .media-carousel .carousel-control.left
        {
            left: -12px;
            background-image: none;
            background: none repeat scroll 0 0 #222222;
            border: 4px solid #FFFFFF;
            border-radius: 23px 23px 23px 23px;
            height: 40px;
            width: 40px;
            margin-top: 30px;
        }
        /* Next button  */
        .media-carousel .carousel-control.right
        {
            right: -12px !important;
            background-image: none;
            background: none repeat scroll 0 0 #222222;
            border: 4px solid #FFFFFF;
            border-radius: 23px 23px 23px 23px;
            height: 40px;
            width: 40px;
            margin-top: 30px;
        }