
        .overlay
        {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: hidden;
            opacity: 0;
            z-index: 1;
        }
        .overlay:target
        {
            visibility: visible;
            opacity: 1;
        }
        
        .popup
        {
            margin: 140px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 42%;
            position: relative;
            transition: all 5s ease-in-out;
        }
        
       
          @media screen and (min-device-width:0px) and (max-device-width:800px)
        {
         .text-youtube
         {
             padding: 0 0 0 0rem !important;
             }
             
             .text-content
             {
                 
                 margin: -34px 0px 0px 0px !important;
                 width:auto !important;
                 }
                 .testimonial-mobile
                 {
margin: 12px;
                     }
             }
        
        
        
        
        
        
        @media screen and (min-device-width:0px) and (max-device-width:800px)
        {
            .pic
            {
                display: none !important;
            }
        
            .pic img
            {
                display: none;
            }
        }
        
        
        .popup h2
        {
            margin-top: 0;
            color: #333;
            font-family: Tahoma, Arial, sans-serif;
            font-size: 16px;
        }
        .popup .close
        {
            position: absolute;
            top: 0px;
            right: 5px;
            transition: all 200ms;
            font-size: 24px;
            font-weight: bold;
            text-decoration: none;
            color: #000;
            opacity: 1;
        }
        .popup .close:hover
        {
            color: #06D85F;
        }
        .fra
        {
            width: 100px;
        }
        .popup .content
        {
            max-height: 30%;
            overflow: auto;
        }
        
        @media screen and (max-width: 700px)
        {
            .box
            {
                width: 100%;
            }
            .popup
            {
                width: 70%;
            }
        }
        
        
        .act
        {
            display: inline-flex;
        }
        
        .infi
        {
            width: 335px;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        /*---popup end--*/
        
        .testimonial
        {
            background: #fff;
            text-align: right;
            margin: 0 20px;
        }
        .testimonial .description
        {
            padding: 24px 30px 30px;
            margin-bottom: 20px;
            border-top: 1px solid #2660a4;
            border-left: 1px solid #2660a4;
            font-size: 15px;
            color: #887e7f;
            line-height: 26px;
            text-align: left;
            position: relative;
        }
        .testimonial .description:before
        {
            content: "\f10d";
            font-family: fontawesome;
            display: inline-block;
            float: left;
            padding: 1px 8px 1px 9px;
            font-size: 12px;
            color: #fff;
            text-align: center;
            position: relative;
            top: 8px;
            left: 0;
            background: #0995f8;
            border-radius: 50%;
        }
        .testimonial .description:after
        {
            content: "";
            width: 75%;
            height: 1px;
            background: #2660a4;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        .testimonial .testimonial-content
        {
            position: relative;
        }
        .testimonial .testimonial-content:before
        {
            content: "";
            width: 1px;
            height: 20px;
            background: #2660a4;
            position: absolute;
            top: -21px;
            left: 75%;
        }
        .testimonial .testimonial-content:after
        {
            content: "";
            width: 2px;
            height: 40px;
            background: #2660a4;
            position: absolute;
            top: -42px;
            left: 75%;
            transform: skewX(-45deg);
            transform-origin: 100% 100% 0;
        }
        .testimonial .pic
        {
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-right: 50px;
            margin-top: 4px;
        }
        .testimonial .pic img
        {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }
        .testimonial .title
        {
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            color: #2660a4;
            letter-spacing: 1px;
            text-transform: capitalize;
            font-family: roboto;
            line-height: 19px;
        }
        .owl-theme .owl-controls
        {
            margin-top: 30px;
        }
        .owl-theme .owl-controls .owl-page span
        {
            width: 15px;
            height: 10px;
            border-radius: 0;
            background: #ff5a5f;
            opacity: 0.8;
            transition: all 0.3s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span
        {
            width: 35px;
            background: #2660a4;
        }

        .thumbnail
        {
            position: relative;
            overflow: hidden;
        }
        
        .caption
        {
            position: absolute;
            top: -100%;
            right: 0;
            background: rgba(66, 139, 202, 0.75);
            width: 100%;
            height: 100%;
            padding: 2%;
            text-align: center;
            color: #fff !important;
            z-index: 2;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
        .thumbnail:hover .caption
        {
            top: 0%;
        }
        
        body
        {
            position: relative;
        }
        #section1
        {
            padding-top: 50px;
            height: auto;
            color: #fff;
            background-color: #1E88E5;
        }
        #section2
        {
            padding-top: 50px;
            height: auto;
            color: #fff;
            background-color: #673ab7;
        }
        #section3
        {
            padding-top: 50px;
            height: auto;
            color: #fff;
            background-color: #ff9800;
        }
        #section41
        {
            padding-top: 50px;
            height: auto;
            color: #fff;
            background-color: #00bcd4;
        }
        #section42
        {
            padding-top: 50px;
            height: auto;
            color: #fff;
            background-color: #009688;
        }
        .text-content
        {
            padding: 8px 10px;
            border: 1px solid rgba(203, 206, 207, 0.7);
            width: auto;
            margin: 0 auto;
            margin-top: -48px;
            background-color: #fff;
            height: 88px;
            position: initial;
            z-index: 1;
        }
        .portborder
        {
           border-left: 1px solid rgba(203, 206, 207, 0.7);
            }
        .text-content h2
        {
            text-align: center;
            font: 12px/1.2 Arial,sans-serif;
            font-size: 12px;
            font-size: 18px;
            margin-bottom: 1px;
            color: #05527a;
        }
        
        .text-content h3
        {
            text-align: center;
            font: 12px/1.2 Arial,sans-serif;
            font-size: 12px;
            font-size: 13px;
            margin-bottom: 1px;
        }
        .text-content p
        {
            text-align: center;
            display: block;
            font-family: Arial,sans-serif;
            font: 12px/1.2 Arial,sans-serif;
            font-size: 12px;
            font-size: 13px;
            color: #3e4555;
            padding-top: 3px;
        }
        
        .text-content::after
        {
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 100%;
            height: 8px;
            content: "";
            background: url(../images/testimonial-shadow.png) 50% 0 no-repeat;
        }
        .text-youtube
        {
            padding: 0px 0 0 0rem;
position: absolute;
margin-left: -36px;
        }
        

        
        
        
        
        
        .text-youtube a
        {
            border: 4px solid #fff;
            border-radius: 50%;
            padding: 20px 12px 12px 20px;
            background: #0467ab;
            position: relative;
        }
        
        
        
        .text-youtube a:hover
        {
            background: #0995f8;
        }
        .text-youtube a::before
        {
            background: none;
            border: 1px solid #75b0da;
            content: "";
            display: block;
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            pointer-events: none;
            border-radius: 50%;
        }
        
        
        
        
        
        .text-youtube a i
        {
            font-size: 26px;
            color: #fff;
        }
.pro:before 
{
  
  content: "\22B8";
  font-size: 25px;

color: #0275d8;
font-weight: bold;
position: relative;
left:10px;
left: -5px;
}
.fh
{
    font-size: 25px;
color: #f85209;
}
.hd
{
    font-size: 17px;

font-weight: bold;

color: #0e89de;

text-align: center;
}
